Skip to content
Snippets Groups Projects
Commit 37e70755 authored by Nipa Das's avatar Nipa Das
Browse files

Merge branch 'feature/chinmayanand/SearchBar' into 'development'

Feature/chinmayanand/search bar

See merge request nipa.das/sample_argon!10
parents fb4e7d2a 26997dc3
No related branches found
No related tags found
1 merge request!5Features/ashok/cards
$primary-color: #fff;
.inputBox{ .inputBox{
display: flex; display: flex;
width: 250px; width: 250px;
border-radius: 50px; border-radius: 50px;
overflow: hidden; overflow: hidden;
background-color: #fff; background-color: $primary-color;
padding: 5px; padding: 5px;
transition: width .15s cubic-bezier(0.68, -0.55, 0.27, 1.55) transition: width .15s cubic-bezier(0.68, -0.55, 0.27, 1.55)
} }
...@@ -20,11 +21,11 @@ ...@@ -20,11 +21,11 @@
font-size: 1rem; font-size: 1rem;
font-weight: 400; font-weight: 400;
line-height: 1.5; line-height: 1.5;
outline: #fff; outline: $primary-color;
background-color: #fff; background-color: $primary-color;
background-clip: padding-box; background-clip: padding-box;
border: 0px solid #fff !important; border: 0px solid $primary-color !important;
border-color: #fff !important;
border-radius: 50px; border-radius: 50px;
} }
.icon{ .icon{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment