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
This commit is part of merge request !5. Comments created here will be created in the context of that merge request.
$primary-color: #fff;
.inputBox{
display: flex;
width: 250px;
border-radius: 50px;
overflow: hidden;
background-color: #fff;
background-color: $primary-color;
padding: 5px;
transition: width .15s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}
......@@ -20,11 +21,11 @@
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
outline: #fff;
background-color: #fff;
outline: $primary-color;
background-color: $primary-color;
background-clip: padding-box;
border: 0px solid #fff !important;
border-color: #fff !important;
border: 0px solid $primary-color !important;
border-radius: 50px;
}
.icon{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment