From 4a49f3e8b5ad0f9251acfcbe38ce201fd34095b3 Mon Sep 17 00:00:00 2001 From: Humberto Alfonso Díaz Date: Mon, 9 Dec 2019 11:34:42 +0100 Subject: BUGFIX Correct date and time theming --- src/styles/app.scss | 10 +-- src/styles/main.scss | 8 -- src/templates/index.html | 191 ----------------------------------------------- 3 files changed, 2 insertions(+), 207 deletions(-) delete mode 100644 src/templates/index.html diff --git a/src/styles/app.scss b/src/styles/app.scss index d7290f4..014e722 100644 --- a/src/styles/app.scss +++ b/src/styles/app.scss @@ -1,15 +1,9 @@ -$colors: ( - primary: #00ADDC, - secondary: #223340, - font: #FFFFFF, - grey: #848286 -); - - $body-bg: transparent; $body-color: #FFFFFF; $list-group-bg: transparent; $font-size-base: 1.5rem; +$input-bg: transparent; +$input-color: #FFFFFF; @import "~bootstrap/scss/bootstrap"; @import "main.scss"; diff --git a/src/styles/main.scss b/src/styles/main.scss index 626d127..e5e81f5 100644 --- a/src/styles/main.scss +++ b/src/styles/main.scss @@ -2,14 +2,6 @@ display: none; } -::-webkit-progress-bar { - background: map-get($colors, grey); -} - -::-webkit-progress-value { - background-color: map-get($colors, primary); -} - html { height: 100%; background-size: cover; diff --git a/src/templates/index.html b/src/templates/index.html deleted file mode 100644 index 20de554..0000000 --- a/src/templates/index.html +++ /dev/null @@ -1,191 +0,0 @@ - - - - - - - - - -
-

- Settings -

- -
- -
-

- - - - Date & Time -

-
-

- Date -

-
-
-

- Time -

-
-
- -
-

- - - - Bluetooth -

-
- - -
- -
-

- - - - Wifi -

-
- -
- -
-

- - - - Wired -

-
- -
-

- - - - Version info -

-
- -
- -
- - \ No newline at end of file -- cgit 1.2.3-korg