SPACEBROWSER_INTERFACE/interface_072825/master_styles/COMPONENT SCSS/EventEditorModal.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;
}
}