59 lines
1.0 KiB
SCSS
59 lines
1.0 KiB
SCSS
|
|
#branching{
|
|
width: 100%;
|
|
|
|
li{
|
|
margin: 0 10px 0 20px !important;
|
|
}
|
|
|
|
.spr_edit{
|
|
display: none !important;
|
|
}
|
|
|
|
#bottom_icons_holder{
|
|
display: flex;
|
|
flex-direction: column;
|
|
|
|
.forma_bottom{
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
|
|
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 8px;
|
|
padding: 0;
|
|
}
|
|
}
|
|
}
|
|
|
|
}
|
|
}
|
|
|
|
#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;
|
|
} |