Style reorganization

This commit is contained in:
2018-06-17 16:41:13 +03:00
parent 54185a59ac
commit 870cbe0147
6 changed files with 58 additions and 39 deletions

View File

@ -0,0 +1,21 @@
.navigation {
display: block;
border-bottom: 1px solid #eee;
&__actions {
list-style: none;
margin: 0;
padding: 0;
}
&__action {
display: inline-block;
margin: {
top: 1em;
bottom: 1em;
}
}
&__link {
}
}