Skip to content

Commit

Permalink
Clean Dashboard running
Browse files Browse the repository at this point in the history
  • Loading branch information
skyark21 committed Jan 16, 2022
1 parent 4bae273 commit c3b9b90
Show file tree
Hide file tree
Showing 207 changed files with 60,180 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#First Makefile
5 changes: 5 additions & 0 deletions app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Changelog

## [1.0.0] 2020-10-01

### Stable Original Release
20 changes: 20 additions & 0 deletions app/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# app

## Build Setup

```bash
# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm run start

# generate static project
$ npm run generate
```

For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).
7 changes: 7 additions & 0 deletions app/assets/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# ASSETS

**This directory is not required, you can delete it if you don't want to use it.**

This directory contains your un-compiled assets such as LESS, SASS, or JavaScript.

More information about the usage of this directory in [the documentation](https://nuxtjs.org/guide/assets#webpacked).
56 changes: 56 additions & 0 deletions app/assets/css/demo.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
.tim-row{
margin-bottom: 20px;
}

.tim-white-buttons {
background-color: #777777;
}
.typography-line{
padding-left: 25%;
margin-bottom: 35px;
position: relative;
display: block;
width: 100%;
}
.typography-line span{
color: #c0c1c2;
display: block;
font-weight: 400;
font-size: 13px;
line-height: 13px;
left: 0;
position: absolute;
width: 260px;
text-transform: none;
}
.tim-row{
padding-top: 60px;
}
.tim-row h3{
margin-top: 0;
}

.offline-doc .page-header:before {
content: "";
background: rgba(0,0,0,.75);
}

.offline-doc .page-header{
display: flex;
align-items: center;
}

.offline-doc .footer{
position: absolute;
width: 100%;
background: transparent;
bottom: 0;
color: #fff;
z-index: 1;
}

#map {
position: relative;
width: 100%;
height: 100vh;
}
Loading

0 comments on commit c3b9b90

Please sign in to comment.