UX: BackButton left arrow icon (#22369)

* Adding new svg for back arrow button

* Created new back button component

* same stroke width

* minor fix

* Style changes

* hover animation

* Minor tweak
This commit is contained in:
Torkel Ödegaard
2020-02-22 22:13:56 +01:00
committed by GitHub
parent 22eb558d80
commit 5b40b26744
10 changed files with 101 additions and 36 deletions

View File

@@ -207,28 +207,6 @@ i.navbar-page-btn__search {
padding-right: 13px;
}
.navbar-edit__back-btn {
background: transparent;
border: 2px solid $text-color;
border-radius: 50%;
width: 34px;
height: 34px;
transition: transform 0.1s ease 0.1s;
color: $text-color;
i {
font-size: $font-size-lg;
position: relative;
top: 1px;
right: 1px;
}
&:hover {
color: $text-color-strong;
border-color: $text-color-strong;
}
}
.navbar-settings-title {
display: block;
margin: 0;