mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Commit realizando cambios en los roles de los usuarios
This commit is contained in:
@ -0,0 +1,24 @@
|
||||
|
||||
[data-theme-version="dark"] {
|
||||
.dropdown-menu {
|
||||
background-color: $dark-card;
|
||||
}
|
||||
|
||||
.dropdown-item {
|
||||
&:hover, &:focus {
|
||||
background-color: $d-bg;
|
||||
color: $white;
|
||||
}
|
||||
}
|
||||
|
||||
.form-control {
|
||||
background-color: $d-bg;
|
||||
border-color: $d-border;
|
||||
color: $white;
|
||||
}
|
||||
|
||||
.card {
|
||||
background-color: $dark-card;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user