correction bouton du bas telephone, placement z-index
This commit is contained in:
parent
57b2e432e2
commit
00ffa70d4c
6 changed files with 58 additions and 28 deletions
|
|
@ -2,9 +2,9 @@
|
|||
position: fixed;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
padding: var(--unit--vertical) var(--unit--horizontal);
|
||||
}
|
||||
.theme-toggler > *{
|
||||
padding: calc((var(--unit--vertical) / 2) / 2) calc(var(--unit--horizontal) / 2);
|
||||
margin: calc((var(--unit--vertical) / 2) / 2) calc(var(--unit--horizontal) / 2);
|
||||
z-index: 100;
|
||||
}
|
||||
.theme-toggler-icon {
|
||||
width: 1.2rem;
|
||||
|
|
@ -17,4 +17,11 @@
|
|||
|
||||
mask: var(--icon-theme-toggler) no-repeat center;
|
||||
-webkit-mask: var(--icon-theme-toggler) no-repeat center;
|
||||
}
|
||||
@media screen and (max-width: 640px) {
|
||||
.theme-toggler-icon {
|
||||
width: 1.1rem;
|
||||
height: 1.1rem;
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue