🎉 Add search section title

This commit is contained in:
elhombretecla 2020-12-09 22:39:37 +01:00 committed by Alonso Torres
parent 686e9b64ef
commit dbf67dc47b
3 changed files with 37 additions and 20 deletions

View file

@ -56,7 +56,7 @@
display: flex;
width: 100%;
border: 1px solid $color-gray-10;
border-radius: 6px;
border-radius: $br-medium;
align-items: center;
}
@ -254,13 +254,14 @@
.sidebar-search {
align-items: center;
background-color: $color-white;
border: 1px solid $color-gray-10;
border-radius: 4px;
border-radius: $br-medium;
display: flex;
margin: 5px 15px;
.input-text {
background: $color-white;
background: transparent;
border: 0;
color: $color-gray-60;
font-size: $fs14;