fix(demo): styling default version

This commit is contained in:
KostyaDanovsky 2017-07-29 16:00:27 +03:00
parent 0f546d950f
commit 746d18680e
4 changed files with 21 additions and 8 deletions

View file

@ -1,4 +1,6 @@
:host {
@import '../../../@theme/styles/variables';
@include nga-install-component() {
width: 100%;
display: flex;
justify-content: space-between;
@ -9,6 +11,12 @@
a {
padding: 0.4rem;
color: nga-theme(color-fg);
transition: color ease-out 0.1s;
&:hover {
color: nga-theme(color-fg-heading);
}
}
}
}