136 lines
2.3 KiB
SCSS
136 lines
2.3 KiB
SCSS
|
|
#branching{
|
|
width: 100%;
|
|
|
|
li{
|
|
margin: 0 10px 0 20px !important;
|
|
}
|
|
|
|
.spr_edit{
|
|
display: none !important;
|
|
}
|
|
|
|
|
|
.empty_vrivanje {
|
|
padding: 50px 0 !important;
|
|
margin: 20px 10px 20px 20px !important;
|
|
|
|
.empty_vrivanje_title{
|
|
margin: 0 20px;
|
|
font-size: 14px;
|
|
}
|
|
.empty_vrivanje_subtitle{
|
|
margin: 15px 20px 0 15px;
|
|
font-size: 13px;
|
|
}
|
|
}
|
|
|
|
#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{
|
|
top: 150px;
|
|
}
|
|
#toolbox_basic{
|
|
top: 187px;
|
|
}
|
|
|
|
// Knjiznice ni nikoli
|
|
#toolbox_library{
|
|
display: none !important;
|
|
}
|
|
|
|
|
|
// 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;
|
|
}
|
|
}
|
|
} |