Style reorganization
This commit is contained in:
21
source/_assets/layout_internal/navigation.scss
Normal file
21
source/_assets/layout_internal/navigation.scss
Normal 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 {
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user