59 lines
1.0 KiB
SCSS
59 lines
1.0 KiB
SCSS
![]() |
#main{
|
||
|
margin-top: 70px;
|
||
|
padding-bottom: 30px;
|
||
|
/*overflow-x: scroll;*/
|
||
|
|
||
|
#anketa_edit{
|
||
|
box-sizing: border-box !important;
|
||
|
padding: 15px !important;
|
||
|
}
|
||
|
|
||
|
#placeholder{
|
||
|
width: auto;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
fieldset {
|
||
|
width: 100% !important;
|
||
|
|
||
|
box-sizing: border-box !important;
|
||
|
margin-left: 0 !important;
|
||
|
margin-right: 0 !important;
|
||
|
|
||
|
.nastavitveSpan1,
|
||
|
.nastavitveSpan2,
|
||
|
.nastavitveSpan3,
|
||
|
.nastavitveSpan4,
|
||
|
.nastavitveSpan5,
|
||
|
.nastavitveSpan6{
|
||
|
width: auto !important;
|
||
|
display: block !important;
|
||
|
float: none !important;
|
||
|
|
||
|
text-align: left !important;
|
||
|
padding: 15px 0 5px 0 !important;
|
||
|
}
|
||
|
|
||
|
select,
|
||
|
.select2-container,
|
||
|
input[type="text"],
|
||
|
textarea{
|
||
|
width: 100% !important;
|
||
|
box-sizing: border-box;
|
||
|
}
|
||
|
|
||
|
.setting{
|
||
|
height: auto !important;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
select {
|
||
|
-webkit-appearance: none;
|
||
|
}
|
||
|
|
||
|
div.breadcrumbs {
|
||
|
display: block;
|
||
|
padding: 15px;
|
||
|
color: $strong_blue;
|
||
|
font-weight: 600;
|
||
|
}
|