Add dashboard
This commit is contained in:
34
widgets/timeline/timeline.scss
Normal file
34
widgets/timeline/timeline.scss
Normal file
@@ -0,0 +1,34 @@
|
||||
// ----------------------------------------------------------------------------
|
||||
// Sass declarations
|
||||
// ----------------------------------------------------------------------------
|
||||
$background-color: #4b4b4b;
|
||||
|
||||
$title-color: rgba(255, 255, 255, 0.7);
|
||||
$moreinfo-color: rgba(255, 255, 255, 0.7);
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// Widget-text styles
|
||||
// ----------------------------------------------------------------------------
|
||||
.widget-timeline {
|
||||
|
||||
background-color: $background-color;
|
||||
padding-bottom: 70px;
|
||||
|
||||
.title {
|
||||
color: $title-color;
|
||||
}
|
||||
|
||||
.more-info {
|
||||
color: $moreinfo-color;
|
||||
}
|
||||
|
||||
.event-description {
|
||||
fill: white;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.event-description-date {
|
||||
fill: white;
|
||||
font-size: 12px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user