[Bug] Fix icon alignment in buttons (#360)
* Fix icon alignment in buttons * Fix ordering
This commit is contained in:
@@ -41,11 +41,6 @@ body {
|
||||
.content-box {
|
||||
overflow: scroll;
|
||||
@include padding($space-normal);
|
||||
.btn-fixed-right-top {
|
||||
position: fixed;
|
||||
top: $space-small;
|
||||
right: $space-small;
|
||||
}
|
||||
}
|
||||
|
||||
.back-button {
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
padding-right: $space-normal;
|
||||
|
||||
i {
|
||||
padding-right: $space-one;
|
||||
padding-right: $space-small;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -25,7 +25,12 @@
|
||||
}
|
||||
|
||||
> .icon {
|
||||
font-size: $font-size-mini;
|
||||
margin-right: $space-smaller;
|
||||
font-size: $font-size-default;
|
||||
}
|
||||
}
|
||||
|
||||
.button--fixed-right-top {
|
||||
position: fixed;
|
||||
right: $space-small;
|
||||
top: $space-small;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user