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 {
|
||||
@extend [role="button"], .secondary;
|
||||
height: 2em;
|
||||
width: 2em;
|
||||
height: 1.8em;
|
||||
width: 1.8em;
|
||||
padding: 0;
|
||||
font-size: 150%;
|
||||
border-radius: 1em;
|
||||
line-height: 2em;
|
||||
border-radius: .9em;
|
||||
line-height: 1.8em;
|
||||
text-align: center;
|
||||
position: fixed;
|
||||
top: 65vh;
|
||||
@ -1173,12 +1173,12 @@ article {
|
||||
li {
|
||||
list-style: none;
|
||||
@extend [role="button"], .secondary;
|
||||
height: 2em;
|
||||
width: 2em;
|
||||
height: 1.8em;
|
||||
width: 1.8em;
|
||||
padding: 0;
|
||||
font-size: 150%;
|
||||
border-radius: 1em;
|
||||
line-height: 2em;
|
||||
border-radius: .9em;
|
||||
line-height: 1.8em;
|
||||
text-align: center;
|
||||
z-index: 10;
|
||||
opacity: 0.9;
|
||||
|
Loading…
Reference in New Issue
Block a user