mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 13:26:08 +00:00
Merge branch 'master' of https://bitbucket.org/equilibriumito/gabinete-digital into developer
This commit is contained in:
@@ -189,9 +189,9 @@
|
||||
</ng-template>
|
||||
|
||||
</div>
|
||||
<ion-fab vertical="bottom" horizontal="end" slot="fixed">
|
||||
<ion-fab vertical="bottom" horizontal="end" slot="fixed" (click)="openCalModal()">
|
||||
<ion-fab-button>
|
||||
<ion-icon name="add" (click)="openCalModal()"></ion-icon>
|
||||
<ion-icon name="add" ></ion-icon>
|
||||
</ion-fab-button>
|
||||
</ion-fab>
|
||||
</div>
|
||||
|
||||
@@ -19,9 +19,11 @@
|
||||
.monthview-selected {
|
||||
background-color: lightskyblue !important;
|
||||
}
|
||||
/* .item{
|
||||
background: red !important;
|
||||
} */
|
||||
.item{
|
||||
/* background: red !important; */
|
||||
text-transform: capitalize;
|
||||
|
||||
}
|
||||
.input-wrapper{
|
||||
border-left: red !important;
|
||||
/* background: red; */
|
||||
@@ -34,10 +36,6 @@
|
||||
border-radius: 15px;
|
||||
}
|
||||
|
||||
.capitaliseText{
|
||||
text-transform: capitalize;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* TOGGLE button */
|
||||
|
||||
Reference in New Issue
Block a user