2020-08-14 13:36:36 +02:00

146 lines
2.6 KiB
SCSS

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
Created on : 03-Aug-2018, 11:04:39
Author : podkrizniku
*/
#glas_settings {
float: left;
width: 330px;
margin: 57px 0 10px 15px;
padding: 0;
line-height: 18px;
background-color: white;
border: 1px solid $soft_blue;
.more {
float: right;
margin: 5px 20px 10px 0;
font-weight: 500;
}
.less {
float: right;
margin: 5px 20px 10px 0;
font-weight: 500;
}
.header_holder {
height: 35px;
font-size: 16px;
font-weight: 500;
background-color: $soft_blue;
width: 100%;
//border-bottom: #d2d5d5;
}
.header_content {
padding: 8px 0px 7px 0px;
.header_left {
color: $strong_blue;
font-size: 16px;
font-weight: 500;
width: auto;
float: left;
padding-left: 10px;
}
}
fieldset {
margin: 11px 10px;
padding: 3px 5px;
border: 0;
border-top: 1px solid $strong_blue;
}
legend {
margin: 0;
padding: 0 10px 0 5px;
background-color: rgba(0, 0, 0, 0);
color: $strong_blue;
font-weight: 500;
}
}
#branching.branching_glasovanje {
position: absolute;
left: 377px !important;
right: 322px !important;
padding: 3px;
min-height: 400px;
max-width: 848px;
ul.first {
margin: 1px 0 0 0 !important;
}
ul {
li {
margin-left: 0px !important;
}
}
}
#quick_settings_holder.glas_quick_settings {
margin-top: 35px;
top: 190px !important;
}
.nastavitveSpan4 {
display: table-cell;
float: left;
font-weight: 500;
width: 55%;
clear: both;
}
.nastavitveSpan5 {
display: table-cell;
float: left;
font-weight: 500;
width: 25%;
clear: both;
}
select#skin_anketa {
max-width: 120px;
margin-bottom: 2px;
}
select#skin {
max-width: 120px;
margin: 4px 0 2px 0;
}
#quick_settings {
fieldset {
border: 1px $grey_dark solid;
}
float: right;
padding: 0 10px 0 10px;
width: 290px;
background-color: $soft_blue_very_lighten;
border: 1px solid $soft_blue;
.form_bottom_settings {
margin: 0 8px 10px 8px;
padding: 0 0 5px 10px;
background-color: inherit;
}
#form_settings_obvescanje {
padding: 1px 0 10px 10px;
textarea#alert_finish_other_emails {
&:focus {
padding: 2px;
border: 0;
background-color: $orange_very_lighten;
}
}
}
}
#quick_settings_holder {
position: absolute;
right: 15px;
top: 235px;
height: auto;
width: 310px;
border: 0;
background-color: transparent;
}