Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
vervallsweg committed Apr 25, 2019
1 parent dea7292 commit 59705a1
Show file tree
Hide file tree
Showing 39 changed files with 15,608 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,6 @@ typings/

# next.js build output
.next

.idea
.iml
44 changes: 44 additions & 0 deletions css/app.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
#controls > div > div > .button {
margin: 1em 0 2.5em 0;
}

#controls > div > div {
padding: 1rem 2rem;
}

.settings {
padding: 3em 0;
}

#save-button {
margin: 2em 0 0 0;
}

.ui.divider {
flex-grow: 0.7 !important;
}

.status {
background-color: #e4e4e4;
border-radius: 50%;
width: 7em;
height: 7em;
margin: 1.5em 0 0 1.25em;
}

.status.offline{
background-color: #fbe2e2;
}

.status.online{
background-color: #d6ffd6;
}

.status-img {
width: 4em;
height: 4em;
position: absolute;
top: 3.9em;
left: 3.8em;
opacity: 0.9;
}
9 changes: 9 additions & 0 deletions css/components/button.min.css

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions css/components/checkbox.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 59705a1

Please sign in to comment.