2017-07-29 16:00:27 +03:00
|
|
|
@import '../../../@theme/styles/variables';
|
|
|
|
|
|
2017-08-01 17:42:21 +03:00
|
|
|
@include nb-install-component() {
|
2017-04-18 20:29:57 +03:00
|
|
|
width: 100%;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
|
|
.socials {
|
|
|
|
|
font-size: 2rem;
|
|
|
|
|
|
|
|
|
|
a {
|
2017-04-21 17:23:44 +03:00
|
|
|
padding: 0.4rem;
|
2017-08-01 17:42:21 +03:00
|
|
|
color: nb-theme(color-fg);
|
2017-07-29 16:00:27 +03:00
|
|
|
transition: color ease-out 0.1s;
|
|
|
|
|
|
|
|
|
|
&:hover {
|
2017-08-01 17:42:21 +03:00
|
|
|
color: nb-theme(color-fg-heading);
|
2017-07-29 16:00:27 +03:00
|
|
|
}
|
2017-04-18 20:29:57 +03:00
|
|
|
}
|
|
|
|
|
}
|
2017-07-24 13:13:01 +03:00
|
|
|
}
|