15 lines
130 B
SCSS
15 lines
130 B
SCSS
|
//
|
||
|
// Contacts.scss
|
||
|
//
|
||
|
|
||
|
.contact-links{
|
||
|
a{
|
||
|
color: $body-color;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
// profile
|
||
|
|
||
|
.profile-user-wid{
|
||
|
margin-top: -26px;
|
||
|
}
|