187 lines
3.7 KiB
SCSS
Raw Normal View History

2021-12-21 11:41:10 +01:00
/*
Qtip vprasajcek popup in tooltip
*/
.qtip{
@include popup_general();
padding: 15px !important;
.qtip-tip{
display: none !important;
}
.qtip-wrapper{
border: 0 !important;
.qtip-contentWrapper {
border: 0 !important;
.qtip-title {
padding: 0 !important;
/*margin-top: 10px;*/
color: black !important;
font-size: 14px;
font-weight: 600;
background-color: white !important;
.qtip-button{
position: absolute !important;
top: 0px;
right: 0px;
font-size: 25px !important;
line-height: 18px;
color: $gray;
&:hover{
color: $blue;
}
}
}
.qtip-content {
overflow: visible !important;
padding: 0 !important;
margin-top: 10px;
font-size: 12px;
background-color: white !important;
border: 0;
textarea{
box-sizing: border-box;
}
.qtip-help{
margin-top: -10px;
padding-right: 30px;
line-height: 20px;
}
}
}
}
.qtip-borderTop, .qtip-borderBottom {
display: none !important;
}
}
/* toostip popups */
.expanded-tooltip {
@include popup_general();
top: -45px;
left: -25px;
z-index: 99999;
position: absolute;
display: block;
margin: 0;
width: 200px;
height: 29px;
padding-bottom: 10px;
/*color: $grey_super_dark !important;
background-color: $soft_blue_very_lighten;
border: 1px solid $soft_blue;
padding: 10px 10px 0 10px;*/
background-color: white;
text-align: center;
font-weight: normal;
font-size: 11px;
line-height: 14px;
a {
font-weight: 600 !important;
}
a.close {
color: $gray;
float: right;
}
span.arrow {
display: none;
display: block;
height: 18px;
left: 50%;
top: 35px;
overflow: hidden;
position: absolute;
width: 60px;
margin-left: -30px;
&:after {
background-color: white;
border: 2px solid white;
content: "";
height: 25px;
left: 15px;
position: absolute;
top: -20px;
width: 25px;
-webkit-box-shadow: 6px 5px 9px -9px black, 5px 6px 9px -9px black;
-moz-box-shadow: 6px 5px 9px -9px black, 5px 6px 9px -9px black;
box-shadow: 6px 5px 9px -9px black, 5px 6px 9px -9px black;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
}
}
}
.expanded-tooltip.bottom {
text-align: left;
left: -100px;
top: 35px;
background-color: white;
height: auto;
z-index: 99999;
span.arrow {
top: -18px;
&:after {
background-color: white;
top: 10px;
-webkit-box-shadow: -6px -5px 9px -9px black, -5px -6px 9px -9px black;
-moz-box-shadow: -6px -5px 9px -9px black, -5px -6px 9px -9px black;
box-shadow: -6px -5px 9px -9px black, -5px -6px 9px -9px black;
}
}
}
.expanded-tooltip.light {
/*background-color: $soft_blue_very_lighten;
span.arrow {
&:after {
background-color: $soft_blue_very_lighten;
}
}*/
}
#request_help_content.expanded-tooltip{
/*left: -85px;*/
}
#tooltip_preview_content.expanded-tooltip{
/*left: -90px;*/
top: 33px;
}
#baseSurveyInfoImg {
.expanded-tooltip {
width: 400px;
left: -38px;
span.arrow {
left: 12%;
}
}
}