mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 13:16:23 +00:00
fix: media query tiene mismas clases que dark.scss #16489
This commit is contained in:
parent
f45a2b96d2
commit
ba40fb647d
1 changed files with 22 additions and 2 deletions
|
@ -53,9 +53,29 @@ $sizes: (
|
|||
--color: #{$cyan};
|
||||
}
|
||||
|
||||
.dropdown-toggle {
|
||||
background-color: $cyan;;
|
||||
.btn {
|
||||
background-color: $white;
|
||||
}
|
||||
|
||||
.btn-secondary {
|
||||
background-color: $white;
|
||||
color: $black;
|
||||
border: none;
|
||||
|
||||
&:hover {
|
||||
color: $black;
|
||||
background-color: $cyan;
|
||||
}
|
||||
|
||||
&:active {
|
||||
background-color: $cyan;
|
||||
}
|
||||
|
||||
&:focus {
|
||||
box-shadow: 0 0 0 0.2rem $cyan;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// TODO: Encontrar la forma de generar esto desde los locales de Rails
|
||||
|
|
Loading…
Reference in a new issue