Files
SkillHub/frontend/src/components/features/SearchBar/SearchBar.module.less
T
2024-03-31 21:02:53 +03:00

23 lines
428 B
Plaintext

.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;
}