mirror of
https://gitlab.constantvzw.org/osp/tools.cobbled-paths.git
synced 2025-01-08 00:31:01 +01:00
small fixe
This commit is contained in:
parent
c294eccc1a
commit
85b83cce84
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user