266 lines
4.8 KiB
SCSS

.page_branching #placeholder,
.page_ #placeholder{
margin-left: 0;
}
.locked .add-variable-mobile,
.spremenljivka_content:hover .add-variable {
display: none !important;
}
#branching{
width: 100%;
li{
margin: 0 10px 0 10px !important;
}
.spr_edit{
display: none !important;
}
.content_div_normalmode{
padding-bottom: 40px;
}
.add-variable-mobile {
display: block;
position: absolute;
left: 59px;
bottom: 20px;
}
.empty_vrivanje {
padding: 30px 0 !important;
margin: 20px 10px 20px 10px !important;
.empty_vrivanje_title{
display: none;
margin: 0 20px;
font-size: 14px;
}
.empty_vrivanje_subtitle{
display: none;
margin: 15px 20px 0 15px;
font-size: 13px;
}
.mobile_add_question{
position: relative;
bottom: auto;
}
}
#bottom_icons_holder{
display: flex;
flex-direction: column;
.forma_bottom{
display: flex;
flex-direction: column;
align-items: left;
width: 100%;
height: auto;
padding: 30px 10px 20px 20px;
.forma_bottom_inner{
display: flex;
flex-direction: row;
padding: 0 0 10px 0;
margin: 0;
a{
margin: 0 11px 0 2px;
padding: 0;
}
}
}
}
}
// Toolbox na levi
#toolbox_advanced_settings{
display: none !important;
top: 150px;
}
#toolbox_basic{
display: none !important;
top: 187px;
}
// Knjiznice ni nikoli
#toolbox_library{
display: none !important;
}
// Mobile gumb za dodajanje vprašanja na konec
.mobile_add_question{
display: block;
position: fixed;
bottom: 25px;
left: calc(50% - 95px);
width: 190px;
a{
display: flex !important;
justify-content: center;
padding: 10px 20px 10px !important;
font-size: 14px;
font-weight: 500;
}
.plus{
margin-right: 8px;
font-size: 28px;
line-height: 15px;
font-weight: 600;
}
}
// Mobile popup za dodajanje vprasanja
.mobile_add_question_popup{
z-index: 9999;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-sizing: border-box;
padding: 40px 20px 20px 20px;
background: white;
.mobile_add_question_item{
cursor: pointer;
position: relative;
box-sizing: border-box;
width: 300px;
height: 45px;
margin: 15px auto 5px auto;
font-size: 16px;
font-weight: 500;
text-align: center;
background-color: $soft_blue_very_lighten;
border: 1px $soft_blue_lighten solid;
&:hover{
background-color: $soft_blue_lighten;
border: 1px $soft_blue solid;
}
span.faicon{
position: absolute;
left: 20px;
line-height: 42px;
&.matrix_32{
line-height: 10px;
margin-top: 9px;
}
}
span.item_text{
line-height: 42px;
}
}
.mobile_add_question_button{
position: absolute;
bottom: 25px;
left: calc(50% - 95px);
box-sizing: border-box;
width: 190px;
text-align: center;
a{
padding: 10px 20px 10px !important;
font-size: 14px;
font-weight: 500;
}
}
}
// Urejanje vprasanja popup
#vprasanje_float_editing{
position: fixed;
z-index: 99999;
width: 100%;
height: 100%;
max-height: 100%;
overflow-y: auto;
overflow-x: hidden;
margin: 0 !important;
top: 0;
right: 0;
left: 0;
box-shadow: 0px 0px 100px 100px #333;
#vprasanje_edit{
top: 0;
margin-bottom: 55px;
}
#vprasanje_tabs{
position: absolute;
top: 42px;
a.tab_link{
height: auto;
padding: 10px 9px;
}
}
.tab{
padding-top: 100px;
h2{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 42px;
box-sizing: border-box;
padding: 10px;
margin: 0;
}
}
#vprasanje_buttons{
display: flex;
justify-content: space-evenly;
position: relative;
bottom: 30px;
padding: 0 15px;
span{
width: 40%;
margin-left: 0 !important;
text-align: center;
}
}
}