mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-03 14:37:02 +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
|
|
@ -147,9 +147,9 @@
|
|||
.b-folders-user a[data-unread]:not(.system)::after
|
||||
{
|
||||
content: attr(data-unread);
|
||||
background-color: @grayLight;
|
||||
background-color: var(--unread-count-bg-color, #999);
|
||||
border-radius: 9px;
|
||||
color: @white;
|
||||
color: var(--unread-count-color, #fff);
|
||||
font-size: 11px;
|
||||
line-height: 19px;
|
||||
margin-top: 5px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue