taniere-solidaire-acceuil/assets/css/style-acceuil.scss

27 lines
277 B
SCSS
Raw Normal View History

2024-06-14 08:13:24 +02:00
:root {
background-color: white;
}
$nextcloud-background: #14A2F0;
body {
display: flex;
flex-direction: column;
text-align: center;
margin-left: 5vw;
margin-right: 5vw;
.services {
a {
border: solid;
}
}
}