- client: fix log filters styles

This commit is contained in:
Ildar Kamalov
2020-08-01 17:13:48 +03:00
parent b9aa969a56
commit 9fecab8675
5 changed files with 24 additions and 10 deletions

View File

@@ -539,3 +539,16 @@
.loading__text {
transform: translateY(3rem);
}
.logs__refresh {
position: relative;
top: 3px;
display: inline-flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
padding: 0;
margin-left: 15px;
background-color: transparent;
}