mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-09 19:40:19 +00:00
Add possibility to de-moderate news through api and calendar widget
This commit is contained in:
@ -272,6 +272,20 @@ body {
|
||||
}
|
||||
}
|
||||
|
||||
&.btn-orange {
|
||||
background-color: #fcbf81;
|
||||
color: black;
|
||||
|
||||
&:not(:disabled):hover {
|
||||
background-color: darken(#fcbf81, 15%);
|
||||
}
|
||||
|
||||
&:disabled {
|
||||
background-color: lighten(#fcbf81, 15%);
|
||||
color: grey;
|
||||
}
|
||||
}
|
||||
|
||||
&:not(.btn-no-text) {
|
||||
i {
|
||||
margin-right: 4px;
|
||||
|
Reference in New Issue
Block a user