Table sorting

This commit is contained in:
2023-05-28 19:41:03 +03:00
parent 30de71849a
commit f3df9e9ec3
6 changed files with 116 additions and 20 deletions

View File

@@ -6,6 +6,7 @@
@import './live/form.css';
@import './live/registration.css';
@import './pages/privacy.css';
@import './live/table.css';
/* Alerts and form errors used by phx.new */
.alert {
@@ -146,5 +147,7 @@ larger .alert p {
}
main.container {
margin-top: 4rem;
display: flex;
flex-direction: column;
align-items: center;
}

View File

@@ -0,0 +1,7 @@
.table_header {
min-width: 11rem;
}
.table_header a {
color: black;
}