[Redizajn 1KA] - Moje ankete --> Nova anketa - v5
This commit is contained in:
parent
2b268724c9
commit
a2a0fbde07
@ -13870,6 +13870,7 @@ div#main.hide_header {
|
|||||||
height: 100vh;
|
height: 100vh;
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
background-color: #FFFFFF;
|
background-color: #FFFFFF;
|
||||||
|
padding: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#new_anketa_div {
|
#new_anketa_div {
|
||||||
@ -13880,18 +13881,25 @@ div#main.hide_header {
|
|||||||
|
|
||||||
#new_anketa_div .layout_left_item {
|
#new_anketa_div .layout_left_item {
|
||||||
width: 308px;
|
width: 308px;
|
||||||
height: 100% !important;
|
height: 100vh !important;
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
background-color: #FFFFFF;
|
background-color: #FFFFFF;
|
||||||
border-right: 1px solid #E5E5E5;
|
border-right: 1px solid #E5E5E5;
|
||||||
|
border-left: none;
|
||||||
|
border-top: none;
|
||||||
|
border-bottom: none;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
|
margin-right: 100px;
|
||||||
|
box-shadow: none;
|
||||||
|
height: fit-content;
|
||||||
}
|
}
|
||||||
#new_anketa_div .layout_left_item .item {
|
#new_anketa_div .layout_left_item .item {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin-bottom: 4px;
|
margin-bottom: 4px;
|
||||||
padding: 24px 0 24px 71px;
|
padding: 24px 0 24px 71px;
|
||||||
|
border: 1px solid #E5E5E5;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
background-color: #F8F8F8;
|
background-color: #F8F8F8;
|
||||||
}
|
}
|
||||||
@ -13936,6 +13944,9 @@ and open the template in the editor.
|
|||||||
#new_anketa_div div.button_holder {
|
#new_anketa_div div.button_holder {
|
||||||
margin-top: 62px;
|
margin-top: 62px;
|
||||||
}
|
}
|
||||||
|
#new_anketa_div .layout_right_item {
|
||||||
|
margin-top: 64px;
|
||||||
|
}
|
||||||
#new_anketa_div .layout_right_item .fieldset .pre-title {
|
#new_anketa_div .layout_right_item .fieldset .pre-title {
|
||||||
color: #1E88E5;
|
color: #1E88E5;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
@ -2,21 +2,31 @@
|
|||||||
|
|
||||||
.layout_left_item {
|
.layout_left_item {
|
||||||
width: 308px;
|
width: 308px;
|
||||||
height: 100% !important;
|
height: 100vh !important;
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
|
|
||||||
background-color: $white;
|
background-color: $white;
|
||||||
border-right: 1px solid $gray;
|
border-right: 1px solid $gray;
|
||||||
|
border-left: none;
|
||||||
|
border-top: none;
|
||||||
|
border-bottom: none;
|
||||||
|
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
|
|
||||||
|
margin-right: 100px;
|
||||||
|
box-shadow: none;
|
||||||
|
|
||||||
|
|
||||||
|
height: fit-content;
|
||||||
|
|
||||||
.item {
|
.item {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin-bottom: 4px;
|
margin-bottom: 4px;
|
||||||
padding: 24px 0 24px 71px;
|
padding: 24px 0 24px 71px;
|
||||||
|
border: 1px solid $gray;
|
||||||
|
|
||||||
color: $black;
|
color: $black;
|
||||||
background-color: $light-gray;
|
background-color: $light-gray;
|
||||||
|
|
||||||
|
@ -13,6 +13,7 @@ div#main.hide_header {
|
|||||||
height: 100vh;
|
height: 100vh;
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
background-color: $white;
|
background-color: $white;
|
||||||
|
padding: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#new_anketa_div {
|
#new_anketa_div {
|
||||||
|
@ -23,6 +23,7 @@ $skin_selector: $red;
|
|||||||
margin-top: 62px;
|
margin-top: 62px;
|
||||||
}
|
}
|
||||||
.layout_right_item{
|
.layout_right_item{
|
||||||
|
margin-top: 64px;
|
||||||
|
|
||||||
.fieldset {
|
.fieldset {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user