SPACEBROWSER_INTERFACE/interface_base/master_styles/COMPONET SCSS PROFILES/ProfileHeader.scss
2025-08-07 20:28:59 -04:00

18 lines
314 B
SCSS

@import '../../../styles/abstracts/variables';
.profile-header,
.profile-editor-header {
background: $white;
border-radius: 16px;
padding: 20px;
.ant-alert-with-description {
.ant-alert-icon {
margin-right: 8px !important;
}
}
.ant-btn.x-button {
border: none;
z-index: 2;
}
}