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

14 lines
252 B
SCSS

@import '../../../styles/abstracts/variables';
.profile-social-links {
background: $white;
border-radius: 16px;
padding: 20px;
height: 100%;
.ant-alert-with-description {
.ant-alert-icon {
margin-right: 8px !important;
}
}
}