This commit is contained in:
pero1203 2022-01-10 11:14:18 +01:00
commit 532d461da6
2 changed files with 4 additions and 2 deletions

View File

@ -13922,6 +13922,7 @@ and open the template in the editor.
}
#new_anketa_div .layout_right_item .layout_right_centering {
max-width: 1060px;
width: 100%;
box-sizing: border-box;
}
#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;
height: 0.5em;
vertical-align: bottom;
width: 100vw;
width: 100%;
margin-right: -100%;
margin-left: 12px;
border-top: 1px solid #C4C4C4;

View File

@ -30,6 +30,7 @@ $skin_selector: $red;
.layout_right_centering {
max-width: 1060px;
width: 100%;
box-sizing: border-box;
span.faicon.fa-times {
@ -57,7 +58,7 @@ $skin_selector: $red;
display: inline-block;
height: 0.5em;
vertical-align: bottom;
width: 100vw;
width: 100%;
margin-right: -100%;
margin-left: 12px;
border-top: 1px solid $dark-gray;