/
IamDeveloper
/
IAmConditer
Обзор
Документация
Войти
/
IamDeveloper
/
IAmConditer
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
wwwroot/css/site.css
52 строки
1 KB
Dmitriy Urazlin
Добавил кнопки добавления, строку поиска
05 мар 2026, 21:32
05 мар 2026, 21:32
af04801
Код
Авторство
О чём код?
html { font-size: 14px; } @media (min-width: 768px) { html { font-size: 16px; } } .btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus { box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb; } html { position: relative; min-height: 100%; } body { margin-bottom: 60px; } .form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder { color: var(--bs-secondary-color); text-align: end; } .form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder { text-align: start; } @font-face { font-family: 'Philosopher'; src: url('/fonts/Philosopher-Regular.ttf') format('truetype'); /* Add other formats for better compatibility */ font-weight: normal; font-style: normal; } @font-face { font-family: 'Philosopher Bold'; src: url('/fonts/Philosopher-Bold.ttf') format('truetype'); /* Add other formats for better compatibility */ font-weight: normal; font-style: normal; } @font-face { font-family: 'Dudka'; src: url('/fonts/Dudka Regular.ttf') format('truetype'); /* Add other formats for better compatibility */ font-weight: normal; font-style: normal; }