Adjust bottom margin
This commit is contained in:
parent
1e84874695
commit
3e14157e87
@ -1,4 +1,4 @@
|
|||||||
<div class="back-button">
|
<div class="back-button mb-2">
|
||||||
<i class="fal fa-arrow-left"></i> <span i18n="@FmBackButton">Back</span>
|
<i class="fal fa-arrow-left"></i> <span i18n="@FmBackButton">Back</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -3,7 +3,7 @@
|
|||||||
.back-button {
|
.back-button {
|
||||||
cursor: default;
|
cursor: default;
|
||||||
color: $primary;
|
color: $primary;
|
||||||
display: inline;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.back-button:hover {
|
.back-button:hover {
|
||||||
|
Loading…
Reference in New Issue
Block a user