550 lines
12 KiB
CSS
550 lines
12 KiB
CSS
.calendar-H-c9lyXG {
|
|
display: flex;
|
|
flex-direction: column;
|
|
width: 100%;
|
|
height: 100%;
|
|
direction: ltr;
|
|
-webkit-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
border-radius: 3px;
|
|
background-color: #fff;
|
|
box-shadow: 0 2px 4px 0 rgba(107, 121, 136, 0.4);
|
|
}
|
|
html.theme-dark .calendar-H-c9lyXG {
|
|
background-color: #1e222d;
|
|
box-shadow: 0 2px 4px 0 #000;
|
|
}
|
|
.header-29jmPJB_ {
|
|
flex: 0 0 50px;
|
|
display: flex;
|
|
align-items: center;
|
|
height: 50px;
|
|
box-sizing: border-box;
|
|
background: #fff;
|
|
border-bottom: 1px solid;
|
|
border-color: #eceff2;
|
|
}
|
|
html.theme-dark .header-29jmPJB_ {
|
|
border-color: #363c4e;
|
|
background: #1e222d;
|
|
}
|
|
.header-29jmPJB_ > * {
|
|
flex-grow: 1;
|
|
display: block;
|
|
}
|
|
.header-29jmPJB_ .title-3BLccpWI {
|
|
text-align: center;
|
|
font-size: 22px;
|
|
color: #262b3e;
|
|
}
|
|
html.theme-dark .header-29jmPJB_ .title-3BLccpWI {
|
|
color: #c5cbce;
|
|
}
|
|
.header-29jmPJB_ .titleDay-3Mp9czBi {
|
|
color: #2196f3;
|
|
}
|
|
html.theme-dark .header-29jmPJB_ .titleDay-3Mp9czBi {
|
|
color: #1976d2;
|
|
}
|
|
.header-29jmPJB_ .switchBtn-p718bDyp {
|
|
cursor: pointer;
|
|
}
|
|
.header-29jmPJB_ .switchBtn-p718bDyp > svg {
|
|
fill: #262b3e;
|
|
height: 13px;
|
|
}
|
|
html.theme-dark .header-29jmPJB_ .switchBtn-p718bDyp > svg {
|
|
fill: #c5cbce;
|
|
}
|
|
.header-29jmPJB_ .switchBtn-p718bDyp.prev-1vUszsRH > svg {
|
|
float: left;
|
|
margin-left: 12px;
|
|
}
|
|
.header-29jmPJB_ .switchBtn-p718bDyp.next-Xxv3BCz0 > svg {
|
|
float: right;
|
|
margin-right: 12px;
|
|
}
|
|
.month-14xTSVpQ {
|
|
flex: 1 1 auto;
|
|
display: flex;
|
|
flex-direction: column;
|
|
background: #fff;
|
|
}
|
|
html.theme-dark .month-14xTSVpQ {
|
|
background: #262b3e;
|
|
}
|
|
.month-14xTSVpQ .weekdays-p5haX_xf {
|
|
display: flex;
|
|
flex-direction: row;
|
|
padding: 6px 0;
|
|
background-color: #f7f8fa;
|
|
border: 1px solid;
|
|
border-top: 0;
|
|
border-color: #f7f8fa;
|
|
}
|
|
html.theme-dark .month-14xTSVpQ .weekdays-p5haX_xf {
|
|
border-color: #1c2030;
|
|
background-color: #1c2030;
|
|
}
|
|
.month-14xTSVpQ .weekdays-p5haX_xf > span {
|
|
flex: 1 1;
|
|
text-align: center;
|
|
font-size: 13px;
|
|
color: #8797a5;
|
|
}
|
|
.month-14xTSVpQ .weeks-1LCs6d3o {
|
|
flex: 1 1 auto;
|
|
display: flex;
|
|
flex-direction: column;
|
|
border-right: 1px solid;
|
|
border-color: #f7f8fa;
|
|
}
|
|
html.theme-dark .month-14xTSVpQ .weeks-1LCs6d3o {
|
|
border-color: #1c2030;
|
|
}
|
|
.month-14xTSVpQ .weeks-1LCs6d3o .week-49DNXkE3 {
|
|
flex: 1 1 auto;
|
|
display: flex;
|
|
flex-direction: row;
|
|
}
|
|
.month-14xTSVpQ .weeks-1LCs6d3o .week-49DNXkE3 .day-3x8ZipuB {
|
|
flex: 1 1 40px;
|
|
height: 40px;
|
|
display: flex;
|
|
font-size: 14px;
|
|
color: #262b3e;
|
|
cursor: pointer;
|
|
position: relative;
|
|
box-sizing: border-box;
|
|
border-bottom: 1px solid;
|
|
border-left: 1px solid;
|
|
padding: 2px 2px 1px 1px;
|
|
border-color: #f7f8fa;
|
|
transition: background-color 60ms ease;
|
|
}
|
|
html.theme-dark .month-14xTSVpQ .weeks-1LCs6d3o .week-49DNXkE3 .day-3x8ZipuB {
|
|
border-color: #1c2030;
|
|
color: #c5cbce;
|
|
}
|
|
.month-14xTSVpQ .weeks-1LCs6d3o .week-49DNXkE3 .day-3x8ZipuB > span {
|
|
flex: 1 1;
|
|
align-self: center;
|
|
text-align: center;
|
|
}
|
|
.month-14xTSVpQ
|
|
.weeks-1LCs6d3o
|
|
.week-49DNXkE3
|
|
.day-3x8ZipuB:active:not(.disabled-34cO1Z8u) {
|
|
background-color: #f7f8fa;
|
|
}
|
|
html.theme-dark
|
|
.month-14xTSVpQ
|
|
.weeks-1LCs6d3o
|
|
.week-49DNXkE3
|
|
.day-3x8ZipuB:active:not(.disabled-34cO1Z8u) {
|
|
background-color: #1c2030;
|
|
}
|
|
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
|
|
.month-14xTSVpQ
|
|
.weeks-1LCs6d3o
|
|
.week-49DNXkE3
|
|
.day-3x8ZipuB:hover:not(.disabled-34cO1Z8u) {
|
|
background-color: rgba(247, 248, 250, 0.5);
|
|
}
|
|
}
|
|
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
|
|
html.theme-dark
|
|
.month-14xTSVpQ
|
|
.weeks-1LCs6d3o
|
|
.week-49DNXkE3
|
|
.day-3x8ZipuB:hover:not(.disabled-34cO1Z8u) {
|
|
background-color: rgba(28, 32, 48, 0.5);
|
|
}
|
|
}
|
|
.month-14xTSVpQ .weeks-1LCs6d3o .week-49DNXkE3 .day-3x8ZipuB.selected-qmTqaBK3 {
|
|
color: #2196f3;
|
|
border: 2px solid;
|
|
padding: 0;
|
|
border-color: #2196f3;
|
|
margin-top: -1px;
|
|
margin-left: -1px;
|
|
z-index: 1;
|
|
}
|
|
html.theme-dark
|
|
.month-14xTSVpQ
|
|
.weeks-1LCs6d3o
|
|
.week-49DNXkE3
|
|
.day-3x8ZipuB.selected-qmTqaBK3 {
|
|
border-color: #1976d2;
|
|
color: #1976d2;
|
|
}
|
|
.month-14xTSVpQ .weeks-1LCs6d3o .week-49DNXkE3 .day-3x8ZipuB.disabled-34cO1Z8u {
|
|
color: #c5cbce;
|
|
cursor: not-allowed;
|
|
}
|
|
html.theme-dark
|
|
.month-14xTSVpQ
|
|
.weeks-1LCs6d3o
|
|
.week-49DNXkE3
|
|
.day-3x8ZipuB.disabled-34cO1Z8u {
|
|
color: #4c525e;
|
|
}
|
|
.month-14xTSVpQ
|
|
.weeks-1LCs6d3o
|
|
.week-49DNXkE3
|
|
.day-3x8ZipuB.currentDay-3sTNH-Yi {
|
|
color: #2196f3;
|
|
}
|
|
html.theme-dark
|
|
.month-14xTSVpQ
|
|
.weeks-1LCs6d3o
|
|
.week-49DNXkE3
|
|
.day-3x8ZipuB.currentDay-3sTNH-Yi {
|
|
color: #1976d2;
|
|
}
|
|
.month-14xTSVpQ
|
|
.weeks-1LCs6d3o
|
|
.week-49DNXkE3
|
|
.day-3x8ZipuB.currentDay-3sTNH-Yi:after {
|
|
position: absolute;
|
|
top: 0;
|
|
left: -1px;
|
|
content: ' ';
|
|
width: 0;
|
|
height: 0;
|
|
border-style: solid;
|
|
border-width: 0 0 11px 11px;
|
|
border-color: transparent transparent transparent #2196f3;
|
|
}
|
|
.month-14xTSVpQ
|
|
.weeks-1LCs6d3o
|
|
.week-49DNXkE3
|
|
.day-3x8ZipuB.selected-qmTqaBK3.currentDay-3sTNH-Yi:after {
|
|
top: -2px;
|
|
left: -2px;
|
|
}
|
|
.month-14xTSVpQ
|
|
.weeks-1LCs6d3o
|
|
.week-49DNXkE3
|
|
.day-3x8ZipuB.otherMonth-1WMn4XfI {
|
|
color: #c5cbce;
|
|
}
|
|
html.theme-dark
|
|
.month-14xTSVpQ
|
|
.weeks-1LCs6d3o
|
|
.week-49DNXkE3
|
|
.day-3x8ZipuB.otherMonth-1WMn4XfI {
|
|
color: #4c525e;
|
|
}
|
|
.month-14xTSVpQ .weeks-1LCs6d3o .week-49DNXkE3:last-child .day-3x8ZipuB {
|
|
border-bottom: 0;
|
|
}
|
|
.calendar-Q5DuQzKD {
|
|
width: 280px;
|
|
}
|
|
.field-1YbeVGCL {
|
|
position: relative;
|
|
display: flex;
|
|
flex-grow: 1;
|
|
}
|
|
.field-1YbeVGCL .errorIcon-3nKBmNTE,
|
|
.field-1YbeVGCL .warningIcon-2FTdXbRt {
|
|
position: absolute;
|
|
left: 2px;
|
|
top: 2px;
|
|
padding: 6px 7px;
|
|
border-radius: 4px;
|
|
background-color: #fff;
|
|
display: inline-flex;
|
|
}
|
|
html.theme-dark .field-1YbeVGCL .errorIcon-3nKBmNTE,
|
|
html.theme-dark .field-1YbeVGCL .warningIcon-2FTdXbRt {
|
|
background-color: #131722;
|
|
}
|
|
.field-1YbeVGCL .errorIcon-3nKBmNTE svg,
|
|
.field-1YbeVGCL .warningIcon-2FTdXbRt svg {
|
|
width: 18px;
|
|
height: 18px;
|
|
}
|
|
.field-1YbeVGCL .errorIcon--large-1UBncQuh,
|
|
.field-1YbeVGCL .warningIcon--large-2-nZYwjj {
|
|
top: 8px;
|
|
}
|
|
.field-1YbeVGCL .errorIcon--small-3eBcxlqP,
|
|
.field-1YbeVGCL .warningIcon--small-60SRfITp {
|
|
left: 5px;
|
|
padding: 3px;
|
|
}
|
|
.field-1YbeVGCL .errorIcon--xsmall-8a2JUSk7,
|
|
.field-1YbeVGCL .warningIcon--xsmall-2rOz7ig5 {
|
|
left: 7px;
|
|
top: 2px;
|
|
padding: 0;
|
|
}
|
|
.field-1YbeVGCL .errorIcon--xsmall-8a2JUSk7 svg,
|
|
.field-1YbeVGCL .warningIcon--xsmall-2rOz7ig5 svg {
|
|
width: 14px;
|
|
height: 14px;
|
|
}
|
|
.field-1YbeVGCL .errorIcon-3nKBmNTE {
|
|
color: #ff4a68;
|
|
}
|
|
.field-1YbeVGCL .warningIcon-2FTdXbRt {
|
|
color: #ffca3b;
|
|
}
|
|
.textInput-3SndIvsX {
|
|
color: #4a4a4a;
|
|
background-color: #fff;
|
|
}
|
|
html.theme-dark .textInput-3SndIvsX {
|
|
background-color: #1e222d;
|
|
color: #c5cbce;
|
|
}
|
|
.inputWrapper-u_TvMxrq {
|
|
display: block;
|
|
}
|
|
.field-3OP1xeZc .errorIcon-AjhrEkSc,
|
|
.field-3OP1xeZc .warningIcon-309b7fMg {
|
|
background-color: #fff;
|
|
}
|
|
html.theme-dark .field-3OP1xeZc .errorIcon-AjhrEkSc,
|
|
html.theme-dark .field-3OP1xeZc .warningIcon-309b7fMg {
|
|
background-color: #1e222d;
|
|
}
|
|
.pickerInput-3XGDmslV {
|
|
position: relative;
|
|
}
|
|
.pickerInput-3XGDmslV .inputIcon-1N28V7pi {
|
|
display: inline-flex;
|
|
position: absolute;
|
|
left: 9px;
|
|
top: 9px;
|
|
cursor: pointer;
|
|
opacity: 0.5;
|
|
}
|
|
.pickerInput-3XGDmslV .inputIcon-1N28V7pi svg {
|
|
height: 16px;
|
|
width: 16px;
|
|
fill: #7d7d7d;
|
|
}
|
|
html.theme-dark .pickerInput-3XGDmslV .inputIcon-1N28V7pi svg {
|
|
fill: #758696;
|
|
}
|
|
.pickerInput-3XGDmslV .inputIcon-1N28V7pi.disabled-aKY-xwhe {
|
|
opacity: 0.1;
|
|
}
|
|
.pickerInput-3XGDmslV .inputIcon--large-91Ho2uuh {
|
|
top: 16px;
|
|
}
|
|
.pickerInput-3XGDmslV .inputIcon--small-93KX0qGd {
|
|
top: 6px;
|
|
}
|
|
.pickerInput-3XGDmslV .inputIcon--xsmall-1GLk5pdh {
|
|
top: 2px;
|
|
}
|
|
.picker-HQJc7fVy {
|
|
z-index: 99;
|
|
transition: opacity 0.2625s ease;
|
|
}
|
|
.fixed-QBCsU0Gi {
|
|
position: fixed;
|
|
}
|
|
.absolute-2hW9cE-c {
|
|
position: absolute;
|
|
}
|
|
.nativePicker-1F6noucK {
|
|
position: absolute;
|
|
box-sizing: border-box;
|
|
width: 100%;
|
|
height: 100%;
|
|
opacity: 0;
|
|
top: 0;
|
|
}
|
|
.clock-3pqBsiNm {
|
|
display: flex;
|
|
flex-direction: column;
|
|
border-radius: 3px;
|
|
background-color: #fff;
|
|
box-shadow: 0 2px 4px 0 rgba(107, 121, 136, 0.4);
|
|
}
|
|
html.theme-dark .clock-3pqBsiNm {
|
|
background-color: #1e222d;
|
|
box-shadow: 0 2px 4px 0 #000;
|
|
}
|
|
.header-pTWMGSpm {
|
|
flex: 0 0 50px;
|
|
height: 50px;
|
|
box-sizing: border-box;
|
|
font-size: 24px;
|
|
line-height: 1;
|
|
text-align: center;
|
|
padding: 10px 0;
|
|
border-bottom: 1px solid;
|
|
border-bottom-color: #eceff2;
|
|
color: #262b3e;
|
|
}
|
|
html.theme-dark .header-pTWMGSpm {
|
|
color: #c5cbce;
|
|
border-bottom-color: #363c4e;
|
|
}
|
|
.header-pTWMGSpm .number-9PC9lvyt {
|
|
padding: 0 3px;
|
|
cursor: pointer;
|
|
}
|
|
.header-pTWMGSpm .number-9PC9lvyt.active-1sonmMLV {
|
|
color: #2196f3;
|
|
}
|
|
.body-2Q-g3GDd {
|
|
padding: 10px;
|
|
background: #f7f8fa;
|
|
flex: 1 1 auto;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
}
|
|
html.theme-dark .body-2Q-g3GDd {
|
|
background: #1c2030;
|
|
}
|
|
.clockFace-eHYbqh-S {
|
|
position: relative;
|
|
width: 200px;
|
|
height: 200px;
|
|
border-radius: 50%;
|
|
box-sizing: border-box;
|
|
margin: 0 auto;
|
|
background: #fff;
|
|
}
|
|
html.theme-dark .clockFace-eHYbqh-S {
|
|
background: #262b3e;
|
|
}
|
|
.clockFace-eHYbqh-S div {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.clockFace-eHYbqh-S .face-2iCoBAOV {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
border-radius: 50%;
|
|
font-size: 15px;
|
|
pointer-events: none;
|
|
}
|
|
.clockFace-eHYbqh-S .face-2iCoBAOV .number-9PC9lvyt {
|
|
position: absolute;
|
|
width: 28px;
|
|
height: 28px;
|
|
margin-top: -14px;
|
|
margin-left: -14px;
|
|
-webkit-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
cursor: pointer;
|
|
border-radius: 50%;
|
|
display: flex;
|
|
align-items: center;
|
|
text-align: center;
|
|
pointer-events: all;
|
|
color: #262b3e;
|
|
transition: background-color 60ms ease;
|
|
}
|
|
html.theme-dark .clockFace-eHYbqh-S .face-2iCoBAOV .number-9PC9lvyt {
|
|
color: #c5cbce;
|
|
}
|
|
.clockFace-eHYbqh-S .face-2iCoBAOV .number-9PC9lvyt > span {
|
|
flex: 1 1 auto;
|
|
}
|
|
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
|
|
.clockFace-eHYbqh-S .face-2iCoBAOV .number-9PC9lvyt:hover {
|
|
background-color: rgba(247, 248, 250, 0.5);
|
|
}
|
|
}
|
|
@media (any-hover: hover), (min--moz-device-pixel-ratio: 0) {
|
|
html.theme-dark .clockFace-eHYbqh-S .face-2iCoBAOV .number-9PC9lvyt:hover {
|
|
background-color: rgba(28, 32, 48, 0.5);
|
|
}
|
|
}
|
|
.clockFace-eHYbqh-S .face-2iCoBAOV .number-9PC9lvyt:active {
|
|
background-color: #f7f8fa;
|
|
}
|
|
html.theme-dark .clockFace-eHYbqh-S .face-2iCoBAOV .number-9PC9lvyt:active {
|
|
background-color: #1c2030;
|
|
}
|
|
.clockFace-eHYbqh-S .face-2iCoBAOV .number-9PC9lvyt.inner-1mVlhYbe {
|
|
font-size: 120%;
|
|
}
|
|
.clockFace-eHYbqh-S .hand-2ZG8pJQb {
|
|
position: absolute;
|
|
display: block;
|
|
pointer-events: none;
|
|
bottom: 50%;
|
|
right: 50%;
|
|
width: 1px;
|
|
margin-right: -0.5px;
|
|
transform-origin: 50% 100%;
|
|
background: #2196f3;
|
|
}
|
|
.clockFace-eHYbqh-S .hand-2ZG8pJQb .knob-31dEppHa {
|
|
position: absolute;
|
|
top: -26px;
|
|
right: 50%;
|
|
width: 26px;
|
|
height: 26px;
|
|
margin-right: -13px;
|
|
box-sizing: border-box;
|
|
border-radius: 50%;
|
|
border: 2px solid;
|
|
border-color: #2196f3;
|
|
}
|
|
html.theme-dark .clockFace-eHYbqh-S .hand-2ZG8pJQb .knob-31dEppHa {
|
|
border-color: #1976d2;
|
|
}
|
|
.clockFace-eHYbqh-S .centerDot-210Fo0oV {
|
|
position: absolute;
|
|
top: 50%;
|
|
right: 50%;
|
|
width: 4px;
|
|
height: 4px;
|
|
margin-top: -2px;
|
|
margin-right: -2px;
|
|
content: '';
|
|
border-radius: 50%;
|
|
background: #2196f3;
|
|
}
|
|
.dialog-1oXvxbfL {
|
|
max-width: 345px;
|
|
}
|
|
.dialog-1oXvxbfL .formRow-28Ldm-ki {
|
|
display: flex;
|
|
}
|
|
.dialog-1oXvxbfL .formRow-28Ldm-ki .cell-m5Uv3CRU.input-2rGFhmey {
|
|
margin-left: 14px;
|
|
}
|
|
.dialog-1oXvxbfL .formRow-28Ldm-ki .cell-m5Uv3CRU.input-2rGFhmey input {
|
|
font-size: 15px;
|
|
overflow: hidden;
|
|
}
|
|
.dialog-1oXvxbfL .formRow-28Ldm-ki .cell-m5Uv3CRU.input-2rGFhmey:first-child {
|
|
flex: 0 4 100%;
|
|
}
|
|
.dialog-1oXvxbfL .formRow-28Ldm-ki .cell-m5Uv3CRU.input-2rGFhmey:nth-child(2) {
|
|
flex: 0 5 100%;
|
|
}
|
|
.dialog-1oXvxbfL .formRow-28Ldm-ki .cell-m5Uv3CRU.btn-1wL_hi5U {
|
|
margin-right: 3px;
|
|
}
|
|
.dialog-1oXvxbfL .formRow-28Ldm-ki .button-1xrfeyEj {
|
|
padding: 0 8px;
|
|
line-height: 32px;
|
|
font-size: 16px;
|
|
}
|
|
.dialog-1oXvxbfL .formRow-28Ldm-ki .button-1xrfeyEj svg {
|
|
fill: #fff;
|
|
width: 12px;
|
|
height: 12px;
|
|
}
|
|
html.theme-dark .dialog-1oXvxbfL .formRow-28Ldm-ki .button-1xrfeyEj svg {
|
|
fill: #d1d4dc;
|
|
}
|