You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

57 lines
913 B

.events {
display: table;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 200px;
}
.event-item {
/*background: #CBFFC0;*/
border-color: #fff;
/*border-radius: 0 16px 16px 0;*/
border-style: solid;
border-width: 1px 0;
cursor: pointer;
filter: grayscale(100%);
height: 24px;
margin-bottom: 4px;
opacity: 0.2;
padding: 4px 4px 4px 44px;
position: relative;
}
.event-item.active,
.event-item.active:hover {
background: #fdfdfd;
border-color: #aaa;
filter: grayscale(0%);
opacity: 1;
}
.event-item:hover {
filter: grayscale(0%);
opacity: 0.8;
}
.event-flag {
font-size: 0;
left: 4px;
position: absolute;
top: 4px;
}
.event-flag .flag-icon {
font-size: 24px;
}
.event-location {
font-size: 10px;
line-height: 10px;
}
.event-year {
font-size: 13px;
line-height: 14px;
}