[Redizajn 1KA] - Moje ankete --> Nova anketa - v5

This commit is contained in:
tejagerjovic 2022-01-06 13:13:46 +01:00
parent 2b268724c9
commit a2a0fbde07
4 changed files with 26 additions and 3 deletions

View File

@ -13870,6 +13870,7 @@ div#main.hide_header {
height: 100vh;
width: 100vw;
background-color: #FFFFFF;
padding: 0 !important;
}
#new_anketa_div {
@ -13880,18 +13881,25 @@ div#main.hide_header {
#new_anketa_div .layout_left_item {
width: 308px;
height: 100% !important;
height: 100vh !important;
padding: 4px;
background-color: #FFFFFF;
border-right: 1px solid #E5E5E5;
border-left: none;
border-top: none;
border-bottom: none;
box-sizing: border-box;
flex-shrink: 0;
margin-right: 100px;
box-shadow: none;
height: fit-content;
}
#new_anketa_div .layout_left_item .item {
display: flex;
align-items: center;
margin-bottom: 4px;
padding: 24px 0 24px 71px;
border: 1px solid #E5E5E5;
color: #333333;
background-color: #F8F8F8;
}
@ -13936,6 +13944,9 @@ and open the template in the editor.
#new_anketa_div div.button_holder {
margin-top: 62px;
}
#new_anketa_div .layout_right_item {
margin-top: 64px;
}
#new_anketa_div .layout_right_item .fieldset .pre-title {
color: #1E88E5;
font-weight: 600;

View File

@ -2,21 +2,31 @@
.layout_left_item {
width: 308px;
height: 100% !important;
height: 100vh !important;
padding: 4px;
background-color: $white;
border-right: 1px solid $gray;
border-left: none;
border-top: none;
border-bottom: none;
box-sizing: border-box;
flex-shrink: 0;
margin-right: 100px;
box-shadow: none;
height: fit-content;
.item {
display: flex;
align-items: center;
margin-bottom: 4px;
padding: 24px 0 24px 71px;
border: 1px solid $gray;
color: $black;
background-color: $light-gray;

View File

@ -13,6 +13,7 @@ div#main.hide_header {
height: 100vh;
width: 100vw;
background-color: $white;
padding: 0 !important;
}
#new_anketa_div {

View File

@ -23,6 +23,7 @@ $skin_selector: $red;
margin-top: 62px;
}
.layout_right_item{
margin-top: 64px;
.fieldset {