mirror of
https://github.com/lichess-org/lila.git
synced 2026-05-26 13:51:00 +00:00
30 lines
437 B
SCSS
30 lines
437 B
SCSS
.analyse {
|
|
&__persistence {
|
|
&__help {
|
|
@extend %flex-center-nowrap;
|
|
|
|
font-size: 0.9em;
|
|
background: $c-bg-zebra;
|
|
padding: 0.4em 0.8em;
|
|
margin: 0;
|
|
|
|
i {
|
|
font-size: 1.5em;
|
|
margin-right: 0.4em;
|
|
}
|
|
}
|
|
|
|
&__actions {
|
|
@extend %flex-between-nowrap;
|
|
|
|
font-size: 0.9em;
|
|
|
|
.button {
|
|
&::before {
|
|
margin-right: 0.4em;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|