Files
MSE-PI-E2EEDA-Plein-de-eeee…/ui/src/app/components/room-details-panel/room-details-panel.component.scss
2026-04-15 19:51:44 +02:00

17 lines
175 B
SCSS

.room-details-container {
padding: 24px;
}
h1 {
margin-bottom: 16px;
}
a {
color: #00bcd4;
text-decoration: none;
&:hover {
text-decoration: underline;
}
}