18 lines
314 B
SCSS
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;
|
|
}
|
|
}
|