mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 21:35:50 +00:00
Add calendar day abbreviations
This commit is contained in:
+10
-1
@@ -47,10 +47,10 @@ ion-slide{
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
td.monthview-primary-with-event {
|
||||
background-color: white !important;
|
||||
}
|
||||
|
||||
// current date
|
||||
td.monthview-current{
|
||||
border-bottom: 1px solid lightskyblue !important;
|
||||
@@ -210,7 +210,16 @@ td.monthview-secondary-with-event, td.monthview-secondary-with-event[_ngcontent-
|
||||
.calendar-profile{
|
||||
font-size: 36px
|
||||
}
|
||||
|
||||
|
||||
/* angular-cli file: src/styles.css */
|
||||
@import "../node_modules/angular-calendar/css/angular-calendar.css";
|
||||
@import "./style/main.scss";
|
||||
|
||||
|
||||
// disable calendar build in header
|
||||
.calendar-component{
|
||||
thead{
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user