mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender-pwa.git
synced 2025-07-16 09:38:51 +02:00
18 lines
234 B
SCSS
18 lines
234 B
SCSS
// core
|
|
.p-blockui-container {
|
|
position: relative;
|
|
}
|
|
|
|
.p-blockui.p-component-overlay {
|
|
position: absolute;
|
|
}
|
|
|
|
.p-blockui-document.p-component-overlay {
|
|
position: fixed;
|
|
}
|
|
|
|
// theme
|
|
.p-blockui {
|
|
border-radius: $borderRadius;
|
|
}
|