Rounded icon for drawer and search button

This commit is contained in:
alistair3149 2020-06-23 14:35:01 -04:00
parent 597f2b287e
commit 779ba44dbd
No known key found for this signature in database
GPG key ID: 94D081060FD3DD9C
2 changed files with 2 additions and 0 deletions

View file

@ -171,6 +171,7 @@
margin: 1.5px 0;
width: @icon-size;
height: 2px;
border-radius: @border-radius-large;
display: block;
background: @base-0;
opacity: @opacity-icon;

View file

@ -184,6 +184,7 @@
.search {
&-toggle-icon-div {
position: relative;
border-radius: @border-radius-large;
transition: inherit;
}
}