Update timelien

This commit is contained in:
2021-02-03 17:13:32 +01:00
parent c8bba4570f
commit 51a95430e8
4 changed files with 259 additions and 152 deletions
+45 -27
View File
@@ -7,7 +7,6 @@
display: table-cell;
}
ion-slide{
td{
div {
@@ -47,7 +46,6 @@ ion-slide{
}
.main-header{
width: 100%; /* 400px */
height: 100%;
@@ -338,31 +336,6 @@ td.monthview-primary-with-event {
.currente-date-timelien{
padding: 10px 20px;
.timeline-date{
font-size: 15px;
font-weight: bold;
}
.filter{
font-size: 15px;
font-weight: normal;
.filter-name{
color: #0d89d1;
}
ion-icon{
font-size: 35px;
color: #0d89d1;
}
.filter-name{
font-family: Roboto;
font-size: 15px;
margin-left: 10px;
}
}
}
.drop-down{
@@ -433,3 +406,48 @@ td.monthview-primary-with-event {
}
}
.currente-date-timelien{
padding: 10px 20px;
.timeline-date{
font-size: 15px;
font-weight: bold;
}
.filter{
font-size: 15px;
font-weight: normal;
ion-icon{
font-size: 35px;
color: #0d89d1;
}
.filter-name{
color: #0d89d1;
font-family: Roboto;
font-size: 15px;
margin-right: 25px;
}
ul{
background-color: white !important;
position: absolute;
padding: 0px;
margin: 0px;
list-style: none;
margin-top: 140px;
padding: 10px;
box-shadow: 0px 0px 10px gray !important;
border-radius: 5px;
width: 110px;
z-index: 1000000;
li{
padding: 5px 0px;
font-size: 15px;
font-weight: normal;
}
}
}
}