On réduit un peu la taille des boutons
This commit is contained in:
parent
4cb60d1968
commit
a50fc75b01
@ -316,12 +316,12 @@ footer [data-tooltip] {
|
|||||||
}
|
}
|
||||||
.slider-button {
|
.slider-button {
|
||||||
@extend [role="button"], .secondary;
|
@extend [role="button"], .secondary;
|
||||||
height: 2em;
|
height: 1.8em;
|
||||||
width: 2em;
|
width: 1.8em;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
font-size: 150%;
|
font-size: 150%;
|
||||||
border-radius: 1em;
|
border-radius: .9em;
|
||||||
line-height: 2em;
|
line-height: 1.8em;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 65vh;
|
top: 65vh;
|
||||||
@ -1173,12 +1173,12 @@ article {
|
|||||||
li {
|
li {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
@extend [role="button"], .secondary;
|
@extend [role="button"], .secondary;
|
||||||
height: 2em;
|
height: 1.8em;
|
||||||
width: 2em;
|
width: 1.8em;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
font-size: 150%;
|
font-size: 150%;
|
||||||
border-radius: 1em;
|
border-radius: .9em;
|
||||||
line-height: 2em;
|
line-height: 1.8em;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
opacity: 0.9;
|
opacity: 0.9;
|
||||||
|
Loading…
Reference in New Issue
Block a user