38 lines
679 B
SCSS
38 lines
679 B
SCSS
@import '../../styles/abstracts/variables';
|
|
|
|
.event-editor {
|
|
&__cover {
|
|
width: 123px !important;
|
|
height: 123px !important;
|
|
margin-bottom: 20px !important;
|
|
}
|
|
.ant-form-item {
|
|
margin-bottom: 20px;
|
|
.ant-picker {
|
|
padding: 0 14px !important;
|
|
}
|
|
}
|
|
.ant-checkbox {
|
|
margin-right: 2px;
|
|
&:hover::after,
|
|
&::after {
|
|
visibility: hidden;
|
|
}
|
|
&-input {
|
|
height: 20px;
|
|
width: 20px;
|
|
}
|
|
&-inner {
|
|
height: 20px;
|
|
width: 20px;
|
|
}
|
|
}
|
|
.ant-checkbox-checked .ant-checkbox-inner {
|
|
border-color: $green !important;
|
|
background: $green !important;
|
|
}
|
|
&__actions {
|
|
@include modalActions;
|
|
}
|
|
}
|