summaryrefslogtreecommitdiffstats
path: root/src/styles/style.css
diff options
context:
space:
mode:
authorHumberto Alfonso Díaz <humberto.alfonso@asvito.es>2019-09-23 13:29:46 +0200
committerLorenzo Tilve <ltilve@igalia.com>2020-02-04 19:20:13 +0100
commit2de1c21023be0d1518d3d2ac663d00a7c20c8944 (patch)
tree9ba90b9d3114846f949dd630ead35be10fb997fc /src/styles/style.css
parentc3a5d63e11e85d617a131160e8af6baed55fbfb6 (diff)
FUNCT Add first draft for settings screen
Diffstat (limited to 'src/styles/style.css')
-rwxr-xr-xsrc/styles/style.css33
1 files changed, 24 insertions, 9 deletions
diff --git a/src/styles/style.css b/src/styles/style.css
index e86165c..0bd7eb9 100755
--- a/src/styles/style.css
+++ b/src/styles/style.css
@@ -1,10 +1,10 @@
@font-face {
font-family: 'icomoon';
- src: url('fonts/icomoon.eot?41hzv3');
- src: url('fonts/icomoon.eot?41hzv3#iefix') format('embedded-opentype'),
- url('fonts/icomoon.ttf?41hzv3') format('truetype'),
- url('fonts/icomoon.woff?41hzv3') format('woff'),
- url('fonts/icomoon.svg?41hzv3#icomoon') format('svg');
+ src: url('fonts/icomoon.eot?h6r2e7');
+ src: url('fonts/icomoon.eot?h6r2e7#iefix') format('embedded-opentype'),
+ url('fonts/icomoon.ttf?h6r2e7') format('truetype'),
+ url('fonts/icomoon.woff?h6r2e7') format('woff'),
+ url('fonts/icomoon.svg?h6r2e7#icomoon') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
@@ -25,9 +25,24 @@
-moz-osx-font-smoothing: grayscale;
}
-.icon-volume-increase:before {
- content: "\ea2b";
+.icon-time:before {
+ content: "\e900";
}
-.icon-volume-decrease:before {
- content: "\ea2c";
+.icon-bluetooth:before {
+ content: "\e901";
+}
+.icon-wifi:before {
+ content: "\e902";
+}
+.icon-ethernet:before {
+ content: "\e903";
+}
+.icon-speed:before {
+ content: "\e904";
+}
+.icon-toggle_off:before {
+ content: "\e905";
+}
+.icon-toggle_on:before {
+ content: "\e906";
}