study-system/client/styles.css

30 lines
619 B
CSS

.card-container {
background-color: color-mix(in oklab, @theme_base_color,
@theme_bg_color 60%);
padding: 6px;
}
.card {
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
background-color: @theme_bg_color;
padding: 12px 16px;
}
.activity-subject {
font-weight: bold;
}
.activity-priority {
color: color-mix(in oklab, @theme_fg_color 60%, @theme_bg_color);
}
/*
* The visual center (i.e. the center of the clock) of the
* "appointment-new-symbolic" icon is slightly displaced from the
* center of the actual image, so tweak it here.
*/
.log-session-button image {
margin-top: -2px;
margin-left: 3px;
}