Merge: - client: fix log filters and guide tab styles

Closes #1951

* commit '9fecab8675b3496cb6fa5f03084e0be7c364a263':
  - client: fix log filters styles
  - client: fix guide tab styles
This commit is contained in:
Ildar Kamalov
2020-08-03 15:45:53 +03:00
8 changed files with 56 additions and 13 deletions

View File

@@ -6,18 +6,24 @@
.page-header--logs {
flex-direction: row;
align-items: flex-end;
margin: 2rem 0 3rem;
margin: 2rem 0 2.8rem;
}
.page-header--logs .page-title {
display: inline-flex;
align-items: center;
}
@media (max-width: 991px) {
.page-header--logs {
flex-direction: column;
align-items: center;
margin-bottom: 1.5rem;
margin: 1.1rem 0;
}
.page-header--logs .page-title {
padding-bottom: 2.5rem;;
margin-bottom: 1.1rem;
font-size: 1.8rem;
}
}

View File

@@ -2,8 +2,16 @@
display: flex;
justify-content: space-between;
margin-bottom: 15px;
padding: 15px 0;
padding: 10px 0;
border-bottom: 1px solid #e8e8e8;
overflow: auto;
}
@media screen and (min-width: 768px) {
.tabs__controls {
padding: 15px 0;
overflow: initial;
}
}
.tabs__controls--form {
@@ -26,11 +34,18 @@
align-items: center;
min-width: 70px;
font-size: 13px;
white-space: nowrap;
color: #555555;
cursor: pointer;
opacity: 0.6;
}
@media screen and (min-width: 768px) {
.tab__control {
white-space: normal;
}
}
.tab__control:hover,
.tab__control:focus {
opacity: 1;