Skip to content

Commit

Permalink
Create logs.css
Browse files Browse the repository at this point in the history
  • Loading branch information
alextrentons authored Jun 9, 2024
0 parents commit b8eef13
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions logs.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
.logs-header-text {
text-align: center;
margin-bottom: 20px;
}

.logs-header-container {
display: flex;
align-items: center;
flex-wrap: wrap;
}

.logs-date-pickers {
flex-grow: 1;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: flex-end;
margin-bottom: 20px;
}

.logs-tabs-container {
display: flex;
flex-wrap: wrap;
border-bottom: 1px solid var(--disable-color);
margin-bottom: 20px;
}

.logs-tab-container {
padding: 10px 30px;
text-align: center;
font-weight: 600;
color: var(--primary-color);
}

0 comments on commit b8eef13

Please sign in to comment.