feat: Change table io
This commit is contained in:
parent
eb4349f9e5
commit
b42c8cdd7e
1 changed files with 12 additions and 6 deletions
|
|
@ -83,7 +83,8 @@ footer {
|
|||
}
|
||||
}
|
||||
|
||||
table .io nav {
|
||||
table {
|
||||
.io nav {
|
||||
@extend %flex_inline;
|
||||
flex-wrap: nowrap;
|
||||
align-items: stretch;
|
||||
|
|
@ -92,3 +93,8 @@ table .io nav {
|
|||
margin: config.$margin_io;
|
||||
}
|
||||
}
|
||||
|
||||
.io:last-child nav {
|
||||
justify-content: flex-end;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue