oedb-backend/frontend/src/app/pages/home/menu/menu.scss

16 lines
213 B
SCSS
Raw Normal View History

2025-10-02 23:19:15 +02:00
:host {
#what_categories{
.cateogry {
background: #f8f8f8;
border-radius: 4px;
padding: 10px;
margin-bottom: 10px;
width: 300px;
display: block;
border: 1px solid #ddd;
}
}
}