/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
canary
examples/cms-payload/components/Header/mobileMenuModal.module.scss
31 строка
407 B
Steven
chore(examples): use default prettier for examples/templates (#60530)
12 янв 2024, 02:01
Не верифицирован
12 янв 2024, 02:01
4466ba4
Код
Авторство
О чём код?
@use "../../css/common.scss" as *; .mobileMenuModal { position: relative; width: 100%; height: 100%; border: none; padding: 0; opacity: 1; display: none; @include mid-break { display: block; } } .contentContainer { padding: 20px; } .mobileMenuItems { display: flex; flex-direction: column; height: 100%; margin-top: 30px; } .menuItem { @extend %h4; margin-top: 0; }