62 lines
956 B
SCSS
62 lines
956 B
SCSS
/*
|
|
Tema ankete - 1ka Urban - Modra barva
|
|
*/
|
|
|
|
|
|
/* Barve */
|
|
$color_strong: #1e88e5;
|
|
$color_light: #42A5F5;
|
|
$color_active: #ffa608;
|
|
|
|
$color_light_lighter: lighten($color_light, 32%);
|
|
|
|
$color_title: #505050;
|
|
$color_link: $color_strong;
|
|
$color_link_hover: $color_active;
|
|
|
|
|
|
/* Import osnovne postavitve */
|
|
@import "1ka";
|
|
|
|
|
|
html{
|
|
background-repeat: no-repeat;
|
|
background-attachment: fixed;
|
|
background-size: cover;
|
|
|
|
body{
|
|
background: none !important;
|
|
|
|
#outercontainer{
|
|
max-width: 1100px;
|
|
margin: 70px auto 70px auto;
|
|
padding: 50px 50px 20px 50px;
|
|
|
|
background-color: #fff;
|
|
opacity: 0.95;
|
|
|
|
.outercontainer_header{
|
|
display: none;
|
|
}
|
|
|
|
h1{
|
|
margin: 10px 0 0 30px;
|
|
|
|
text-align: left;
|
|
font-size: 50px;
|
|
line-height: 50px;
|
|
font-weight: 300;
|
|
|
|
border: 0;
|
|
}
|
|
#logo {
|
|
left: 30px;
|
|
top: 20px;
|
|
}
|
|
.header_settings_holder{
|
|
right: 30px;
|
|
top: 10px;
|
|
}
|
|
}
|
|
}
|
|
} |