Стилизация: различия между версиями
Перейти к навигации
Перейти к поиску
Mark (обсуждение | вклад) (Новая страница: «== CSS == Работает для темной темы и улучшает работу для манагеров <code> :root.m-mode-dark.p-index-queue-index, :...») |
Mark (обсуждение | вклад) |
||
Строка 1: | Строка 1: | ||
== CSS == | == CSS == | ||
Работает для темной темы и улучшает работу для манагеров | Работает для темной темы и улучшает работу для манагеров | ||
− | < | + | <pre> |
:root.m-mode-dark.p-index-queue-index, | :root.m-mode-dark.p-index-queue-index, | ||
:root.m-mode-dark { | :root.m-mode-dark { | ||
Строка 28: | Строка 28: | ||
max-width: 1800px; | max-width: 1800px; | ||
} | } | ||
− | </ | + | </pre> |
Версия 14:09, 24 апреля 2021
CSS
Работает для темной темы и улучшает работу для манагеров
:root.m-mode-dark.p-index-queue-index, :root.m-mode-dark { --text-color: #f6f7f8; --bg-color-header: #206a5d; --overlay-color: rgba(0,0,0,0.6); --title-color: #fefefe; --marked-color: #242529; } .l-header__menu__item { color: white; } .checkbox-item.m-pos-right-top { width: 50%; height: 50%; } .checkbox-item__inside { width: 100%; height: 100%; } .b-photos__item.m-col-4 { width: calc(10% - 2px); padding-top: calc(10% - 2px); } .container { max-width: 1800px; }