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