mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2026-01-16 11:32:26 +01:00
17 lines
241 B
SCSS
17 lines
241 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;
|
|
} |