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;
|
2018-04-06 15:54:59 +02:00
|
|
|
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;
|
|
|
|
}
|
2018-04-17 15:41:00 +02:00
|
|
|
|
|
|
|
label {
|
|
|
|
min-width: 20em;
|
|
|
|
display: inline-block;
|
|
|
|
}
|