mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2026-01-19 13:02:26 +01:00
feat:#47 updated primevue theme for sass
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
// 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;
|
||||
}
|
||||
Reference in New Issue
Block a user