/
GEOSHEV
/
StudLab
Обзор
Документация
Войти
/
GEOSHEV
/
StudLab
Код
Запросы
1
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
develop
src/components/menu/Menu.css
143 строки
2 KB
George
Обновил: Линтер по всем файлам
21 мар 2025, 14:25
21 мар 2025, 14:25
2b503d4
Код
Авторство
О чём код?
.menu { display: flex; flex-direction: column; align-items: center; width: 570px; height: 90vh; background-color: #232532; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); } .menu-choice { display: flex; justify-content: center; align-items: center; font-size: large; } .menu-header { display: flex; justify-content: center; padding: 17px 17px; background-color: #272a38; width: 100%; font-size: 14px; font-family: 'Roboto', sans-serif; font-weight: 400; } .tank-container { display: flex; justify-content: center; align-items: center; width: 100%; height: 200px; } .tank { max-width: 150px; height: auto; } .changes-container { width: 90%; padding: 10px; } .dropdown-container { margin-bottom: 10px; margin-top: 10px; width: 100%; } .dropdown-container select { width: 90%; padding: 10px; background: #272a38; font-size: 18px; font-weight: 400; color: white; border: none; border-radius: 5px; outline: none; width: 90%; } .editable-input-container { position: relative; display: flex; align-items: center; width: 90%; background-color: #272a38; } .edit-buttons { display: flex; gap: 10px; position: absolute; right: 10px; } .edit-btn { width: 33px; height: 33px; border-radius: 2px; border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; } .confirm { background: #303549; } .cancel { background: #0089ff; } .buttons-container { display: flex; gap: 10px; margin: 10px 0; } .volume-save-btn { background: #0089ff; color: white; width: 218px; height: 42px; font-size: 18px; font-family: Roboto, sans-serif; border-radius: 2px; border: none; cursor: pointer; transition: background 0.3s; } .volume-save-btn:hover { background: #00aeff; } .volume-cancel-btn { background: #303549; color: white; width: 218px; height: 42px; font-size: 18px; font-family: Roboto, sans-serif; border-radius: 2px; border: none; cursor: pointer; transition: background 0.3s; } .menu-bottom { display: flex; flex-direction: column; align-items: center; margin-top: auto; padding: 10px; width: 100%; }