diff options
author | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2019-12-09 11:27:30 +0100 |
---|---|---|
committer | Lorenzo Tilve <ltilve@igalia.com> | 2020-02-04 19:20:13 +0100 |
commit | ccd0e8d0e0af8bd73a7d88bb36e3858b90f7dfec (patch) | |
tree | fe2ac8c6942592523f136871cfc435a2c0438a54 /src/styles/style.css | |
parent | 2b87580fc132872266c07b76455192539953b697 (diff) |
RESTRUCT Delete unused code
Diffstat (limited to 'src/styles/style.css')
-rwxr-xr-x | src/styles/style.css | 66 |
1 files changed, 0 insertions, 66 deletions
diff --git a/src/styles/style.css b/src/styles/style.css deleted file mode 100755 index d947765..0000000 --- a/src/styles/style.css +++ /dev/null @@ -1,66 +0,0 @@ -@font-face { - font-family: 'icomoon'; - src: url('fonts/icomoon.eot?wt3pj6'); - src: url('fonts/icomoon.eot?wt3pj6#iefix') format('embedded-opentype'), - url('fonts/icomoon.ttf?wt3pj6') format('truetype'), - url('fonts/icomoon.woff?wt3pj6') format('woff'), - url('fonts/icomoon.svg?wt3pj6#icomoon') format('svg'); - font-weight: normal; - font-style: normal; - font-display: block; -} - -[class^="icon-"], [class*=" icon-"] { - /* use !important to prevent issues with browser extensions that change fonts */ - font-family: 'icomoon' !important; - speak: none; - font-style: normal; - font-weight: normal; - font-variant: normal; - text-transform: none; - line-height: 1; - - /* Better Font Rendering =========== */ - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; -} - -.icon-clear:before { - content: "\e909"; -} -.icon-time:before { - content: "\e900"; -} -.icon-bluetooth:before { - content: "\e901"; -} -.icon-arrow_down:before { - content: "\e907"; -} -.icon-arrow_up:before { - content: "\e908"; -} -.icon-computer:before { - content: "\e90a"; -} -.icon-phone:before { - content: "\e90b"; -} -.icon-arrow_back:before { - content: "\e90c"; -} -.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"; -} |