23 lines
391 B
SCSS
Raw Normal View History

/* 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;
2022-06-02 11:21:27 +02:00
}
// Klasicen popup
.divPopUp{
width: 100%;
max-width: 100%;
box-sizing: border-box;
margin: 0 16px;
}