mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 21:35:50 +00:00
save
This commit is contained in:
@@ -242,7 +242,7 @@ label{
|
||||
color: #e16817;
|
||||
}
|
||||
td.monthview-primary-with-event {
|
||||
background-color: red !important;
|
||||
background-color: white !important;
|
||||
}
|
||||
.header-title{
|
||||
font-family: Roboto;
|
||||
@@ -1031,7 +1031,7 @@ $font-size: rem(15);
|
||||
}
|
||||
|
||||
.height-356 {
|
||||
height: 369px;
|
||||
height: 360px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1066,3 +1066,13 @@ $font-size: rem(15);
|
||||
|
||||
}
|
||||
|
||||
.calendar-conteiner-height {
|
||||
height: 100%;
|
||||
transition: 0.5s;
|
||||
animation: 0.5s;
|
||||
-webkit-transition: 0.5s;
|
||||
-moz-transition: 0.5s;
|
||||
-ms-transition: 0.5s;
|
||||
-o-transition: 0.5s;
|
||||
-webkit-animation: 0.5s;
|
||||
}
|
||||
Reference in New Issue
Block a user