forked from DGNum/gestioCOF
Styling
This commit is contained in:
parent
40839458a5
commit
55c69ae42b
3 changed files with 21 additions and 2 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -123,6 +123,16 @@ input[type="submit"] {
|
|||
}
|
||||
}
|
||||
|
||||
.button.is-primary {
|
||||
background-color: $button_color;
|
||||
color: findColorInvert($button_color);
|
||||
|
||||
&:hover {
|
||||
background-color: $primary_color;
|
||||
color: findColorInvert($primary_color);
|
||||
}
|
||||
}
|
||||
|
||||
/* --- Message styling --- */
|
||||
|
||||
.notification {
|
||||
|
@ -131,3 +141,12 @@ input[type="submit"] {
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
/* --- Modals --- */
|
||||
|
||||
.modal-card-head {
|
||||
background-color: $primary_color;
|
||||
|
||||
.modal-card-title {
|
||||
color: findColorInvert($primary_color);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue