187 lines
4.0 KiB
SCSS
Raw Normal View History

2021-12-21 11:41:10 +01:00
/*
Qtip vprasajcek popup in tooltip
*/
.qtip{
box-sizing: border-box;
width: 400px !important;
max-width: 90vw;
padding: 16px;
font-size: 16px;
line-height: 20px;
background-color: white;
box-shadow: 0px 2px 7px -1px rgba(0, 0, 0, 0.25);
2021-12-21 11:41:10 +01:00
.qtip-tip{
display: none !important;
}
.qtip-wrapper{
overflow: visible !important;
2021-12-21 11:41:10 +01:00
border: 0 !important;
/* Krizec za zaprtje vprasajcka */
2021-12-21 11:41:10 +01:00
.qtip-contentWrapper {
border: 0 !important;
.qtip-title {
padding: 0 !important;
/*margin-top: 10px;*/
2021-12-21 11:41:10 +01:00
.qtip-button{
position: absolute !important;
top: -16px;
right: -10px;
2021-12-21 11:41:10 +01:00
font-size: 12px !important;
color: $very-dark-gray;
2021-12-21 11:41:10 +01:00
&:hover{
color: $black;
2021-12-21 11:41:10 +01:00
}
}
}
/* Vsebina vprasajcka */
2021-12-21 11:41:10 +01:00
.qtip-content {
overflow: visible !important;
padding: 0 !important;
font-size: 16px;
line-height: 20px;
2021-12-21 11:41:10 +01:00
background-color: white !important;
border: 0;
textarea{
box-sizing: border-box;
}
/* Naslov - opcijsko */
h1{
margin: 0 0 16px 0;
color: $black !important;
font-size: 16px;
font-weight: 600;
text-transform: uppercase;
background-color: white !important;
&::before{
padding-right: 8px;
font-family: $fontawesome;
content: "\f059";
font-size: 20px;
color: $blue;
vertical-align: -1px;
}
}
p{
margin-bottom: 8px;
&:last-of-type{
margin-bottom: 0;
}
}
ul{
li{
}
}
/* Link "Več >" */
.qtip-more{
display: block;
margin-top: 16px;
font-weight: 600;
a{
text-decoration: none;
&:hover{
text-decoration: none;
}
}
&::after{
cursor: pointer;
padding-left: 8px;
vertical-align: middle;
2021-12-21 11:41:10 +01:00
font-family: $fontawesome;
content: "\f054";
font-size: 8px;
color: $blue;
transition: 0.2s;
}
&:hover{
&::after{
color: $dark-blue;
}
}
2021-12-21 11:41:10 +01:00
}
}
}
}
.qtip-borderTop, .qtip-borderBottom {
display: none !important;
}
}
/* toostip popups */
.expanded-tooltip {
@include hover_basic();
2021-12-21 11:41:10 +01:00
z-index: 99999;
position: absolute;
top: -45px;
left: -25px;
2021-12-21 11:41:10 +01:00
display: block;
width: 200px;
height: 29px;
margin: 0;
2021-12-21 11:41:10 +01:00
}
.expanded-tooltip.bottom {
top: 35px;
left: -100px;
2021-12-21 11:41:10 +01:00
height: auto;
}
2021-12-21 11:41:10 +01:00
#request_help_content.expanded-tooltip{
/*left: -85px;*/
}
2021-12-21 11:41:10 +01:00
#tooltip_preview_content.expanded-tooltip{
/*left: -90px;*/
}
2021-12-21 11:41:10 +01:00
#baseSurveyInfoImg {
.expanded-tooltip {
width: 400px;
left: -38px;
span.arrow {
left: 12%;
}
}
}