mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-15 21:32:49 +00:00
17 lines
274 B
SCSS
Vendored
17 lines
274 B
SCSS
Vendored
.page-microapp {
|
|
.microapp-load{
|
|
align-items: center;
|
|
display: flex;
|
|
justify-content: center;
|
|
height: 90%;
|
|
}
|
|
}
|
|
.electron-single-micro-apps {
|
|
.page-microapp {
|
|
.microapp-load{
|
|
margin-top: 25%;
|
|
}
|
|
}
|
|
}
|
|
|