aboutsummaryrefslogtreecommitdiff
path: root/asset-sources/theme.scss
diff options
context:
space:
mode:
Diffstat (limited to 'asset-sources/theme.scss')
-rw-r--r--asset-sources/theme.scss19
1 files changed, 19 insertions, 0 deletions
diff --git a/asset-sources/theme.scss b/asset-sources/theme.scss
index 25353d7..f5b33da 100644
--- a/asset-sources/theme.scss
+++ b/asset-sources/theme.scss
@@ -158,6 +158,25 @@ strong {
text-align: right;
}
+.profile-calendar {
+ width: 100%;
+
+ .calendar-cell, .calendar-cell-empty {
+ height: 150px;
+ width: calc(100%/7);
+ }
+
+ .calendar-cell {
+ border: 1px solid gray;
+ vertical-align: top;
+
+ .calendar-date {
+ font-size: 140%;
+ font-weight: bold;
+ }
+ }
+}
+
/* Ensure a consistent width of the cells in the browse view. */
.browse-summary th, .browse-summary td {
width: 25%;