refactor: extract events table styling

This commit is contained in:
Alexander Klein 2021-02-15 16:44:27 +01:00
parent 49b45acf4b
commit 7c71294bc9
2 changed files with 8 additions and 1 deletions

View file

@ -0,0 +1,6 @@
.filter {
display: flex;
justify-content: flex-start;
align-items: center;
margin-bottom: 15px;
}