Amélioration zone clic boutons fixes
This commit is contained in:
parent
9a0c7016a5
commit
8021f849ae
@ -1564,6 +1564,7 @@ img.preview {
|
|||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
li {
|
li {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
|
a {
|
||||||
@extend [role="button"], .secondary;
|
@extend [role="button"], .secondary;
|
||||||
height: 1.8em;
|
height: 1.8em;
|
||||||
width: 1.8em;
|
width: 1.8em;
|
||||||
@ -1574,12 +1575,11 @@ img.preview {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
opacity: 0.9;
|
opacity: 0.9;
|
||||||
a {
|
|
||||||
color: var(--primary-inverse);
|
color: var(--primary-inverse);
|
||||||
}
|
|
||||||
float: left;
|
float: left;
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: calc(var(--spacing) + .4em);
|
bottom: calc(var(--spacing) + .4em);
|
||||||
right: calc(var(--spacing) + .4em);
|
right: calc(var(--spacing) + .4em);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user