From 38befd7704f64781bf4bce85fd9b2cdffc7845fa Mon Sep 17 00:00:00 2001 From: Jacobo Aragunde PĂ©rez Date: Fri, 22 Dec 2023 11:08:09 +0100 Subject: Replace background with black & blue grid. Bug-AGL: SPEC-4041 Change-Id: I90070108e3b47413bd45391deb6043e4a7b634a1 --- src/images/dashboardTextures.svg | 2527 ++++++++++++++++++++++++++++++++++ src/images/horizontal_background.png | Bin 753195 -> 0 bytes src/images/vertical_background.png | Bin 719555 -> 0 bytes src/styles/landscape.scss | 6 +- src/styles/main.scss | 3 + 5 files changed, 2531 insertions(+), 5 deletions(-) create mode 100644 src/images/dashboardTextures.svg delete mode 100644 src/images/horizontal_background.png delete mode 100644 src/images/vertical_background.png diff --git a/src/images/dashboardTextures.svg b/src/images/dashboardTextures.svg new file mode 100644 index 0000000..04b8767 --- /dev/null +++ b/src/images/dashboardTextures.svg @@ -0,0 +1,2527 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/images/horizontal_background.png b/src/images/horizontal_background.png deleted file mode 100644 index b5a36e4..0000000 Binary files a/src/images/horizontal_background.png and /dev/null differ diff --git a/src/images/vertical_background.png b/src/images/vertical_background.png deleted file mode 100644 index 3f553fe..0000000 Binary files a/src/images/vertical_background.png and /dev/null differ diff --git a/src/styles/landscape.scss b/src/styles/landscape.scss index 4785823..73b50dd 100644 --- a/src/styles/landscape.scss +++ b/src/styles/landscape.scss @@ -1,9 +1,5 @@ @media (orientation: landscape) { - html { - background-image: url('../images/horizontal_background.png'); - } - body { .speedometertop { display: block; @@ -25,4 +21,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/styles/main.scss b/src/styles/main.scss index 26def86..5d5f213 100644 --- a/src/styles/main.scss +++ b/src/styles/main.scss @@ -8,7 +8,10 @@ html { -webkit-overflow-scrolling: touch; overflow: hidden; user-select: none; + background-image: url('../images/dashboardTextures.svg'); + background-color: black; } + @keyframes blink{ 0% { opacity: .25;} 25% { opacity: .5;} -- cgit 1.2.3-korg