theming/stylesheets/components/_visitor_log.less
2020-09-15 20:13:02 +02:00

16 lines
280 B
Text

.theWidgetContent h2 {
font-weight: 300 !important;
}
.dataTableVizVisitorLog .card {
box-shadow: none;
border: none;
border-radius: 0px;
}
#visitsLive {
& .datetime,
& .settings {
background-color: @theme-color-background-base;
}
}