2024-01-08 21:32:04 +01:00
|
|
|
@import "../../fonts/fonts";
|
|
|
|
@import "_variables";
|
|
|
|
|
|
|
|
* {
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
2024-02-20 01:45:36 +01:00
|
|
|
color: $colod-fg;
|
|
|
|
background: rgb(60,60,60);
|
2024-01-08 21:32:04 +01:00
|
|
|
margin: 0px;
|
|
|
|
padding: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#main {
|
|
|
|
position: absolute;
|
|
|
|
top: 0px;
|
|
|
|
left: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.slide {
|
|
|
|
position: relative;
|
|
|
|
width: $full-width;
|
|
|
|
height: $full-height;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|