Ekapp/skolehjem/resources/sass/app/general/_sizes.scss

88 lines
939 B
SCSS

* {
font-family: $font-family-sans-serif;
}
html, body {
width: 100%;
margin: 0;
padding: 0;
height: 100%;
}
::placeholder {
opacity: 1;
}
a {
color: #000000;
text-decoration: none;
}
.w-100 {
width: 100%;
}
.w-85 {
width: 85%;
}
.w-75 {
width: 75%;
}
.w-50 {
width: 50%;
}
.w-25 {
width: 25%;
}
.w-15 {
width: 15%;
}
.h-100 {
height: 100%;
}
.h-90 {
height: 90%;
}
.h-10 {
height: 10%;
}
.bg-sde-blue {
background-color: $sde-blue;
}
.block-container {
padding: 0 8px;
}
.block {
color: white;
padding: 1em 2em;
border-radius: 4px;
background-color: $sde-blue;
}
.links{
position: absolute;
width: 100%;
bottom: 8px;
height: 2rem;
justify-content: center;
}
.link{
height: 2rem;
display: inline-flex;
align-items: center;
align-content: center;
align-self: center;
margin-left: 8px;
}