70 lines
1.6 KiB
SCSS
70 lines
1.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, 13:34:26
|
|
Author : podkrizniku
|
|
*/
|
|
|
|
#branching.expanded.branching_forma {
|
|
ul.first {
|
|
li.empty_vrivanje {
|
|
margin-top: -45px !important;
|
|
}
|
|
margin-top: 59px !important;
|
|
}
|
|
}
|
|
#branching.collapsed.branching_forma {
|
|
ul.first {
|
|
margin-top: 66px !important;
|
|
}
|
|
}
|
|
|
|
|
|
#anketa_edit.forma {
|
|
|
|
#quick_settings_holder{
|
|
position: absolute;
|
|
right: 5%;
|
|
top: 235px;
|
|
height: auto;
|
|
width: 310px;
|
|
border: 0;
|
|
background-color: transparent;
|
|
|
|
#quick_settings{
|
|
padding: 5px 15px;
|
|
width: 315px;
|
|
box-sizing: border-box;
|
|
float: right;
|
|
|
|
background-color: $soft_blue_very_lighten;
|
|
border: 1px solid $soft_blue;
|
|
|
|
fieldset {
|
|
border: 1px $grey_dark solid;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
}
|