align danger colors for user-edit

pull/2924/head
Rigel Kent 2020-07-01 17:26:37 +02:00
parent bfbc596643
commit 97990c6eb0
No known key found for this signature in database
GPG Key ID: 5E53E96A494E452F
2 changed files with 6 additions and 1 deletions

View File

@ -40,6 +40,10 @@ input[type=submit], button {
margin-bottom: 30px;
button {
@include peertube-button;
@include danger-button;
@include disable-outline;
display: block;
margin-top: 0;
}

View File

@ -12,7 +12,8 @@ input:not([type=submit]):not([type=checkbox]) {
input[type=submit] {
@include peertube-button;
@include orange-button;
@include danger-button;
@include disable-outline;
margin-top: 10px;
}