Merge branch 'master' of https://git.1ka.si/git/1ka
This commit is contained in:
commit
532d461da6
@ -13922,6 +13922,7 @@ and open the template in the editor.
|
|||||||
}
|
}
|
||||||
#new_anketa_div .layout_right_item .layout_right_centering {
|
#new_anketa_div .layout_right_item .layout_right_centering {
|
||||||
max-width: 1060px;
|
max-width: 1060px;
|
||||||
|
width: 100%;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
#new_anketa_div .layout_right_item .layout_right_centering span.faicon.fa-times {
|
#new_anketa_div .layout_right_item .layout_right_centering span.faicon.fa-times {
|
||||||
@ -13945,7 +13946,7 @@ and open the template in the editor.
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
height: 0.5em;
|
height: 0.5em;
|
||||||
vertical-align: bottom;
|
vertical-align: bottom;
|
||||||
width: 100vw;
|
width: 100%;
|
||||||
margin-right: -100%;
|
margin-right: -100%;
|
||||||
margin-left: 12px;
|
margin-left: 12px;
|
||||||
border-top: 1px solid #C4C4C4;
|
border-top: 1px solid #C4C4C4;
|
||||||
|
@ -30,6 +30,7 @@ $skin_selector: $red;
|
|||||||
|
|
||||||
.layout_right_centering {
|
.layout_right_centering {
|
||||||
max-width: 1060px;
|
max-width: 1060px;
|
||||||
|
width: 100%;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|
||||||
span.faicon.fa-times {
|
span.faicon.fa-times {
|
||||||
@ -57,7 +58,7 @@ $skin_selector: $red;
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
height: 0.5em;
|
height: 0.5em;
|
||||||
vertical-align: bottom;
|
vertical-align: bottom;
|
||||||
width: 100vw;
|
width: 100%;
|
||||||
margin-right: -100%;
|
margin-right: -100%;
|
||||||
margin-left: 12px;
|
margin-left: 12px;
|
||||||
border-top: 1px solid $dark-gray;
|
border-top: 1px solid $dark-gray;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user