SPACEBROWSER_INTERFACE/interface_072825/master_styles/COMPONENT SCSS/SeatedEditorModal.scss

35 lines
544 B
SCSS

@import '../../styles/abstracts/variables';
.seated-editor {
&__cover {
width: 123px !important;
height: 123px !important;
margin-bottom: 20px !important;
}
&__actions {
@include modalActions;
}
}
.ant-modal-header {
.ant-modal-title {
font-size: 20px;
}
}
.seated-form {
.text-info {
font-size: 16px;
font-weight: 400px;
}
.ant-alert-icon {
margin-right: 12px;
}
}
.validate-connection {
.ant-alert-description {
font-size: 16px;
line-height: 24px;
font-weight: 400px;
}
}