2019-11-14 09:22:02 +01:00
|
|
|
@import "colors";
|
|
|
|
@import "placeholders";
|
|
|
|
|
2017-05-03 16:50:36 +02:00
|
|
|
html,
|
|
|
|
body {
|
|
|
|
height: 100%;
|
2021-12-21 11:30:09 +01:00
|
|
|
background-color: $white;
|
2017-05-03 16:50:36 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
html {
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
|
|
|
|
*,
|
|
|
|
*::before,
|
|
|
|
*::after {
|
|
|
|
box-sizing: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
2019-11-14 09:22:02 +01:00
|
|
|
@extend %outline;
|
|
|
|
|
2017-05-03 16:50:36 +02:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
2022-04-14 20:46:28 +02:00
|
|
|
|
|
|
|
turbo-events {
|
|
|
|
display: none;
|
|
|
|
}
|