caisse-bliss/assets/css/pages/global.scss
2018-04-17 15:08:30 +02:00

25 lines
311 B
SCSS
Executable File

.main-screen {
min-height: 80vh;
}
.bg-img {
background-image: url('bg.jpg');
background-size: cover;
opacity: 0.2;
filter: alpha(opacity=20);
width: 100vw;
height: 100vh;
position: fixed;
overflow: hidden;
z-index: -1;
}
thead {
background: #000;
color: #fff;
}
ul {
padding: 0;
}