2023-07-07 12:03:03 +01:00
|
|
|
@import '~src/function.scss';
|
|
|
|
|
|
2021-01-19 16:44:39 +01:00
|
|
|
.main-header{
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
.icon{
|
|
|
|
|
color: #797979;
|
2023-07-07 12:03:03 +01:00
|
|
|
width: rem(45);
|
|
|
|
|
height: rem(45);
|
2021-01-19 16:44:39 +01:00
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
2023-07-07 12:03:03 +01:00
|
|
|
font-size: rem(25);
|
2021-01-19 16:44:39 +01:00
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.main-container{
|
|
|
|
|
padding: 0px 20px;
|
|
|
|
|
.input-text {
|
|
|
|
|
margin-top: 20px;
|
|
|
|
|
width: 100%;
|
2023-07-07 12:03:03 +01:00
|
|
|
height: rem(45);
|
2021-01-19 16:44:39 +01:00
|
|
|
border-radius: 5px;
|
|
|
|
|
border: 1px solid #ebebeb;
|
|
|
|
|
}
|
|
|
|
|
ul{
|
|
|
|
|
padding: 0px;
|
|
|
|
|
margin: 0px;
|
|
|
|
|
padding-top: 10px;
|
|
|
|
|
li{
|
2021-03-11 10:31:46 +01:00
|
|
|
padding-top: 10px;
|
2021-01-19 16:44:39 +01:00
|
|
|
padding-bottom: 10px;
|
|
|
|
|
margin: 0px;
|
|
|
|
|
padding-bottom: 10px;
|
|
|
|
|
border-bottom: 1px solid #ebebeb;
|
|
|
|
|
list-style: none;
|
|
|
|
|
font-family: Roboto;
|
2023-07-07 12:03:03 +01:00
|
|
|
font-size: rem(15);
|
2021-01-19 16:44:39 +01:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|