caisse-bliss/assets/css/pages/global.scss

25 lines
311 B
SCSS
Raw Normal View History

2018-04-04 16:25:25 +02:00
.main-screen {
min-height: 80vh;
}
2018-04-06 15:43:14 +02:00
.bg-img {
background-image: url('bg.jpg');
background-size: cover;
opacity: 0.2;
filter: alpha(opacity=20);
width: 100vw;
height: 100vh;
position: fixed;
2018-04-06 15:43:14 +02:00
overflow: hidden;
2018-04-17 12:10:21 +02:00
z-index: -1;
2018-04-06 15:43:14 +02:00
}
2018-04-17 14:52:31 +02:00
thead {
background: #000;
color: #fff;
}
2018-04-17 15:08:30 +02:00
ul {
padding: 0;
}