fix chevrons alignment
This commit is contained in:
parent
cf9957c733
commit
8b957fb85e
|
@ -12,7 +12,7 @@
|
||||||
@click="toggleCollapse"
|
@click="toggleCollapse"
|
||||||
>
|
>
|
||||||
<FAIcon
|
<FAIcon
|
||||||
class="timelines-chevron"
|
class="navigation-chevron"
|
||||||
fixed-width
|
fixed-width
|
||||||
:icon="collapsed ? 'chevron-down' : 'chevron-up'"
|
:icon="collapsed ? 'chevron-down' : 'chevron-up'"
|
||||||
/>
|
/>
|
||||||
|
@ -143,12 +143,17 @@
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.timelines-chevron {
|
.navigation-chevron {
|
||||||
margin-left: 0.8em;
|
margin-left: 0.8em;
|
||||||
margin-right: 0.8em;
|
margin-right: 0.8em;
|
||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.timelines-chevron {
|
||||||
|
margin-left: 0.8em;
|
||||||
|
font-size: 1.1em;
|
||||||
|
}
|
||||||
|
|
||||||
.timelines-background {
|
.timelines-background {
|
||||||
padding: 0 0 0 0.6em;
|
padding: 0 0 0 0.6em;
|
||||||
background-color: $fallback--lightBg;
|
background-color: $fallback--lightBg;
|
||||||
|
|
Loading…
Reference in a new issue