/* Glasovanje - urejanje */ #anketa_edit.glasovanje { position: relative; display: flex; /* Leve nastavitve */ .glas_settings_holder{ #glas_settings { display: flex; flex-direction: column; width: 304px; margin: 0 64px 0 32px; padding-bottom: 16px; border: 1px solid $gray; border-radius: 2px; .header { padding: 12px 16px; font-size: 14px; font-weight: 600; text-transform: uppercase; background-color: $light-gray; } fieldset { padding: 0 16px 0; margin: 0; border: 0; .setting_title{ margin-top: 16px; font-weight: 600; font-size: 14px; } .setting_row{ display: flex; margin: 8px 0 0 0; font-size: 14px; label{ font-size: 14px; } &.half-half{ justify-content: space-between; align-items: center; margin-top: 16px; .setting_title{ width: 50%; margin-top: 0; } input{ margin-top: 0; width: 112px; } select{ margin-top: 0; width: 135px; } } } } .expand_holder{ margin: 16px 16px 0 16px; a{ font-size: 14px; text-decoration: none; .faicon::before{ margin-left: 8px; font-size: 12px; } } } } } /* Srednji del */ #placeholder{ #branching { min-height: 400px; width: calc(100% - 421px); margin: 60px 0 0 0; } #vprasanje_float_editing{ margin-top: 60px !important; } } } /* Desne nastavitve */ #quick_settings_holder{ position: absolute; right: 32px; height: auto; #quick_settings{ width: 325px; box-sizing: border-box; padding: 12px 16px; border: 1px solid $gray; border-radius: 2px; span, label{ font-size: 14px; } .header{ cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-weight: 600; text-transform: uppercase; } #form_settings_obvescanje.form_bottom_settings { /*margin: 0 8px 10px 8px; padding: 0 0 5px 10px; background-color: inherit; padding: 1px 0 10px 10px; textarea#alert_finish_other_emails { &:focus { padding: 2px; border: 0; background-color: $yellow; } }*/ .setting_row{ margin: 16px 0 0 0; .alert_authors .setting_item > span, #label_alert_finish_respondent > a, #label_alert_finish_respondent > p{ display: none; } #alert_holder_finish_other_emails{ display: flex; align-items: center; justify-content: space-between; margin-top: 8px; textarea{ width: 100% !important; margin: 0 0 0 16px; } } &.bottom{ a{ font-size: 14px; } .faicon:before{ margin-left: 8px; font-size: 12px; } } } } } }