[init] Initial commit
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
.search-bar{
|
||||
height: 40px;
|
||||
border-bottom-width: 1px;
|
||||
display: flex;
|
||||
justify-content:space-between;
|
||||
align-items: center;
|
||||
padding: 0px 32px;
|
||||
width: 100%;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.title-content{
|
||||
font-family: var(--third-family);
|
||||
font-weight: 900;
|
||||
font-size: 16px;
|
||||
line-height: 100%;
|
||||
color: #000;
|
||||
}
|
||||
.input-search{
|
||||
border: 0;
|
||||
--tw-shadow: none;
|
||||
--tw-shadow-colored:none;
|
||||
box-shadow: none;
|
||||
}
|
||||
Reference in New Issue
Block a user