mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
Merge branch 'feature/calendar' into feature/chat
This commit is contained in:
+63
-8
@@ -178,32 +178,44 @@ td.monthview-secondary-with-event, td.monthview-secondary-with-event[_ngcontent-
|
||||
|
||||
|
||||
.calendar-event-border{
|
||||
border-radius: 21px !important;
|
||||
color: black !important;
|
||||
margin: 0px auto !important;
|
||||
width: 35px !important;
|
||||
border: 1px solid #fff;
|
||||
border-radius: 50px;
|
||||
-ms-transform: rotate(45deg);
|
||||
-webkit-transform: rotate(45deg);
|
||||
transform: rotate(45deg);
|
||||
border-radius: 106px;
|
||||
width: 30px !important;
|
||||
height: 30px;
|
||||
padding: 0px !important;
|
||||
div.day{
|
||||
padding: 0px !important;
|
||||
transform: rotate(-45deg);
|
||||
}
|
||||
}
|
||||
|
||||
.calendar-mdgpr-event-type-Oficial{
|
||||
border-left: 3px solid #ffb703 !important;
|
||||
}
|
||||
.calendar-mdgpr-event-type-Pessoal{
|
||||
border-right: 3px solid #f05d5e !important;
|
||||
border-top: 3px solid #f05d5e !important;
|
||||
}
|
||||
.calendar-mdgpr-event-type-both{
|
||||
border-left: 3px solid #ffb703 !important;
|
||||
border-right: 3px solid #f05d5e !important;
|
||||
border-top: 3px solid #f05d5e !important;
|
||||
}
|
||||
.calendar-pr-event-type-both{
|
||||
border-left: 3px solid #99e47b !important;
|
||||
border-right: 3px solid #958bfc !important;
|
||||
border-right: 3px solid #99e47b !important;
|
||||
border-bottom: 3px solid #958bfc !important;
|
||||
}
|
||||
|
||||
.calendar-pr-event-type-Oficial{
|
||||
border-left: 3px solid #99e47b !important;
|
||||
border-right: 3px solid #99e47b !important;
|
||||
}
|
||||
|
||||
.calendar-pr-event-type-Pessoal{
|
||||
border-left: 3px solid #958bfc !important;
|
||||
border-bottom: 3px solid #958bfc !important;
|
||||
}
|
||||
|
||||
.cal-hour-segment {
|
||||
@@ -414,4 +426,47 @@ td.monthview-secondary-with-event, td.monthview-secondary-with-event[_ngcontent-
|
||||
}
|
||||
._xl{
|
||||
width: 1140px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
// timeline
|
||||
.timeline-md{
|
||||
.cal-time{
|
||||
display: none;
|
||||
}
|
||||
.cal-current-time-marker::before {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.timeline-box{
|
||||
left: -17%;
|
||||
position: relative;
|
||||
width: 115%;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.timeline-mobile{
|
||||
.timeline-box {
|
||||
position: relative;
|
||||
left: -4%;
|
||||
width: 102%;
|
||||
}
|
||||
}
|
||||
|
||||
.timeline{
|
||||
div.cal-event:focus{
|
||||
outline: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.calendar-component{
|
||||
td{
|
||||
padding: 8px !important;
|
||||
div{
|
||||
padding-left: 0px;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user