|
@ -125,6 +125,21 @@ label{ |
|
|
font-weight: bold; |
|
|
font-weight: bold; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.reload::after{ |
|
|
|
|
|
content: 'reload'; |
|
|
|
|
|
position: fixed; |
|
|
|
|
|
inset: 0; |
|
|
|
|
|
background-color: rgba(0,0,205,0.2); |
|
|
|
|
|
z-index: 998; |
|
|
|
|
|
pointer-events: all; |
|
|
|
|
|
color: white; |
|
|
|
|
|
right: 0.5rem; |
|
|
|
|
|
display: flex; |
|
|
|
|
|
justify-content: center; |
|
|
|
|
|
align-items: center; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* BOXES |
|
|
/* BOXES |
|
|
================================================= */ |
|
|
================================================= */ |
|
|
|
|
|
|
|
@ -186,7 +201,6 @@ aside.left{ |
|
|
line-height: 1; |
|
|
line-height: 1; |
|
|
} |
|
|
} |
|
|
.f-svg{ |
|
|
.f-svg{ |
|
|
padding: 1rem; |
|
|
|
|
|
background-color: white; |
|
|
background-color: white; |
|
|
overflow: auto; |
|
|
overflow: auto; |
|
|
} |
|
|
} |
|
|