Files
doneit-web/src/app/pages/search/sender/sender.page.scss
T
2023-07-07 12:03:03 +01:00

42 lines
720 B
SCSS

@import '~src/function.scss';
.main-header{
display: flex;
align-items: center;
}
.icon{
color: #797979;
width: rem(45);
height: rem(45);
display: flex;
justify-content: center;
font-size: rem(25);
align-items: center;
}
.main-container{
padding: 0px 20px;
.input-text {
margin-top: 20px;
width: 100%;
height: rem(45);
border-radius: 5px;
border: 1px solid #ebebeb;
}
ul{
padding: 0px;
margin: 0px;
padding-top: 10px;
li{
padding-top: 10px;
padding-bottom: 10px;
margin: 0px;
padding-bottom: 10px;
border-bottom: 1px solid #ebebeb;
list-style: none;
font-family: Roboto;
font-size: rem(15);
}
}
}