1 changed files with 2 additions and 16 deletions
|
@ -123,7 +123,7 @@ footer {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 1rem;
|
top: 1rem;
|
||||||
right: 1rem;
|
right: 1rem;
|
||||||
z-index: 999; /* Assure que le bouton est au-dessus du contenu */
|
z-index: 999;
|
||||||
}
|
}
|
||||||
|
|
||||||
.toggleable {
|
.toggleable {
|
||||||
|
@ -136,7 +136,7 @@ footer {
|
||||||
display: none;
|
display: none;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 1rem;
|
top: 1rem;
|
||||||
right: 0; /* Position en haut à droite */
|
right: 0;
|
||||||
z-index: 99;
|
z-index: 99;
|
||||||
background-color: var(--day-background);
|
background-color: var(--day-background);
|
||||||
color: darkgreen;
|
color: darkgreen;
|
||||||
|
@ -155,20 +155,6 @@ nav#menu{
|
||||||
right: 1rem;
|
right: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*.sr-only {
|
|
||||||
border: 0 !important;
|
|
||||||
clip: rect(1px, 1px, 1px, 1px) !important;
|
|
||||||
-webkit-clip-path: inset(50%) !important;
|
|
||||||
clip-path: inset(50%) !important;
|
|
||||||
height: 1px !important;
|
|
||||||
margin: -1px !important;
|
|
||||||
overflow: hidden !important;
|
|
||||||
padding: 0 !important;
|
|
||||||
position: absolute !important;
|
|
||||||
width: 1px !important;
|
|
||||||
white-space: nowrap !important;
|
|
||||||
}*/
|
|
||||||
|
|
||||||
.icone > pre{
|
.icone > pre{
|
||||||
padding-top: 1rem;
|
padding-top: 1rem;
|
||||||
color: black;
|
color: black;
|
||||||
|
|
Loading…
Reference in a new issue