Files
nhgooi.nl/resources/assets/sass/base/_base.scss
Jorit Tijsen 04b4a3b3e5 Style cookie popover
Add 3 new pages
Link the links in the footer
2024-03-19 09:34:58 +01:00

25 lines
417 B
SCSS
Vendored

@use "../abstracts/fonts";
@use "clearfix";
@use "container";
@use "../components/button";
@use "../components/pretty_photo";
@use "../components/cookie";
@use "../layout";
.mejs__overlay-button {
border: none;
}
.clipText {
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
overflow: hidden;
}
@for $i from 1 through (10) {
.clipText-#{$i} {
-webkit-line-clamp: $i;
}
}