From 0cc0907470be647aa353e9f7ba985f2c1633c5e7 Mon Sep 17 00:00:00 2001 From: kandrusyak Date: Mon, 16 Jan 2023 17:44:50 +0300 Subject: [PATCH] remove default colors and import font css by default --- package.json | 2 +- src/assets/css/iconfonts.css | 47 ------------------------------------ src/quasar-user-options.js | 1 + 3 files changed, 2 insertions(+), 48 deletions(-) diff --git a/package.json b/package.json index 1aca701..8cd370b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dop-astra-ui", - "version": "0.1.1", + "version": "0.1.2", "private": false, "module": "index.js", "scripts": { diff --git a/src/assets/css/iconfonts.css b/src/assets/css/iconfonts.css index 01a0c15..8310c54 100644 --- a/src/assets/css/iconfonts.css +++ b/src/assets/css/iconfonts.css @@ -35,201 +35,154 @@ .icon-basket:before { content: "\e900"; - color: #252850; } .icon-bell:before { content: "\e901"; - color: #252850; } .icon-brush:before { content: "\e902"; - color: #252850; } .icon-calendar:before { content: "\e903"; - color: #252850; } .icon-calendar-2:before { content: "\e904"; - color: #252850; } .icon-camera:before { content: "\e905"; - color: #252850; } .icon-camera-reverse:before { content: "\e906"; - color: #252850; } .icon-cancel:before { content: "\e907"; - color: #252850; } .icon-cancel-mini:before { content: "\e908"; - color: #252850; } .icon-change-place:before { content: "\e909"; - color: #252850; } .icon-computer:before { content: "\e90a"; - color: #252850; } .icon-copy:before { content: "\e90b"; - color: #252850; } .icon-discord:before { content: "\e90c"; - color: #252850; } .icon-doc:before { content: "\e90d"; } .icon-doc-ok:before { content: "\e90e"; - color: #252850; } .icon-dots:before { content: "\e90f"; - color: #252850; } .icon-down-arrow:before { content: "\e910"; } .icon-download:before { content: "\e911"; - color: #252850; } .icon-edit:before { content: "\e912"; - color: #252850; } .icon-error:before { content: "\e913"; } .icon-export:before { content: "\e914"; - color: #252850; } .icon-eye-off:before { content: "\e915"; - color: #252850; } .icon-eye-on:before { content: "\e916"; - color: #252850; } .icon-filter:before { content: "\e917"; - color: #252850; } .icon-google:before { content: "\e918"; - color: #252850; } .icon-group:before { content: "\e919"; - color: #252850; } .icon-home:before { content: "\e91a"; - color: #252850; } .icon-long-arrow:before { content: "\e91b"; - color: #252850; } .icon-mail:before { content: "\e91c"; - color: #252850; } .icon-many-doc:before { content: "\e91d"; } .icon-mirror:before { content: "\e91e"; - color: #252850; } .icon-ok:before { content: "\e91f"; - color: #252850; } .icon-person:before { content: "\e920"; - color: #252850; } .icon-person-2:before { content: "\e921"; - color: #4772f2; } .icon-phone:before { content: "\e922"; - color: #252850; } .icon-photo-filter:before { content: "\e923"; - color: #252850; } .icon-plus:before { content: "\e924"; - color: #252850; } .icon-search:before { content: "\e925"; - color: #252850; } .icon-settings:before { content: "\e926"; - color: #252850; } .icon-slack:before { content: "\e927"; - color: #252850; } .icon-sort-number:before { content: "\e928"; - color: #252850; } .icon-sort-word:before { content: "\e929"; - color: #252850; } .icon-star-off:before { content: "\e92a"; - color: #252850; } .icon-star-on:before { content: "\e92b"; - color: #252850; } .icon-table:before { content: "\e92c"; - color: #252850; } .icon-tg:before { content: "\e92d"; - color: #252850; } .icon-time:before { content: "\e92e"; - color: #252850; } .icon-turn:before { content: "\e92f"; - color: #252850; } .icon-up-tag:before { content: "\e930"; - color: #252850; } .icon-user-data:before { content: "\e931"; - color: #252850; } .icon-vk:before { content: "\e932"; - color: #252850; } \ No newline at end of file diff --git a/src/quasar-user-options.js b/src/quasar-user-options.js index 28fcc25..677ac37 100644 --- a/src/quasar-user-options.js +++ b/src/quasar-user-options.js @@ -2,6 +2,7 @@ import './styles/quasar.sass' import lang from 'quasar/lang/ru.js' import '@quasar/extras/material-icons/material-icons.css' +import './assets/css/iconfonts.css' // To be used on app.use(Quasar, { ... }) export default {