27 lines
277 B
SCSS
27 lines
277 B
SCSS
|
: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;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|