mirror of https://github.com/Chocobozzz/PeerTube
align danger colors for user-edit
parent
bfbc596643
commit
97990c6eb0
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue