Ureejen mobile popup za vprasajcke
This commit is contained in:
parent
042c825af8
commit
b2c334f2d7
@ -28824,6 +28824,17 @@ fieldset textarea {
|
|||||||
margin-bottom: 10px;
|
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 {
|
#main #moje_ankete_edit {
|
||||||
padding: 20px !important;
|
padding: 20px !important;
|
||||||
}
|
}
|
||||||
|
@ -15,6 +15,8 @@ $breakpoint-mobile: 850px;
|
|||||||
@import "basic";
|
@import "basic";
|
||||||
@import "header";
|
@import "header";
|
||||||
@import "footer";
|
@import "footer";
|
||||||
|
|
||||||
|
@import "popup";
|
||||||
|
|
||||||
// Posamezne strani
|
// Posamezne strani
|
||||||
@import "pages/my_surveys";
|
@import "pages/my_surveys";
|
||||||
|
13
resources/sass/admin/mobile/popup.scss
Normal file
13
resources/sass/admin/mobile/popup.scss
Normal 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;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user