mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
98 lines
1.4 KiB
SCSS
98 lines
1.4 KiB
SCSS
@import '~src/function.scss';
|
|
|
|
ion-item-group{
|
|
margin: 15px;
|
|
}
|
|
.div-item{
|
|
width: 100%;
|
|
overflow: auto;
|
|
border-bottom: 1px solid #ccc;
|
|
margin: 10px 0 5px 0;
|
|
}
|
|
.div-up{
|
|
width: 100%;
|
|
overflow: auto;
|
|
}
|
|
.div-up h3{
|
|
margin: 0;
|
|
padding: 0;
|
|
font-size: rem(17);
|
|
width: 100%;
|
|
}
|
|
.div-icon{
|
|
width: 10%;
|
|
font-size: rem(22);
|
|
float: left;
|
|
color: #808080;
|
|
}
|
|
.div-icon ion-icon{
|
|
display: block;
|
|
margin: 0 auto;
|
|
|
|
}
|
|
.div-content-attachment{
|
|
width: 85%;
|
|
float: left;
|
|
padding: 0 0 0 12px;
|
|
}
|
|
.ion-icon-attach{
|
|
color: #666666;
|
|
font-size: rem(20);
|
|
}
|
|
|
|
.btn-attach{
|
|
margin: 15px 0 0 0;
|
|
--color: #333;
|
|
--border-color:#333;
|
|
}
|
|
.div-card-button{
|
|
width: 100%;
|
|
overflow: auto;
|
|
padding: 0 !important;
|
|
}
|
|
ion-card{
|
|
margin: 2.5% !important;
|
|
width: 45%;
|
|
float: left;
|
|
}
|
|
.center{
|
|
text-align: center;
|
|
float: center;
|
|
}
|
|
|
|
/* FFOTER */
|
|
.event-detail-buttons{
|
|
width: 90%;
|
|
margin: 10px auto;
|
|
}
|
|
.event-detail-buttons ion-button{
|
|
width: 90%;
|
|
margin: 0 auto;
|
|
display: block;
|
|
margin-bottom: 25px;
|
|
}
|
|
.ion-icon-delete{
|
|
font-size: rem(22);
|
|
color: red;
|
|
background-color: white;
|
|
padding-right: 5px;
|
|
}
|
|
.error{
|
|
color:red;
|
|
font-size: rem(12);
|
|
font-weight: bold;
|
|
padding-bottom: 20px;
|
|
}
|
|
/* .event-detail-buttons{
|
|
margin-bottom: 80px;
|
|
margin-top: 10px;
|
|
} */
|
|
.attendees-icon{
|
|
font-size: rem(14);
|
|
}
|
|
.see-more-button{
|
|
text-transform: initial;
|
|
font-size: rem(16);
|
|
}
|
|
|