mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-03 22:47:03 +03:00
Move bootstrap @LESS variables to CSS var()
This commit is contained in:
parent
874bfa852b
commit
0ef8af21b1
19 changed files with 132 additions and 266 deletions
|
|
@ -155,7 +155,7 @@ html.rl-side-preview-pane {
|
|||
}
|
||||
|
||||
.dropdown.show {
|
||||
box-shadow: 0 0 1px var(--main-color, @dropdownLinkColor);
|
||||
box-shadow: 0 0 1px var(--main-color, #333);
|
||||
}
|
||||
|
||||
.btn.btn-transparent {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue