mirror of https://github.com/vtrois/kratos
fix: Pjax 动画字体大小
parent
dd0f673255
commit
7fdc1dc232
|
@ -13,6 +13,8 @@ body .loader {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background-color: rgba(255, 255, 255, .2);
|
background-color: rgba(255, 255, 255, .2);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
}
|
||||||
|
body .loader p {
|
||||||
font-size: 2em !important;
|
font-size: 2em !important;
|
||||||
}
|
}
|
||||||
body .loader_overlay {
|
body .loader_overlay {
|
||||||
|
|
Loading…
Reference in New Issue