Skip to content

Commit

Permalink
remove unused css
Browse files Browse the repository at this point in the history
  • Loading branch information
jdrews committed Mar 26, 2023
1 parent d26ff22 commit bb3cdfb
Showing 1 changed file with 0 additions and 43 deletions.
43 changes: 0 additions & 43 deletions web/src/LogViewer.css
Original file line number Diff line number Diff line change
@@ -1,47 +1,4 @@
.LogViewer {
background-color: #020202;
color: #e7e7e7;
}

.App-logo {
height: 40vmin;
pointer-events: none;
}

@media (prefers-reduced-motion: no-preference) {
.App-logo {
animation: App-logo-spin infinite 20s linear;
}
}

.App-header {
background-color: #282c34;
min-height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-size: calc(10px + 2vmin);
color: white;
}

.App-link {
color: #61dafb;
}

@keyframes App-logo-spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}

.checkboxLabel {
display: flex;
align-items: center;
}
.checkbox {
margin-right: 5px;
}

0 comments on commit bb3cdfb

Please sign in to comment.