html5-infobeamer-dhcp/assets/css/custom/styles/_base.scss

27 lines
356 B
SCSS
Raw Normal View History

2024-10-30 22:30:09 +01:00
@import "../../fonts/fonts";
@import "_variables";
* {
box-sizing: border-box;
}
body {
color: $colod-fg;
background: rgb(25,25,25);
margin: 0px;
padding: 0px;
}
#main {
position: absolute;
top: 0px;
left: 0px;
}
.slide {
position: relative;
width: $full-width;
height: $full-height;
overflow: hidden;
}