Files
doneit-web/src/app/shared/agenda/approve-event/approve-event.page.scss
T

230 lines
4.1 KiB
SCSS
Raw Normal View History

2023-07-12 15:49:34 +01:00
@import '~src/function.scss';
2021-08-24 14:37:09 +01:00
.display-none-true{
display: none;
border: 1px solid red;
}
.header-content{
//margin: 25px auto;
2021-02-26 15:29:05 +01:00
.header-icon-left{
width: 36px;
2023-07-07 12:03:03 +01:00
font-size: rem(33);
2021-02-26 15:29:05 +01:00
color: #42b9fe;
float: left;
}
2021-08-24 14:37:09 +01:00
.header-icon-right{
2023-07-07 12:03:03 +01:00
width: rem(45);
font-size: rem(45);
2021-08-24 14:37:09 +01:00
float: left;
margin-left: 5px;
}
}
2021-02-26 15:29:05 +01:00
.header-title{
font-family: Roboto;
2023-07-07 12:03:03 +01:00
font-size: rem(25);
2021-02-26 15:29:05 +01:00
margin: 0 5px 0 5px;
padding: 0;
color:#000;
float: left;
}
2021-08-24 14:37:09 +01:00
2021-03-25 15:46:43 +01:00
.content{
padding: 30px 20px 0 20px !important;
overflow: auto;
width: 100%;
.upper-content{
margin-left: 40px;
2023-07-07 12:03:03 +01:00
font-size: rem(18);
2021-08-23 17:59:42 +01:00
2021-03-25 15:46:43 +01:00
.content-location{
margin-top: 0px !important;
width: 100%;
padding: 0;
}
.location{
2021-02-26 15:29:05 +01:00
float: left;
2021-03-25 15:46:43 +01:00
}
2021-08-24 10:44:49 +01:00
2021-03-25 15:46:43 +01:00
.event-type-Oficial{
font-family: Roboto;
border-radius: 20px;
2022-10-18 14:51:24 +01:00
background: var(--label-bg-color);
2021-03-25 15:46:43 +01:00
float: right !important;
padding: 5px 13.5px 5px 13.5px;
color: #fff;
}
2021-08-24 10:44:49 +01:00
2021-03-25 15:46:43 +01:00
.event-type-Pessoal{
font-family: Roboto;
border-radius: 20px;
background: #f05d5e;
float: right !important;
padding: 5px 13.5px 5px 13.5px;
color: #fff;
}
2021-08-24 10:44:49 +01:00
2021-03-25 15:46:43 +01:00
.button-edit-event {
width: 140px;
height: 44px;
border-radius: 22.5px;
--background: #e0e9ee;
--color:#061b52;
}
2021-08-24 10:44:49 +01:00
2021-03-25 15:46:43 +01:00
.content-details p{
2023-07-07 12:03:03 +01:00
font-size: rem(16);
2021-03-25 15:46:43 +01:00
}
2021-02-26 15:29:05 +01:00
}
2021-03-25 15:46:43 +01:00
.middle-conten{
.middle-content h3, .middle-content p{
2023-07-07 12:03:03 +01:00
font-size: rem(16);
2021-03-25 15:46:43 +01:00
}
2021-02-26 15:29:05 +01:00
}
2021-08-23 17:59:42 +01:00
2021-03-25 15:46:43 +01:00
.bottom-content{
margin: 0 auto;
2021-08-23 17:59:42 +01:00
2021-03-25 15:46:43 +01:00
.bottom-content h3{
2023-07-07 12:03:03 +01:00
font-size: rem(16);
2021-03-25 15:46:43 +01:00
margin: 0 0 0 10px;
}
.attach-document{
2023-07-07 12:03:03 +01:00
font-size: rem(15);
color: var(--title-text-color);
2021-03-25 15:46:43 +01:00
margin: 5px 5px 5px 10px;
padding: 5px;
float: left;
}
.attach-icon{
width: 37px;
2023-07-07 12:03:03 +01:00
font-size: rem(35);
2021-03-25 15:46:43 +01:00
float: left;
}
.attach-title-item{
width: 100%;
2023-07-07 12:03:03 +01:00
font-size: rem(15);
2021-03-25 15:46:43 +01:00
color:#0d89d1;
}
/* SPAN */
.span-left{
float: left;
2023-07-07 12:03:03 +01:00
font-size: rem(15);
2021-03-25 15:46:43 +01:00
}
.span-right{
text-align: right;
float: right;
2023-07-07 12:03:03 +01:00
font-size: rem(13);
2021-03-25 15:46:43 +01:00
}
2021-02-26 15:29:05 +01:00
}
2021-03-25 15:46:43 +01:00
}
.aside-right{
overflow: auto;
padding: 30px 20px 0 20px !important;
2021-08-23 17:59:42 +01:00
2021-03-25 15:46:43 +01:00
.arrow-right{
display: flex;
justify-content: flex-end;
margin-bottom: 20px;
2021-08-23 17:59:42 +01:00
2021-03-25 15:46:43 +01:00
/* .arrow-right-icon{
width: 37px;
float: right;
2023-07-07 12:03:03 +01:00
font-size: rem(35);
2021-03-25 15:46:43 +01:00
overflow: hidden;
} */
2021-02-26 15:29:05 +01:00
}
2021-03-25 15:46:43 +01:00
.aside-buttons{
width: 100% !important;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
2021-08-23 17:59:42 +01:00
2021-03-25 15:46:43 +01:00
.btn-ok, .btn-cancel, .btn-delete{
height: auto !important;
2023-07-07 12:03:03 +01:00
font-size: rem(16) !important;
2021-03-25 15:46:43 +01:00
width: 100% !important;
margin-bottom: 10px !important;
padding: 15px !important;
}
2021-02-26 15:29:05 +01:00
}
2021-03-25 15:46:43 +01:00
.solid {
display: block;
width: 90%;
border-top: 1px solid #ebebeb;
margin: 0 auto !important;
margin-bottom: 10px !important;
2021-02-26 15:29:05 +01:00
}
}
2021-03-25 15:46:43 +01:00
2021-02-26 15:29:05 +01:00
.buttons{
2021-03-25 15:46:43 +01:00
display: flex;
justify-content: space-between;
overflow: auto;
2021-06-11 13:54:18 +01:00
padding: 5px;
2021-08-23 17:59:42 +01:00
2021-02-26 15:29:05 +01:00
.button-options {
height: 44px;
2021-03-25 15:46:43 +01:00
--color: #42b9fe;
/* opacity: 0; */
2021-02-26 15:29:05 +01:00
}
.button-approve {
width: 140px;
height: 44px;
border-radius: 22.5px;
--background: #42b9fe;
}
.button-reject {
width: 140px;
height: 44px;
--color: #d30a0a;
border-radius: 22.5px;
--background: #ffe0e0;
}
2021-03-25 15:46:43 +01:00
}
/* @media only screen and (max-width: 1140px) {
.content{
width: 100%;
}
.aside-right{
display: none;
}
} */
/* @media only screen and (min-width: 1140px) {
.div-icon{
display: none;
}
.content{
//width: 75%;
border-right: 1px solid #d8d8d8;
}
2021-08-23 17:59:42 +01:00
2021-03-25 15:46:43 +01:00
.aside-right{
width: 25%;
}
} */
2021-08-23 17:59:42 +01:00
2021-07-27 10:57:50 +01:00
.delete{
padding: 7px;
2023-07-07 12:03:03 +01:00
font-size: rem(21);
2021-07-27 10:57:50 +01:00
color:#fff;
background: #d30606;
border-radius: 20px;
2021-08-23 17:59:42 +01:00
}
2022-10-04 12:08:35 +01:00
.text {
text-transform: initial !important
}