Files
doneit-web/src/app/pages/agenda/emend-message-modal/emend-message-modal.page.scss
T

60 lines
1.0 KiB
SCSS
Raw Normal View History

2023-07-07 12:03:03 +01:00
@import '~src/function.scss';
2020-11-16 15:05:39 +01:00
.header-content{
2021-04-07 15:01:03 +01:00
//width: 360px;
2020-11-16 15:05:39 +01:00
overflow: auto;
2021-07-26 20:46:14 +01:00
margin-top: 25px;
2020-11-16 15:05:39 +01:00
}
.header-icon-left{
width: 36px;
2023-07-07 12:03:03 +01:00
font-size: rem(33);
2020-11-16 15:05:39 +01:00
color: #42b9fe;
float: left;
}
2021-07-26 20:46:14 +01:00
2020-11-16 15:05:39 +01:00
.header-title{
width: 264px;
font-family: Roboto;
2023-07-07 12:03:03 +01:00
font-size: rem(25);
2021-07-26 20:46:14 +01:00
margin: 0 5px 10px 20px;
2020-11-16 15:05:39 +01:00
padding: 0;
color:#000;
float: left;
}
2021-07-26 20:46:14 +01:00
2020-11-16 15:05:39 +01:00
.buttons{
width: 320px;
margin: 0 auto;
padding: 5px 0 5px 0;
}
.button-reject {
width: 130px;
height: 44px;
--color: #d30a0a;
border-radius: 22.5px;
--background: #ffe0e0;
margin: 0 12px 0 0px;
}
.button-approve {
width: 130px;
height: 44px;
border-radius: 22.5px;
--background: #42b9fe;
2021-07-26 20:46:14 +01:00
margin: 0 0px 0 12px;
2021-04-07 15:01:03 +01:00
}
.buttons{
display: flex;
width: 100% !important;
justify-content: space-between;
2021-07-26 20:46:14 +01:00
padding: 15px 0 15px 0;
overflow: auto;
}
.ion-input-class-no-height{
border: 1px solid #ebebeb;
border-radius: 5px;
2021-04-07 15:01:03 +01:00
overflow: auto;
2021-07-26 20:46:14 +01:00
margin: 0 20px 0 20px !important;
}