added tests and css modules to LoginPage components

This commit is contained in:
Wenszel
2023-12-13 16:31:52 +01:00
parent caf6bc7d91
commit a33ebeccdd
27 changed files with 614 additions and 298 deletions
@@ -0,0 +1,20 @@
.serversTableContainer {
display: flex;
height: 500px;
overflow: scroll;
width: 100%;
}
.refresh {
display: flex;
margin-left: auto;
justify-content: center;
align-items: center;
width: 40px;
height: 100%;
border: 1px solid white;
}
.refresh > img {
width: 20px;
height: 20px;
cursor: pointer;
}