2023-12-09 17:11:07 +01:00
|
|
|
@font-face {
|
|
|
|
font-family: "univers";
|
2023-12-09 17:33:03 +01:00
|
|
|
src: url("/fonts/univers/UniversforUniS55Rm-Regular.ttf") format("truetype");
|
2023-12-09 17:11:07 +01:00
|
|
|
}
|
|
|
|
|
2023-12-09 17:16:14 +01:00
|
|
|
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300&family=Rubik:wght@300&display=swap");
|
2023-12-09 17:11:07 +01:00
|
|
|
|
|
|
|
body {
|
|
|
|
font-family: "univers";
|
|
|
|
}
|
2023-12-10 18:11:02 +01:00
|
|
|
|
|
|
|
// For some reason, Bootstrap 5 does not have this..
|
|
|
|
.fixed-md-bottom {
|
|
|
|
@include media-breakpoint-up(md) {
|
|
|
|
position: fixed;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
z-index: $zindex-fixed;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.content-button {
|
|
|
|
display: button;
|
|
|
|
background-color: #004191;
|
|
|
|
border-radius: 0.25rem;
|
|
|
|
padding: 0.75rem;
|
|
|
|
margin: 0.5rem auto;
|
|
|
|
text-align: center;
|
|
|
|
color: #ffffff;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fsfw-doc-button {
|
|
|
|
@extend .content-button;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fsfw-doc-button {
|
|
|
|
@extend .content-button;
|
|
|
|
}
|