add nav-list class for series of buttons and update App
This commit is contained in:
@@ -4,5 +4,7 @@
|
||||
|
||||
@import 'base/root';
|
||||
|
||||
@import 'classes/nav-list';
|
||||
|
||||
@import 'fonts/noto-sans';
|
||||
@import 'fonts/redaction';
|
||||
|
||||
@@ -0,0 +1,27 @@
|
||||
.nav-list {
|
||||
font-family: $font-family-base;
|
||||
|
||||
ul {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
height: 45px;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
li {
|
||||
list-style: none;
|
||||
line-height: 0;
|
||||
|
||||
&:not(:last-child) {
|
||||
margin-right: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
&.dot-btns {
|
||||
li:not(:last-child) {
|
||||
margin-right: 20px;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user