497 lines
9.6 KiB
SCSS
497 lines
9.6 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;
|
|
}
|
|
}
|
|
}
|
|
|
|
// 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: grid;
|
|
grid-template-columns: 1fr 1fr 1fr;
|
|
column-gap: 32px;
|
|
row-gap: 14px;
|
|
|
|
|
|
|
|
div.more_block {
|
|
height: auto;
|
|
width: 100%;
|
|
max-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
|
|
}
|
|
}
|
|
|
|
.mail_yellow{
|
|
margin-left: 32px;
|
|
}
|
|
|
|
a.help {
|
|
color: inherit;
|
|
text-decoration: none;
|
|
margin-left: 5px;
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// div.more_block:first-of-type{
|
|
// .more_title{
|
|
// color: #FFC700;
|
|
// }
|
|
|
|
// span.faicon.empty{
|
|
// color: #FFC700;
|
|
// }
|
|
// }
|
|
}
|
|
|
|
}
|
|
|
|
// 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;
|
|
}
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@media screen and (max-width: 1130px) {
|
|
|
|
.more {
|
|
grid-template-columns: 1fr 1fr !important;
|
|
column-gap: 32px;
|
|
row-gap: 14px;
|
|
|
|
.more_block{
|
|
// max-width: 470px !important;
|
|
max-width: 92% !important;
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
@media screen and (max-width: 1025px){
|
|
|
|
#vabila{
|
|
|
|
.copy_survey_url_holder{
|
|
|
|
.input_box{
|
|
width: 300px;
|
|
}
|
|
}
|
|
|
|
|
|
.button_holder {
|
|
display: unset;
|
|
|
|
#nice_url_button {
|
|
margin: 16px 0px !important;
|
|
}
|
|
|
|
|
|
#nice_url_holder {
|
|
margin: 16px 0px !important;
|
|
flex-direction: row;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media screen and (max-width: 850px) {
|
|
.page_vabila{
|
|
|
|
#vabila{
|
|
|
|
.button_holder{
|
|
|
|
#nice_url_holder {
|
|
|
|
flex-direction: row !important;
|
|
|
|
.url{
|
|
margin-top: 9px;
|
|
}
|
|
|
|
.buttons{
|
|
margin: 9px 0px 0px 0px !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
div#vabila div.more div.more_block {
|
|
width: 89% !important;
|
|
}
|
|
|
|
}
|
|
|
|
@media screen and (max-width: 725px) {
|
|
|
|
h2 {
|
|
font-size: 20px !important ;
|
|
}
|
|
}
|
|
|
|
@media screen and (max-width: 660px) {
|
|
.page_vabila{
|
|
|
|
#vabila{
|
|
|
|
|
|
.more{
|
|
|
|
grid-template-columns: 1fr !important;
|
|
|
|
|
|
.more_block{
|
|
width: 100% !important;
|
|
max-width: 93% !important;
|
|
|
|
#text {
|
|
width: 100%;
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
}
|
|
}
|
|
|
|
|
|
@media screen and (max-width: 500px) {
|
|
.page_vabila{
|
|
|
|
#vabila{
|
|
|
|
.button_holder{
|
|
|
|
#nice_url_holder {
|
|
|
|
flex-direction: column !important;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
}
|
|
|
|
}
|
|
|
|
|
|
}
|