Ureejen mobile popup za vprasajcke

This commit is contained in:
pero1203 2021-08-04 10:02:56 +02:00
parent 042c825af8
commit b2c334f2d7
3 changed files with 26 additions and 0 deletions

View File

@ -28824,6 +28824,17 @@ fieldset textarea {
margin-bottom: 10px;
}
/* Popup za vprasajcke */
.qtip {
position: fixed !important;
z-index: 9999999 !important;
width: 80% !important;
box-sizing: border-box !important;
top: 20% !important;
left: 10% !important;
box-shadow: 0 0 15px 15px rgba(0, 0, 0, 0.34) !important;
}
#main #moje_ankete_edit {
padding: 20px !important;
}

View File

@ -16,6 +16,8 @@ $breakpoint-mobile: 850px;
@import "header";
@import "footer";
@import "popup";
// Posamezne strani
@import "pages/my_surveys";
@import "pages/new_survey";

View File

@ -0,0 +1,13 @@
/* Popup za vprasajcke */
.qtip{
position: fixed !important;
z-index: 9999999 !important;
width: 80% !important;
box-sizing: border-box !important;
top: 20% !important;
left: 10% !important;
box-shadow: 0 0 15px 15px rgba(0,0,0,.34) !important;
}