mirror of
https://gitlab.constantvzw.org/osp/tools.cobbled-paths.git
synced 2025-01-07 00:20:47 +01:00
small fixe
This commit is contained in:
parent
c294eccc1a
commit
85b83cce84
@ -125,6 +125,21 @@ label{
|
||||
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
|
||||
================================================= */
|
||||
|
||||
@ -186,7 +201,6 @@ aside.left{
|
||||
line-height: 1;
|
||||
}
|
||||
.f-svg{
|
||||
padding: 1rem;
|
||||
background-color: white;
|
||||
overflow: auto;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user