summaryrefslogtreecommitdiffstats
path: root/src/styles/style.css
diff options
context:
space:
mode:
authorHumberto Alfonso Díaz <humberto.alfonso@asvito.es>2019-10-23 09:44:29 +0200
committerLorenzo Tilve <ltilve@igalia.com>2020-02-04 19:20:13 +0100
commit33702aea7ce42c8240e4bed7b424cc8ac4a33826 (patch)
tree6bba05249b6830fa6cdaea1bbd88971e8e027634 /src/styles/style.css
parent00b8929291665238cbcd88676fe65f67900be1c3 (diff)
FUNCT Implement bluetooth screen
Diffstat (limited to 'src/styles/style.css')
-rwxr-xr-xsrc/styles/style.css25
1 files changed, 20 insertions, 5 deletions
diff --git a/src/styles/style.css b/src/styles/style.css
index 0bd7eb9..e656a4e 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?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');
+ src: url('fonts/icomoon.eot?6brftk');
+ src: url('fonts/icomoon.eot?6brftk#iefix') format('embedded-opentype'),
+ url('fonts/icomoon.ttf?6brftk') format('truetype'),
+ url('fonts/icomoon.woff?6brftk') format('woff'),
+ url('fonts/icomoon.svg?6brftk#icomoon') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
@@ -25,12 +25,27 @@
-moz-osx-font-smoothing: grayscale;
}
+.icon-clear:before {
+ content: "\e909";
+}
.icon-time:before {
content: "\e900";
}
.icon-bluetooth:before {
content: "\e901";
}
+.icon-keyboard_arrow_down:before {
+ content: "\e907";
+}
+.icon-keyboard_arrow_up:before {
+ content: "\e908";
+}
+.icon-computer:before {
+ content: "\e90a";
+}
+.icon-phone:before {
+ content: "\e90b";
+}
.icon-wifi:before {
content: "\e902";
}