simpleat/src/app/pages/resto-page/resto-page.component.scss
2022-01-20 12:01:59 +01:00

15 lines
No EOL
246 B
SCSS

.separation{
display: flex;
justify-content: flex-start;
border-bottom: 2px solid #CE0000;
max-width: 83%;
}
.titre{
display: flex;
justify-content: flex-start;
margin: 0 0 0.5em 8.2em;
color: #CE0000;
}