/
sigma
/
Acloud
Обзор
Документация
Войти
/
sigma
/
Acloud
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
styles/Home.module.scss
72 строки
1 KB
Александр Пимкин
first_commit
17 апр 2025, 11:39
17 апр 2025, 11:39
e24d434
Код
Авторство
О чём код?
.main { width: 1200px; margin: 40px auto; } .sidebar { display: flex; flex-direction: column; width: 250px; padding: 20px; // border-right: 0.5px solid #ccc; align-items: center; } .upload { div, button { font-family: 'Montserrat'; width: 100%; } } .layout { display: flex; flex-direction: row; min-height: 600px; background: #fff; border-radius: 15px; } .menu { margin-top: 20px; padding-right: 10px; height: 100%; font-family: 'Montserrat'; } .dashboardContainer { display: grid; grid-template-columns: 0.3fr 1fr; width: 100%; } .uploadButton { border: none; padding: 10px 15px 10px 15px; background-color: #1578ff; font-size: 16px; color: white; border-radius: 8px; display: flex; justify-content: center; align-items: center; gap: 8; box-shadow: 0 8px 16px 0 rgba(116, 212, 255, 0.2), 0 6px 20px 0 rgba(116, 212, 255, 0.19); } .outfilledBtn { border: none; padding: 10px 15px 10px 15px; background-color: #1578ff; font-size: 16px; color: white; border-radius: 8px; display: flex; justify-content: center; align-items: center; gap: 8; box-shadow: 0 8px 16px 0 rgba(116, 212, 255, 0.2), 0 6px 20px 0 rgba(116, 212, 255, 0.19); }