Ureejen mobile popup za vprasajcke
This commit is contained in:
parent
042c825af8
commit
b2c334f2d7
@ -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;
|
||||
}
|
||||
|
@ -16,6 +16,8 @@ $breakpoint-mobile: 850px;
|
||||
@import "header";
|
||||
@import "footer";
|
||||
|
||||
@import "popup";
|
||||
|
||||
// Posamezne strani
|
||||
@import "pages/my_surveys";
|
||||
@import "pages/new_survey";
|
||||
|
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