33 lines
363 B
SCSS
33 lines
363 B
SCSS
/*
|
|
Osnovni elementi
|
|
*/
|
|
|
|
|
|
$fontawesome: "Font Awesome 5 Free";
|
|
|
|
|
|
body {
|
|
zoom: 1;
|
|
|
|
margin: 0;
|
|
padding: 0;
|
|
|
|
font-size: 16px;
|
|
color: #333;
|
|
|
|
background: #eff2f7;
|
|
|
|
#survey_top{
|
|
display: none;
|
|
}
|
|
|
|
.center {
|
|
position: absolute;
|
|
left: 50%;
|
|
width: 230px;
|
|
margin-left: -115px;
|
|
/*margin-top: 10px;*/
|
|
margin-bottom: 10px;
|
|
text-align: center;
|
|
}
|
|
} |