diff options
Diffstat (limited to 'asset-sources')
| -rw-r--r-- | asset-sources/theme.scss | 12 | 
1 files changed, 12 insertions, 0 deletions
diff --git a/asset-sources/theme.scss b/asset-sources/theme.scss index bdc18f9..7f89bf6 100644 --- a/asset-sources/theme.scss +++ b/asset-sources/theme.scss @@ -183,6 +183,18 @@ strong {    font-variant: lining-nums;  } +.day-field { +  width: 1.6em; +  display: inline-block; +} + +.length-field { +  min-width: 5.2em; +  display: inline-block; +  text-align: right; +  font-variant-numeric: tabular-nums; +} +  .calendar-title {    text-align: center;  }  | 
