align danger colors for user-edit
This commit is contained in:
parent
bfbc596643
commit
97990c6eb0
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user