remove default colors and import font css by default

This commit is contained in:
kandrusyak
2023-01-16 17:44:50 +03:00
parent 9c7c560ee1
commit 0cc0907470
3 changed files with 2 additions and 48 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "dop-astra-ui",
"version": "0.1.1",
"version": "0.1.2",
"private": false,
"module": "index.js",
"scripts": {

View File

@@ -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;
}

View File

@@ -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 {