align danger colors for user-edit

This commit is contained in:
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; margin-bottom: 30px;
button { button {
@include peertube-button;
@include danger-button;
@include disable-outline;
display: block; display: block;
margin-top: 0; margin-top: 0;
} }

View File

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