feat: Changes to flex and display
- Remove unused flex classes - Nav module no longer dependend on common flex classes - Add important to common display and opacity
This commit is contained in:
parent
2f63dbe2b6
commit
35b55de550
4 changed files with 29 additions and 42 deletions
|
|
@ -99,12 +99,11 @@ nav {
|
|||
margin: $space_basic 0;
|
||||
|
||||
ul {
|
||||
@extend .flex;
|
||||
display: flex;
|
||||
margin: 0 $space_large;
|
||||
|
||||
li {
|
||||
@extend .flex_child;
|
||||
flex-grow: 1;
|
||||
flex: auto;
|
||||
margin: 0;
|
||||
text-align: center;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue