mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
274 lines
4.6 KiB
SCSS
274 lines
4.6 KiB
SCSS
@import '~src/function.scss';
|
|
.main-content{
|
|
background-color: #fff !important;
|
|
border-top-left-radius: 25px;
|
|
border-top-right-radius: 25px;
|
|
}
|
|
ion-menu{
|
|
--height: 225px;
|
|
}
|
|
.display-none-true{
|
|
display: none;
|
|
border: 1px solid red;
|
|
}
|
|
.header-content{
|
|
//margin: 25px auto;
|
|
}
|
|
.header-icon-left{
|
|
width: 36px;
|
|
font-size: rem(33);
|
|
color: #42b9fe;
|
|
float: left;
|
|
}
|
|
.header-title{
|
|
font-family: Roboto;
|
|
font-size: rem(25);
|
|
margin: 0 5px 0 5px;
|
|
padding: 0;
|
|
color:#000;
|
|
float: left;
|
|
}
|
|
.header-icon-right{
|
|
width: rem(45);
|
|
font-size: rem(45);
|
|
float: left;
|
|
}
|
|
|
|
.content{
|
|
padding: 30px 20px 0 20px !important;
|
|
margin: 0;
|
|
float: left;
|
|
/* overflow: auto;
|
|
width: 100%; */
|
|
border-right: 1px solid #d8d8d8;
|
|
background: white;
|
|
|
|
.upper-content{
|
|
margin-left: 40px;
|
|
font-size: rem(18);
|
|
|
|
.content-location{
|
|
margin-top: 0px !important;
|
|
width: 100%;
|
|
padding: 0;
|
|
}
|
|
|
|
.location{
|
|
float: left;
|
|
}
|
|
.event-type-Oficial{
|
|
font-family: Roboto;
|
|
border-radius: 20px;
|
|
background: var(--label-bg-color);
|
|
float: right !important;
|
|
padding: 5px 13.5px 5px 13.5px;
|
|
color: #fff;
|
|
}
|
|
.event-type-Pessoal{
|
|
font-family: Roboto;
|
|
border-radius: 20px;
|
|
background: #f05d5e;
|
|
float: right !important;
|
|
padding: 5px 13.5px 5px 13.5px;
|
|
color: #fff;
|
|
}
|
|
.button-edit-event {
|
|
width: 140px;
|
|
height: 44px;
|
|
border-radius: 22.5px;
|
|
--background: #e0e9ee;
|
|
--color:#061b52;
|
|
}
|
|
.content-details p{
|
|
font-size: rem(16);
|
|
}
|
|
}
|
|
.middle-conten{
|
|
.middle-content h3, .middle-content p{
|
|
font-size: rem(16);
|
|
}
|
|
}
|
|
|
|
.bottom-content{
|
|
margin: 0 auto;
|
|
|
|
.bottom-content h3{
|
|
font-size: rem(16);
|
|
margin: 0 0 0 10px;
|
|
}
|
|
.attach-document{
|
|
font-size: rem(15);
|
|
color: var(--title-text-color);
|
|
margin: 5px 5px 5px 10px;
|
|
padding: 5px;
|
|
float: left;
|
|
}
|
|
.attach-icon{
|
|
width: 37px;
|
|
font-size: rem(35);
|
|
float: left;
|
|
}
|
|
.attach-title-item{
|
|
width: 100%;
|
|
font-size: rem(15);
|
|
color:var(--title-text-color);
|
|
}
|
|
/* SPAN */
|
|
.span-left{
|
|
float: left;
|
|
font-size: rem(15);
|
|
}
|
|
.span-right{
|
|
text-align: right;
|
|
float: right;
|
|
font-size: rem(13);
|
|
}
|
|
}
|
|
}
|
|
.aside-right{
|
|
overflow: auto;
|
|
padding: 30px 20px 0 20px !important;
|
|
|
|
.arrow-right{
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
margin-bottom: 20px;
|
|
}
|
|
.aside-buttons{
|
|
width: 100% !important;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: space-between;
|
|
|
|
.btn-ok, .btn-cancel, .btn-delete{
|
|
height: auto !important;
|
|
font-size: rem(16) !important;
|
|
width: 100% !important;
|
|
margin-bottom: 10px !important;
|
|
padding: 15px !important;
|
|
}
|
|
}
|
|
.solid {
|
|
display: block;
|
|
width: 90%;
|
|
border-top: 1px solid #ebebeb;
|
|
margin: 0 auto !important;
|
|
margin-bottom: 10px !important;
|
|
}
|
|
}
|
|
|
|
|
|
.buttons{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
overflow: auto;
|
|
|
|
|
|
.button-options {
|
|
height: 44px;
|
|
--color: #42b9fe;
|
|
/* opacity: 0; */
|
|
}
|
|
.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;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
@media only screen and (max-width: 800px) {
|
|
.content{
|
|
width: 100% !important;
|
|
}
|
|
.aside-right{
|
|
display: none;
|
|
}
|
|
}
|
|
@media only screen and (min-width: 801px) {
|
|
.div-icon{
|
|
display: none;
|
|
}
|
|
.menu-ptions{
|
|
display: none;
|
|
}
|
|
.content{
|
|
width: 65%;
|
|
border-right: 1px solid #d8d8d8;
|
|
}
|
|
|
|
.aside-right{
|
|
width: 35%;
|
|
}
|
|
}
|
|
|
|
@media only screen and (min-width: 1024px){
|
|
.content{
|
|
width: 70%;
|
|
}
|
|
.aside-right{
|
|
width: 30%;
|
|
}
|
|
}
|
|
|
|
.scrollable-pre {
|
|
max-height: 300px;
|
|
overflow-y: auto; /* Add vertical scroll if content exceeds max height */
|
|
}
|
|
|
|
@media only screen and (min-width: 1140px){
|
|
.content{
|
|
width: 75%;
|
|
}
|
|
.aside-right{
|
|
width: 25%;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.bottom-content{
|
|
margin: 0 auto;
|
|
|
|
.bottom-content h3{
|
|
font-size: rem(16);
|
|
margin: 0 0 0 10px;
|
|
}
|
|
.attach-document{
|
|
font-size: rem(15);
|
|
color: var(--title-text-color);
|
|
margin: 5px 5px 5px 10px;
|
|
padding: 5px;
|
|
float: left;
|
|
}
|
|
.attach-icon{
|
|
width: 37px;
|
|
font-size: rem(35);
|
|
float: left;
|
|
}
|
|
.attach-title-item{
|
|
width: 100%;
|
|
font-size: rem(15);
|
|
color:#0d89d1 !important;
|
|
}
|
|
/* SPAN */
|
|
.span-left{
|
|
float: left;
|
|
font-size: rem(15);
|
|
}
|
|
.span-right{
|
|
text-align: right;
|
|
float: right;
|
|
font-size: rem(13);
|
|
}
|
|
} |