mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
28 lines
462 B
SCSS
28 lines
462 B
SCSS
.div-ion-content{
|
|
margin: 15px;
|
|
}
|
|
:host ::ng-deep{
|
|
.monthview-container {
|
|
height: auto !important;
|
|
}
|
|
.event-detail-container{
|
|
display: none;
|
|
}
|
|
}
|
|
.div-attach{
|
|
border: 1px solid #ccc;
|
|
margin: 15px 0 0 0;
|
|
padding: 15px;
|
|
}
|
|
.error{
|
|
color:red;
|
|
font-size: 12px;
|
|
font-weight: bold;
|
|
padding-bottom: 20px;
|
|
}
|
|
/* ion-item{
|
|
display: block;
|
|
border: 1px solid red;
|
|
width: 100%;
|
|
float: left;
|
|
} */ |