391 lines
9.2 KiB
SCSS

div#vabila {
div.top_note {
position: relative;
.note_hide{
position: absolute !important;
top: 10px;
right: 10px;
z-index: 9999;
font-size: 12px !important;
color: $very-dark-gray;
&:hover{
color: $black;
}
a{
color: $very-dark-gray;
text-decoration: none;
&:hover{
color: $black;
}
}
}
// Toggle za aktivacijo ankete
div.top_note_activate{
display: flex;
flex-direction: row;
align-items: center;
p {
margin-right: 12px;
}
// Gumb za aktivacijo ankete - kopirano iz headerja
.switch_anketa {
position: relative;
display: block;
width: 46px;
height: 16px;
.switch_anketa_content {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
padding-top: 1px;
color: white;
font-size: 12px;
font-weight: 400;
line-height: 12px;
background-color: $blue;
border-radius: 16px;
}
.switch_anketa_content:before {
position: absolute;
content: "";
height: 14px;
width: 14px;
bottom: 1px;
background-color: white;
border-radius: 50%;
}
}
.switch_anketa.anketa_on{
.switch_anketa_content{
padding-left: 20px;
background-color: $blue;
}
.switch_anketa_content:before{
left: 1px;
}
&:hover{
.switch_anketa_content{
background-color: $dark-blue;
}
}
}
.switch_anketa.anketa_off{
.switch_anketa_content{
padding-left: 6px;
background-color: $very-dark-gray2;
}
.switch_anketa_content:before{
right: 1px;
}
&:hover{
.switch_anketa_content{
background-color: $very-dark-gray;
}
}
}
}
}
// Naslovi z ikonami
div.title {
display: flex;
flex-direction: row;
align-items: center;
margin-bottom: 16px;
margin-top: 48px;
&:first-of-type {
margin-top: 0;
}
div.title_icon {
height: 30px;
width: 30px;
border-radius: 2px;
background-color: $light-blue;
color: $blue;
display: flex;
align-items: center;
justify-content: center;
margin-right: 8px;
}
h2 {
width: 100%;
overflow: hidden;
font-weight: $light;
font-size: 24px;
margin-block-start: 0;
margin-block-end: 0;
&:after {
content: "";
display: inline-block;
height: 0.5em;
vertical-align: bottom;
width: 100%;
box-sizing: border-box;
margin-right: -100%;
margin-left: 8px;
border-top: 1px solid $gray;
}
}
}
// Polje za kopiranje linka
div.button_holder{
align-items: center;
margin-bottom: 16px;
.copy_survey_url_holder{
display: flex;
flex-direction: row;
// Url ankete in kopiranje url-ja
.input_box {
display: flex;
align-items: center;
border: 1px solid $dark-gray;
width: 300px;
padding: 10px 0 10px 8px;
input {
border: none;
margin: 0;
padding: 0;
font-size: 16px;
width: 100%
}
}
button{
min-width: 114px;
margin: 0 0 0 8px;
}
}
// Nice URL - gumb
#nice_url_button{
margin: 0 0 0 32px;
}
// Nice URL - dodajanje
#nice_url_holder {
display: flex;
flex-direction: row;
align-items: center;
margin: 0 0 0 32px;
.url{
display: flex;
align-items: center;
input {
margin: 0 8px;
width: 200px;
}
}
.buttons{
display: flex;
button {
min-width: 114px;
margin-right: 8px;
margin-left: 0;
}
}
}
}
div#nice_url_error {
width: 100%;
text-align: right;
}
//Seznam linkov za skupine/jezike
p.survey_links {
margin-top: 16px;
&:first-of-type {
margin-top: 0;
}
}
div.grouplang,
div.niceurl {
margin-top: 16px;
display: flex;
align-items: center;
span.faicon {
margin-left: 9px;
cursor: pointer;
}
}
// Več načinov deljenja ankete
div.more {
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: 16px 32px;
div.more_block {
height: auto;
width: 298px;
background-color: $white;
border: 1px solid $gray;
padding: 16px;
font-size: 14px;
cursor: pointer;
transition: 0.2s;
&:hover {
background-color: darken($white, 5%);
}
div.more_title {
display: flex;
flex-direction: row;
align-items: center;
text-transform: uppercase;
font-weight: $semi-bold;
margin-bottom: 8px;
font-size: 16px;
div.more_title_icon {
height: 24px;
width: 24px;
border-radius: 2px;
background-color: $light-blue;
color: $blue;
display: flex;
align-items: center;
justify-content: center;
margin-right: 8px;
position: relative;
span.fa-1 {
font-size: 8px;
position: absolute;
bottom: 1px;
right: 1px
}
}
a.help {
color: inherit;
text-decoration: none;
margin-left: 5px;
}
}
}
}
}
// Več načinov deljenja - popup
div#general_popup {
div.popup_content {
&.publish {
max-width: 600px;
textarea {
width: 100%;
padding: 8px;
height: auto;
min-width: 600px;
&.iframe {
height: 155px;
}
}
&.qr {
display: flex;
justify-content: center;
}
//Privzete nastavitve - aktivacija ankete
&.settings {
p {
margin-bottom: 16px;
span {
font-weight: $semi-bold;
}
a {
font-weight: 400;
span {
font-weight: 400;
}
}
}
//Odpiranje in zapiranje dodatnih nastavitev
.as_link {
text-decoration: none;
color: $blue;
cursor: pointer;
span.faicon {
margin-right: 5px;
font-size: 14px;
}
}
div#srv_objava_info_more2 {
margin-bottom: 16px;
}
div#publish_settings_more {
display: none;
}
}
}
}
}