ran yarn builder

This commit is contained in:
YOUR NAME 2018-07-09 00:45:14 +10:00
parent ffac23ef29
commit 49e26b37e6
20 changed files with 109 additions and 21 deletions

BIN
build/apple-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

13
build/asset-manifest.json Normal file
View file

@ -0,0 +1,13 @@
{
"main.css": "static/css/main.4606611e.css",
"main.css.map": "static/css/main.4606611e.css.map",
"main.js": "static/js/main.ef7cf434.js",
"main.js.map": "static/js/main.ef7cf434.js.map",
"static/media/ID-logo.png": "static/media/ID-logo.02d8090d.png",
"static/media/bg5.jpg": "static/media/bg5.056eb058.jpg",
"static/media/mike.jpg": "static/media/mike.aab414f7.jpg",
"static/media/nucleo-outline.eot": "static/media/nucleo-outline.53a1bed7.eot",
"static/media/nucleo-outline.ttf": "static/media/nucleo-outline.22a0bffe.ttf",
"static/media/nucleo-outline.woff": "static/media/nucleo-outline.24e2d6b4.woff",
"static/media/nucleo-outline.woff2": "static/media/nucleo-outline.8ebec31f.woff2"
}

BIN
build/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

1
build/index.html Normal file
View file

@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta name="theme-color" content="#000000"><link rel="manifest" href="/manifest.json"><link rel="shortcut icon" href="/favicon.ico"><link rel="apple-touch-icon" sizes="76x76" href="/apple-icon.png"><link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,200" rel="stylesheet"/><link href="https://use.fontawesome.com/releases/v5.0.6/css/all.css" rel="stylesheet"><title>Now UI Dashboard React</title><link href="/static/css/main.4606611e.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script type="text/javascript" src="/static/js/main.ef7cf434.js"></script></body></html>

15
build/manifest.json Normal file
View file

@ -0,0 +1,15 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"icons": [
{
"src": "favicon.ico",
"sizes": "192x192",
"type": "image/png"
}
],
"start_url": "./index.html",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}

1
build/service-worker.js Normal file
View file

