master
vinceliuice 3 years ago
parent b028a38933
commit fa45e27877

@ -116,9 +116,9 @@
.calendar-day-base {
@include font(caption);
text-align: center;
width: $menuitem-size !important;
height: $menuitem-size !important;
padding: 2px !important;
width: 3em !important;
height: 3em !important;
padding: 0 !important;
margin: 2px !important;
border-radius: $circular-radius;
color: $text-secondary;
@ -141,9 +141,10 @@
}
&.calendar-day-heading { //day of week heading
width: $menuitem-size; height: $menuitem-size - 7px;
margin-top: 2px;
padding: 7px 0 0;
width: 24px !important;
height: 24px - $space-size !important;
margin-top: 2px !important;
padding: $space-size 0 0 !important;
border-radius: $circular-radius;
background-color: transparent;
color: $text-disabled;
@ -202,17 +203,16 @@
}
.calendar-week-number {
height: 28px !important;
width: 28px !important;
margin: $margin-size !important;
padding: 0 !important;
margin: 6px !important;
padding: 0 $space-size + 2px !important;
border-radius: $circular-radius;
background-color: if($variant == 'light', rgba(black, 0.04), rgba(white, 0.03));
color: $text-disabled;
font-size: inherit;
font-size: pt(11px);
font-weight: bold;
text-align: center;
text-shadow: none;
font-feature-settings: "tnum";
}
// buttons under calendar

