63 lines
1.1 KiB
SCSS
63 lines
1.1 KiB
SCSS
|
|
#main #anketa #globalSetingsList.full_width {
|
|
max-width: 100% !important;
|
|
width: 100% !important;
|
|
}
|
|
|
|
|
|
/* NASTAVITVE in ARHIVI */
|
|
#main #anketa #anketa_edit.page_nastavitve{
|
|
flex-direction: column-reverse;
|
|
|
|
> div{
|
|
width: 100%;
|
|
margin: 20px 0;
|
|
}
|
|
}
|
|
|
|
|
|
/* OBLIKA */
|
|
#main #anketa #anketa_edit.page_tema{
|
|
|
|
#div_theme_group_holder{
|
|
width: 100%;
|
|
|
|
#div_theme_group div.theme_label{
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
margin-left: 0;
|
|
margin-right: 0;
|
|
|
|
img{
|
|
width: 100%;
|
|
height: auto;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
/* ARHIVI */
|
|
#main #anketa #anketa_edit.page_arhivi{
|
|
flex-direction: column-reverse;
|
|
|
|
> div{
|
|
width: 100% !important;
|
|
margin: 20px 0;
|
|
}
|
|
|
|
#div_archive_content fieldset {
|
|
width: 100% !important;
|
|
|
|
box-sizing: border-box !important;
|
|
margin-left: 0 !important;
|
|
margin-right: 0 !important;
|
|
|
|
input{
|
|
width: 100% !important;
|
|
}
|
|
}
|
|
}
|
|
|
|
|