refactor(app): rename components

This commit is contained in:
Dmitry Nehaychik 2017-04-28 15:14:05 +03:00
parent afc24fe88f
commit 4fe5c69d8e
10 changed files with 17 additions and 17 deletions

View file

@ -0,0 +1,14 @@
:host {
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
.socials {
font-size: 2rem;
a {
padding: 0.4rem;
}
}
}