@ -783,9 +783,9 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
font-size: 9pt;
font-weight: 400;
text-align: center;
width: 24px !important;
height: 24px !important;
padding: 2px !important;
width: 3em !important;
height: 3em !important;
padding: 0 !important;
margin: 2px !important;
border-radius: 9999px;
color: rgba(0, 0, 0, 0.6);
@ -811,10 +811,10 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
.calendar-day-base.calendar-day-heading {
width: 24px;
height: 17px;
margin-top: 2px;
padding: 7px 0 0;
width: 24px !important;
height: 20px !important;
margin-top: 2px !important;
padding: 4px 0 0 !important;
border-radius: 9999px;
background-color: transparent;
color: rgba(0, 0, 0, 0.38);
@ -878,17 +878,16 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
.calendar-week-number {
height: 28px !important;
width: 28px !important;
margin: 2px !important;
padding: 0 !important;
margin: 6px !important;
padding: 0 6px !important;
border-radius: 9999px;
background-color: rgba(0, 0, 0, 0.04);
color: rgba(0, 0, 0, 0.38);
font-size: inherit;
font-size: 8.25pt;
font-weight: bold;
text-align: center;
text-shadow: none;
font-feature-settings: "tnum";
}
.world-clocks-button,

@ -783,9 +783,9 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
font-size: 9pt;
font-weight: 400;
text-align: center;
width: 24px !important;
height: 24px !important;
padding: 2px !important;
width: 3em !important;
height: 3em !important;
padding: 0 !important;
margin: 2px !important;
border-radius: 9999px;
color: rgba(255, 255, 255, 0.7);
@ -811,10 +811,10 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
.calendar-day-base.calendar-day-heading {
width: 24px;
height: 17px;
margin-top: 2px;
padding: 7px 0 0;
width: 24px !important;
height: 20px !important;
margin-top: 2px !important;
padding: 4px 0 0 !important;
border-radius: 9999px;
background-color: transparent;
color: rgba(255, 255, 255, 0.5);
@ -878,17 +878,16 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
.calendar-week-number {
height: 28px !important;
width: 28px !important;
margin: 2px !important;
padding: 0 !important;
margin: 6px !important;
padding: 0 6px !important;
border-radius: 9999px;
background-color: rgba(255, 255, 255, 0.03);
color: rgba(255, 255, 255, 0.5);
font-size: inherit;
font-size: 8.25pt;
font-weight: bold;
text-align: center;
text-shadow: none;
font-feature-settings: "tnum";
}
.world-clocks-button,

@ -783,9 +783,9 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
font-size: 9pt;
font-weight: 400;
text-align: center;
width: 28px !important;
height: 28px !important;
padding: 2px !important;
width: 3em !important;
height: 3em !important;
padding: 0 !important;
margin: 2px !important;
border-radius: 9999px;
color: rgba(255, 255, 255, 0.7);
@ -811,10 +811,10 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
.calendar-day-base.calendar-day-heading {
width: 28px;
height: 21px;
margin-top: 2px;
padding: 7px 0 0;
width: 24px !important;
height: 18px !important;
margin-top: 2px !important;
padding: 6px 0 0 !important;
border-radius: 9999px;
background-color: transparent;
color: rgba(255, 255, 255, 0.5);
@ -878,17 +878,16 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
.calendar-week-number {
height: 28px !important;
width: 28px !important;
margin: 4px !important;
padding: 0 !important;
margin: 6px !important;
padding: 0 8px !important;
border-radius: 9999px;
background-color: rgba(255, 255, 255, 0.03);
color: rgba(255, 255, 255, 0.5);
font-size: inherit;
font-size: 8.25pt;
font-weight: bold;
text-align: center;
text-shadow: none;
font-feature-settings: "tnum";
}
.world-clocks-button,

@ -783,9 +783,9 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
font-size: 9pt;
font-weight: 400;
text-align: center;
width: 28px !important;
height: 28px !important;
padding: 2px !important;
width: 3em !important;
height: 3em !important;
padding: 0 !important;
margin: 2px !important;
border-radius: 9999px;
color: rgba(0, 0, 0, 0.6);
@ -811,10 +811,10 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
.calendar-day-base.calendar-day-heading {
width: 28px;
height: 21px;
margin-top: 2px;
padding: 7px 0 0;
width: 24px !important;
height: 18px !important;
margin-top: 2px !important;
padding: 6px 0 0 !important;
border-radius: 9999px;
background-color: transparent;
color: rgba(0, 0, 0, 0.38);
@ -878,17 +878,16 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
.calendar-week-number {
height: 28px !important;
width: 28px !important;
margin: 4px !important;
padding: 0 !important;
margin: 6px !important;
padding: 0 8px !important;
border-radius: 9999px;
background-color: rgba(0, 0, 0, 0.04);
color: rgba(0, 0, 0, 0.38);
font-size: inherit;
font-size: 8.25pt;
font-weight: bold;
text-align: center;
text-shadow: none;
font-feature-settings: "tnum";
}
.world-clocks-button,

@ -879,9 +879,9 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
font-size: 9pt;
font-weight: 400;
text-align: center;
width: 24px !important;
height: 24px !important;
padding: 2px !important;
width: 3em !important;
height: 3em !important;
padding: 0 !important;
margin: 2px !important;
border-radius: 9999px;
color: rgba(0, 0, 0, 0.6);
@ -907,10 +907,10 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
.calendar-day-base.calendar-day-heading {
width: 24px;
height: 17px;
margin-top: 2px;
padding: 7px 0 0;
width: 24px !important;
height: 20px !important;
margin-top: 2px !important;
padding: 4px 0 0 !important;
border-radius: 9999px;
background-color: transparent;
color: rgba(0, 0, 0, 0.38);
@ -974,17 +974,16 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
.calendar-week-number {
height: 28px !important;
width: 28px !important;
margin: 2px !important;
padding: 0 !important;
margin: 6px !important;
padding: 0 6px !important;
border-radius: 9999px;
background-color: rgba(0, 0, 0, 0.04);
color: rgba(0, 0, 0, 0.38);
font-size: inherit;
font-size: 8.25pt;
font-weight: bold;
text-align: center;
text-shadow: none;
font-feature-settings: "tnum";
}
.world-clocks-button,

@ -879,9 +879,9 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
font-size: 9pt;
font-weight: 400;
text-align: center;
width: 24px !important;
height: 24px !important;
padding: 2px !important;
width: 3em !important;
height: 3em !important;
padding: 0 !important;
margin: 2px !important;
border-radius: 9999px;
color: rgba(255, 255, 255, 0.7);
@ -907,10 +907,10 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
.calendar-day-base.calendar-day-heading {
width: 24px;
height: 17px;
margin-top: 2px;
padding: 7px 0 0;
width: 24px !important;
height: 20px !important;
margin-top: 2px !important;
padding: 4px 0 0 !important;
border-radius: 9999px;
background-color: transparent;
color: rgba(255, 255, 255, 0.5);
@ -974,17 +974,16 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
.calendar-week-number {
height: 28px !important;
width: 28px !important;
margin: 2px !important;
padding: 0 !important;
margin: 6px !important;
padding: 0 6px !important;
border-radius: 9999px;
background-color: rgba(255, 255, 255, 0.03);
color: rgba(255, 255, 255, 0.5);
font-size: inherit;
font-size: 8.25pt;
font-weight: bold;
text-align: center;
text-shadow: none;
font-feature-settings: "tnum";
}
.world-clocks-button,

@ -879,9 +879,9 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
font-size: 9pt;
font-weight: 400;
text-align: center;
width: 28px !important;
height: 28px !important;
padding: 2px !important;
width: 3em !important;
height: 3em !important;
padding: 0 !important;
margin: 2px !important;
border-radius: 9999px;
color: rgba(255, 255, 255, 0.7);
@ -907,10 +907,10 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
.calendar-day-base.calendar-day-heading {
width: 28px;
height: 21px;
margin-top: 2px;
padding: 7px 0 0;
width: 24px !important;
height: 18px !important;
margin-top: 2px !important;
padding: 6px 0 0 !important;
border-radius: 9999px;
background-color: transparent;
color: rgba(255, 255, 255, 0.5);
@ -974,17 +974,16 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
.calendar-week-number {
height: 28px !important;
width: 28px !important;
margin: 4px !important;
padding: 0 !important;
margin: 6px !important;
padding: 0 8px !important;
border-radius: 9999px;
background-color: rgba(255, 255, 255, 0.03);
color: rgba(255, 255, 255, 0.5);
font-size: inherit;
font-size: 8.25pt;
font-weight: bold;
text-align: center;
text-shadow: none;
font-feature-settings: "tnum";
}
.world-clocks-button,

@ -879,9 +879,9 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
font-size: 9pt;
font-weight: 400;
text-align: center;
width: 28px !important;
height: 28px !important;
padding: 2px !important;
width: 3em !important;
height: 3em !important;
padding: 0 !important;
margin: 2px !important;
border-radius: 9999px;
color: rgba(0, 0, 0, 0.6);
@ -907,10 +907,10 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
.calendar-day-base.calendar-day-heading {
width: 28px;
height: 21px;
margin-top: 2px;
padding: 7px 0 0;
width: 24px !important;
height: 18px !important;
margin-top: 2px !important;
padding: 6px 0 0 !important;
border-radius: 9999px;
background-color: transparent;
color: rgba(0, 0, 0, 0.38);
@ -974,17 +974,16 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
.calendar-week-number {
height: 28px !important;
width: 28px !important;
margin: 4px !important;
padding: 0 !important;
margin: 6px !important;
padding: 0 8px !important;
border-radius: 9999px;
background-color: rgba(0, 0, 0, 0.04);
color: rgba(0, 0, 0, 0.38);
font-size: inherit;
font-size: 8.25pt;
font-weight: bold;
text-align: center;
text-shadow: none;
font-feature-settings: "tnum";
}
.world-clocks-button,

Loading…
Cancel
Save