13 lines
271 B
SCSS
13 lines
271 B
SCSS
/* 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;
|
|
} |