54 lines
1.4 KiB
SCSS
54 lines
1.4 KiB
SCSS
|
@charset "utf-8";
|
||
|
|
||
|
@import "../initial";
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
.widget-event-news-calendar-2.w-calendar .w-calendar-table td{
|
||
|
color: #333!important;
|
||
|
}
|
||
|
.widget-event-news-calendar-2.w-calendar .w-calendar-table td.w-calendar-event div{
|
||
|
color: #333!important;
|
||
|
border: none!important;
|
||
|
border-radius: 0!important;
|
||
|
background: none!important;
|
||
|
}
|
||
|
.widget-event-news-calendar-2.w-calendar .event-inner-title{
|
||
|
line-height: normal!important;
|
||
|
}
|
||
|
.widget-event-news-calendar-2.w-calendar .event-header{
|
||
|
font-size: 1em !important;
|
||
|
}
|
||
|
.w-annc .w-annc__subtitle{
|
||
|
display: -webkit-box;
|
||
|
overflow: hidden;
|
||
|
text-overflow: ellipsis;
|
||
|
-webkit-box-decoration-break: clone;
|
||
|
box-decoration-break: clone;
|
||
|
-webkit-line-clamp: 3;
|
||
|
-webkit-box-orient: vertical;
|
||
|
}
|
||
|
.widget-event-news-calendar-2.w-calendar .event-container-one .event-content{
|
||
|
font-size: 0.8em!important;
|
||
|
}
|
||
|
.text{
|
||
|
color: #333!important;
|
||
|
}
|
||
|
.widget-event-news-calendar-2.w-calendar{
|
||
|
webkit-box-shadow: 0 2px 10px 0 #00000033!important;
|
||
|
box-shadow: 0 2px 10px 0 #00000033!important;
|
||
|
}
|
||
|
.widget-event-news-calendar-2.w-calendar button.switch_button{
|
||
|
width: 1.8em!important;
|
||
|
height: 1.8em!important;
|
||
|
}
|
||
|
.widget-event-news-calendar-2.w-calendar .event-container-one:hover, .widget-event-news-calendar-2.w-calendar .event-container-one.hover-class{
|
||
|
font-weight: bold!important;
|
||
|
background: none!important;
|
||
|
box-shadow: none!important;
|
||
|
}
|
||
|
.w-annc__list{
|
||
|
padding: 0!important;
|
||
|
}
|