14 lines
252 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|