.locked .add-variable-mobile, .spremenljivka_content .add-variable { display: none !important; } #branching{ width: 100%; margin: 0; li{ box-sizing: border-box; width: 100%; margin: 0 !important; padding-left: 0 !important; .pm{ margin-left: 0 !important; } .pb_page{ font-size: 14px !important; } } .spr_edit{ display: none !important; } .content_div_normalmode{ padding-bottom: 40px; } .add-variable-mobile { display: flex; align-items: center; justify-content: flex-start; visibility: visible; margin-left: 16px; margin-bottom: -10px; font-size: 14px; a { color: $blue; text-decoration: none; &:hover{ color: $dark-blue; } .faicon { margin-right: 8px; &:before{ font-size: 14px; } } } .tip_6 { left: 52px; } .tip_16 { left: 52px; } .tip_19 { left: 52px; } .tip_20 { left: 52px; } } .empty_vrivanje { padding: 32px 16px !important; margin: 16px 0 !important; .empty_vrivanje_title{ display: none; } .empty_vrivanje_buttons{ display: none; } .mobile_add_question{ position: relative; bottom: auto; } } // komentarji na dnu pod vprasanjem .comment_container_inline{ flex-wrap: wrap; height: auto; button{ margin: 4px 0 4px 8px; } } #bottom_icons_holder{ display: flex; flex-direction: column; .forma_bottom{ display: flex; flex-direction: column; align-items: left; width: 100%; height: auto; padding: 30px 0 20px 0; box-sizing: border-box; .forma_bottom_inner{ display: flex; flex-direction: row; padding: 0 0 10px 0; margin: 0; a{ margin: 0 11px 0 2px; padding: 0; } button{ margin: 0; padding: 0 12px; } } } } } // Toolbox na levi .toolbox_holder { display: none; } // Mobile gumb za dodajanje vprašanja na konec .mobile_add_question{ display: block; position: fixed; bottom: 25px; left: calc(50% - 105px); width: 210px; button{ display: flex !important; align-items: center; justify-content: center; width: 210px; } .plus{ margin-right: 8px; font-size: 28px; line-height: 15px; font-weight: 600; } } // Mobile popup za dodajanje vprasanja .mobile_add_question_popup{ z-index: 9999; position: fixed; top: 0; left: 0; width: 100%; height: 100%; box-sizing: border-box; padding: 40px 20px 20px 20px; background: white; .mobile_add_question_item{ cursor: pointer; position: relative; box-sizing: border-box; width: 300px; height: 45px; margin: 15px auto 5px auto; font-size: 16px; font-weight: 500; text-align: center; background-color: $soft_blue_very_lighten; border: 1px $soft_blue_lighten solid; &:hover{ background-color: $soft_blue_lighten; border: 1px $soft_blue solid; } span.faicon{ position: absolute; left: 20px; line-height: 42px; &.matrix_32{ line-height: 10px; margin-top: 9px; } } span.item_text{ line-height: 42px; } } .mobile_add_question_button{ position: absolute; bottom: 25px; left: calc(50% - 95px); box-sizing: border-box; width: 190px; text-align: center; a{ padding: 10px 20px 10px !important; font-size: 14px; font-weight: 500; } } } // Urejanje vprasanja popup #vprasanje_float_editing .vprasanje_edit_holder{ position: fixed; z-index: 99999; width: 100vw; height: calc(100% - 70px); max-height: 100%; overflow-y: auto; overflow-x: hidden; margin: 0 !important; bottom: 0; right: 0; left: 0; box-shadow: 0px 0px 100px 100px #333; #vprasanje_edit{ top: 0; margin-bottom: 32px; max-height: none; } #vprasanje_tabs{ position: absolute; top: 42px; a.tab_link{ height: auto; padding: 10px 9px; } } .tab{ padding-top: 64px; h2{ position: absolute; top: 0; left: 0; width: 100%; height: 42px; box-sizing: border-box; padding: 10px; margin: 0; } } #vprasanje_buttons{ display: flex; justify-content: space-evenly; position: relative; bottom: 30px; padding: 0 15px; span{ width: 40%; margin-left: 0 !important; text-align: center; } } }