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

34 lines
455 B
SCSS
Raw Permalink 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 {
2024-06-29 14:43:48 +02:00
.nextcloud {
background-color: $nextcloud-background;
}
2024-06-14 08:13:24 +02:00
a {
2024-06-29 14:43:48 +02:00
width: 40vw;
2024-06-14 08:13:24 +02:00
border: solid;
2024-06-29 14:43:48 +02:00
img {
object-fit: contain;
}
2024-06-14 08:13:24 +02:00
}
}
}