mirror of
https://github.com/prymitive/karma
synced 2026-05-09 03:36:44 +00:00
fix(ui): tweak dropdown color
This commit is contained in:
committed by
Łukasz Mierzwa
parent
1a3d992168
commit
dc89033030
@@ -44,8 +44,8 @@
|
||||
}
|
||||
&.bg-secondary,
|
||||
&.btn-secondary {
|
||||
border: 1px solid lighten($secondary, 2%);
|
||||
background-color: lighten($secondary, 4%) !important;
|
||||
border: 1px solid darken($secondary, 1%);
|
||||
background-color: darken($secondary, 2%) !important;
|
||||
}
|
||||
&.bg-success,
|
||||
&.btn-success {
|
||||
|
||||
Reference in New Issue
Block a user