@ -0,0 +1 @@
"use strict";var precacheConfig=[["/index.html","16bbcc7bc9d4a0f18a33fb88ca691d34"],["/static/css/main.4606611e.css","cc2791bdd09795f8da8a077a5872ce4e"],["/static/js/main.ef7cf434.js","59c2f71632afa5643e9633a8a966537a"],["/static/media/ID-logo.02d8090d.png","02d8090dea46ee1b8159abb452874840"],["/static/media/bg5.056eb058.jpg","056eb0586182a8d28273ad11c028e912"],["/static/media/mike.aab414f7.jpg","aab414f7b69d0d4ad897e75e735f240a"],["/static/media/nucleo-outline.22a0bffe.ttf","22a0bffe789c286a9d78eb52670996a7"],["/static/media/nucleo-outline.24e2d6b4.woff","24e2d6b43b1b0f84fdfaa06a4032f154"],["/static/media/nucleo-outline.53a1bed7.eot","53a1bed7a3ec86d010fe100873828a89"],["/static/media/nucleo-outline.8ebec31f.woff2","8ebec31f5ce59f908db84d86aed5947f"]],cacheName="sw-precache-v3-sw-precache-webpack-plugin-"+(self.registration?self.registration.scope:""),ignoreUrlParametersMatching=[/^utm_/],addDirectoryIndex=function(e,t){var n=new URL(e);return"/"===n.pathname.slice(-1)&&(n.pathname+=t),n.toString()},cleanResponse=function(t){return t.redirected?("body"in t?Promise.resolve(t.body):t.blob()).then(function(e){return new Response(e,{headers:t.headers,status:t.status,statusText:t.statusText})}):Promise.resolve(t)},createCacheKey=function(e,t,n,a){var r=new URL(e);return a&&r.pathname.match(a)||(r.search+=(r.search?"&":"")+encodeURIComponent(t)+"="+encodeURIComponent(n)),r.toString()},isPathWhitelisted=function(e,t){if(0===e.length)return!0;var n=new URL(t).pathname;return e.some(function(e){return n.match(e)})},stripIgnoredUrlParameters=function(e,n){var t=new URL(e);return t.hash="",t.search=t.search.slice(1).split("&").map(function(e){return e.split("=")}).filter(function(t){return n.every(function(e){return!e.test(t[0])})}).map(function(e){return e.join("=")}).join("&"),t.toString()},hashParamName="_sw-precache",urlsToCacheKeys=new Map(precacheConfig.map(function(e){var t=e[0],n=e[1],a=new URL(t,self.location),r=createCacheKey(a,hashParamName,n,/\.\w{8}\./);return[a.toString(),r]}));function setOfCachedUrls(e){return e.keys().then(function(e){return e.map(function(e){return e.url})}).then(function(e){return new Set(e)})}self.addEventListener("install",function(e){e.waitUntil(caches.open(cacheName).then(function(a){return setOfCachedUrls(a).then(function(n){return Promise.all(Array.from(urlsToCacheKeys.values()).map(function(t){if(!n.has(t)){var e=new Request(t,{credentials:"same-origin"});return fetch(e).then(function(e){if(!e.ok)throw new Error("Request for "+t+" returned a response with status "+e.status);return cleanResponse(e).then(function(e){return a.put(t,e)})})}}))})}).then(function(){return self.skipWaiting()}))}),self.addEventListener("activate",function(e){var n=new Set(urlsToCacheKeys.values());e.waitUntil(caches.open(cacheName).then(function(t){return t.keys().then(function(e){return Promise.all(e.map(function(e){if(!n.has(e.url))return t.delete(e)}))})}).then(function(){return self.clients.claim()}))}),self.addEventListener("fetch",function(t){if("GET"===t.request.method){var e,n=stripIgnoredUrlParameters(t.request.url,ignoreUrlParametersMatching),a="index.html";(e=urlsToCacheKeys.has(n))||(n=addDirectoryIndex(n,a),e=urlsToCacheKeys.has(n));var r="/index.html";!e&&"navigate"===t.request.mode&&isPathWhitelisted(["^(?!\\/__).*"],t.request.url)&&(n=new URL(r,self.location).toString(),e=urlsToCacheKeys.has(n)),e&&t.respondWith(caches.open(cacheName).then(function(e){return e.match(urlsToCacheKeys.get(n)).then(function(e){if(e)return e;throw Error("The cached response that was expected is missing.")})}).catch(function(e){return console.warn('Couldn\'t serve response for "%s" from cache: %O',t.request.url,e),fetch(t.request)}))}});

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 523 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 208 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -2826,7 +2826,7 @@ Created using IcoMoon - icomoon.io
.off-canvas-sidebar .nav li > a:not([href]):not([tabindex]):hover {
margin: 10px 15px 0;
border-radius: 30px;
color: #FFFFFF;
color: purple;
display: block;
text-decoration: none;
position: relative;
@ -2843,6 +2843,11 @@ Created using IcoMoon - icomoon.io
.off-canvas-sidebar .nav li:hover:not(.active) > a,
.off-canvas-sidebar .nav li:focus:not(.active) > a {
background-color: rgba(255, 255, 255, 0.1); }
.sidebar .nav li:hover:not(.active) > a i,
.sidebar .nav li:focus:not(.active) > a i,
.off-canvas-sidebar .nav li:hover:not(.active) > a i,
.off-canvas-sidebar .nav li:focus:not(.active) > a i {
color: purple; }
.sidebar .nav li.active > a:not([data-toggle="collapse"]),
.off-canvas-sidebar .nav li.active > a:not([data-toggle="collapse"]) {
background-color: #F3EFEA;
@ -2851,15 +2856,15 @@ Created using IcoMoon - icomoon.io
.off-canvas-sidebar .nav li.active > a[data-toggle="collapse"] {
background-color: rgba(255, 255, 255, 0.1);
box-shadow: none;
color: #FFFFFF; }
color: purple; }
.sidebar .nav li.active > a[data-toggle="collapse"] i,
.off-canvas-sidebar .nav li.active > a[data-toggle="collapse"] i {
color: #FFFFFF; }
color: purple; }
.sidebar .nav li.active > a[data-toggle="collapse"] + div .nav .active a:after,
.off-canvas-sidebar .nav li.active > a[data-toggle="collapse"] + div .nav .active a:after {
content: "";
position: absolute;
background-color: #FFFFFF;
background-color: purple;
border-radius: 30px;
box-shadow: 0 1px 15px 1px rgba(39, 39, 39, 0.1);
color: #f96332;
@ -2907,7 +2912,7 @@ Created using IcoMoon - icomoon.io
height: 100%;
content: "";
display: block;
background: #FFFFFF;
background: #F3EFEA;
opacity: 1; }
.sidebar .logo,
.off-canvas-sidebar .logo {
@ -2944,7 +2949,7 @@ Created using IcoMoon - icomoon.io
float: left;
font-size: 20px;
margin: 10px 10px;
color: #FFFFFF;
color: #F3EFEA;
line-height: 20px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
.sidebar .logo .simple-text,
@ -2954,7 +2959,7 @@ Created using IcoMoon - icomoon.io
display: block;
white-space: nowrap;
font-size: 1em;
color: #FFFFFF;
color: purple;
text-decoration: none;
font-weight: 400;
line-height: 30px;
@ -2976,7 +2981,8 @@ Created using IcoMoon - icomoon.io
width: 100%;
height: 100%;
top: 0;
left: 0; }
left: 0;
background: #F3EFEA; }
.sidebar:after,
.off-canvas-sidebar:after {
color: #F3EFEA;
@ -3035,7 +3041,7 @@ Created using IcoMoon - icomoon.io
.off-canvas-sidebar .nav > li > a,
.off-canvas-sidebar .nav > li > a:hover {
color: #FFFFFF; }
color: purple; }
.off-canvas-sidebar .nav > li > a:focus {
background: rgba(200, 200, 200, 0.2); }
@ -3044,7 +3050,7 @@ Created using IcoMoon - icomoon.io
position: relative;
float: right;
width: calc(100% - 260px);
background-color: #E3E3E3;
background-color: red;
background-color: #F3EFEA;
-webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
-moz-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);

View file

@ -98,7 +98,7 @@
> a:not([href]):not([tabindex]):hover{
margin: 10px 15px 0;
border-radius: $btn-round-radius;
color: $white-color;
color: purple;
display: block;
text-decoration: none;
position: relative;
@ -120,7 +120,7 @@
&:hover:not(.active) > a i,
&:focus:not(.active) > a i{
// color: $white-color;
color: purple;
}
&.active > a:not([data-toggle="collapse"]){
@ -131,17 +131,17 @@
&.active > a[data-toggle="collapse"]{
background-color: $opacity-1;
box-shadow: none;
color: $white-color;
color: purple;
i{
color: $white-color;
color:purple;
}
& + div .nav .active a{
&:after{
content: "";
position: absolute;
background-color: $white-color;
background-color: purple;
border-radius: 30px;
box-shadow: $box-shadow;
color: $primary-color;
@ -197,7 +197,7 @@
height: 100%;
content: "";
display: block;
background: $white-color;
background: #F3EFEA;
opacity: 1;
}
}
@ -207,9 +207,12 @@
padding: $padding-base-vertical $padding-base-horizontal;
z-index: 4;
// color: #F3EFEA;
a.logo-mini,
a.logo-normal{
@extend .animation-transition-general;
}
a.logo-mini{
@ -219,12 +222,14 @@
text-align: center;
margin-left: 10px;
margin-right: 12px;
}
a.logo-normal{
display: block;
opacity: 1;
@include transform-translate-x(0px);
}
&:after{
@ -236,13 +241,14 @@
width: calc(100% - 30px);
background-color: $opacity-5;
}
p{
float: left;
font-size: 20px;
margin: 10px 10px;
color: $white-color;
color: #F3EFEA;
line-height: 20px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@ -253,7 +259,7 @@
display: block;
white-space: nowrap;
font-size: $font-size-large;
color: $white-color;
color: purple;
text-decoration: none;
font-weight: $font-weight-normal;
line-height: 30px;
@ -270,12 +276,17 @@
float: left;
overflow: hidden;
img{
// width: 100px;
// height: 150px;
}
}
// LOGO BACKGROUND - BEHIND THE LOGO
&:before,
&:after{
display: block;
@ -286,6 +297,7 @@
height: 100%;
top: 0;
left: 0;
background: #F3EFEA;
}
&:after{
@ -294,6 +306,7 @@
z-index: 3;
}
// THIS IS ALL TURNED OFF, ENABLED BY ADDING data-clour=""
&[data-color="blue"]{
@include sidebar-color($info-color);
}
@ -323,7 +336,7 @@
.nav {
> li > a,
> li > a:hover{
color: $white-color;
color: purple;
}
> li > a:focus{
@ -332,13 +345,13 @@
}
}
// MAIN DASHBIOARD BACKGROUND
.main-panel{
position: relative;
float: right;
width: $sidebar-width;
// width: 100%;
background-color: $light-gray;
background-color: red;
background-color:#F3EFEA;
@include transition (0.50s, cubic-bezier(0.685, 0.0473, 0.346, 1));