5441
редагування
Admin (обговорення | внесок) Немає опису редагування |
Admin (обговорення | внесок) Немає опису редагування |
||
| Рядок 871: | Рядок 871: | ||
} | } | ||
. | .l-box { | ||
position: fixed; | position: fixed; | ||
top: 20px; | top: 20px; | ||
| Рядок 884: | Рядок 884: | ||
} | } | ||
. | .l-box-item { | ||
border-left: 3px solid transparent; | |||
transition: all 0.15s; | |||
border- | |||
} | } | ||
. | .l-box-item a { | ||
color: #8ab4f8 !important; | color: #8ab4f8 !important; | ||
text-decoration: none !important; | text-decoration: none !important; | ||
} | } | ||
. | .l-box-item:hover { | ||
background: #252525; | background: #252525; | ||
border-left-color: #555; | border-left-color: #555; | ||
} | } | ||
. | .l-box-item:hover a { | ||
color: #fff !important; | color: #fff !important; | ||
} | } | ||
. | .l-box-item.active { | ||
background: #2a2a2a; | |||
border-left-color: #8ab4f8; | |||
} | } | ||
. | .l-box-item.active a { | ||
color: #fff !important; | |||
} | } | ||
@media (max-width: 1400px) { | @media (max-width: 1400px) { | ||
. | .l-box { | ||
display: none !important; | display: none !important; | ||
} | } | ||