We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98a6318 commit 46a9a43Copy full SHA for 46a9a43
packages/pluggableWidgets/calendar-web/src/ui/Calendar.scss
@@ -9,8 +9,9 @@
9
10
min-height: 350px;
11
margin-bottom: var(--form-group-margin-bottom, $cal-form-group-margin-bottom);
12
- user-select: none;
13
-ms-user-select: none;
+ -webkit-user-select: none;
14
+ user-select: none;
15
16
.rbc-calendar {
17
width: 100%;
@@ -30,15 +31,15 @@
30
31
}
32
33
.calendar-label {
- font-size: 16px;
34
+ font-size: var(--font-size-default, 16px);
35
36
37
.calendar-toolbar {
38
display: flex;
39
align-items: center;
40
justify-content: space-between;
41
flex-wrap: wrap;
- padding-bottom: 10px;
42
+ padding-bottom: var(--spacing-medium, 10px);
43
44
45
.rbc-current-time-indicator {
0 commit comments