diff --git a/public/css/custom.css b/public/css/custom.css index b2c580ee8..a14396579 100644 --- a/public/css/custom.css +++ b/public/css/custom.css @@ -1,7 +1,3 @@ -.select-tax .el-select .el-select__tags .el-tag { - margin-top: 30px; -} - @font-face { font-family: element-icons; src:url("./../fonts/vendor/element-ui/lib/theme-chalk/element-icons.woff") format("woff"), @@ -11,6 +7,10 @@ font-style: normal; } +.select-tax .el-select .el-select__tags .el-tag { + margin-top: 30px; +} + /*--------General Button Hover--------*/ .btn:hover { diff --git a/public/fonts/nucleo-icons.eot b/public/fonts/nucleo-icons.eot deleted file mode 100644 index ab96810ad..000000000 Binary files a/public/fonts/nucleo-icons.eot and /dev/null differ diff --git a/public/fonts/nucleo-icons.svg b/public/fonts/nucleo-icons.svg deleted file mode 100644 index 6654c1a2d..000000000 --- a/public/fonts/nucleo-icons.svg +++ /dev/null @@ -1,312 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/public/fonts/nucleo-icons.ttf b/public/fonts/nucleo-icons.ttf deleted file mode 100644 index 1a5598505..000000000 Binary files a/public/fonts/nucleo-icons.ttf and /dev/null differ diff --git a/public/fonts/nucleo-icons.woff b/public/fonts/nucleo-icons.woff deleted file mode 100644 index cb1924708..000000000 Binary files a/public/fonts/nucleo-icons.woff and /dev/null differ diff --git a/public/fonts/nucleo-icons.woff2 b/public/fonts/nucleo-icons.woff2 deleted file mode 100644 index e294e0801..000000000 Binary files a/public/fonts/nucleo-icons.woff2 and /dev/null differ diff --git a/public/fonts/nucleo/nucleo-icons.eot b/public/fonts/nucleo/nucleo-icons.eot deleted file mode 100644 index ab96810ad..000000000 Binary files a/public/fonts/nucleo/nucleo-icons.eot and /dev/null differ diff --git a/public/fonts/nucleo/nucleo-icons.svg b/public/fonts/nucleo/nucleo-icons.svg deleted file mode 100644 index 6654c1a2d..000000000 --- a/public/fonts/nucleo/nucleo-icons.svg +++ /dev/null @@ -1,312 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/public/fonts/nucleo/nucleo-icons.ttf b/public/fonts/nucleo/nucleo-icons.ttf deleted file mode 100644 index 1a5598505..000000000 Binary files a/public/fonts/nucleo/nucleo-icons.ttf and /dev/null differ diff --git a/public/fonts/nucleo/nucleo-icons.woff b/public/fonts/nucleo/nucleo-icons.woff deleted file mode 100644 index cb1924708..000000000 Binary files a/public/fonts/nucleo/nucleo-icons.woff and /dev/null differ diff --git a/public/fonts/nucleo/nucleo-icons.woff2 b/public/fonts/nucleo/nucleo-icons.woff2 deleted file mode 100644 index e294e0801..000000000 Binary files a/public/fonts/nucleo/nucleo-icons.woff2 and /dev/null differ diff --git a/public/vendor/opensans/css/opensans.css b/public/vendor/opensans/css/opensans.css new file mode 100644 index 000000000..e2f095ada --- /dev/null +++ b/public/vendor/opensans/css/opensans.css @@ -0,0 +1,225 @@ +/* cyrillic-ext */ +@font-face { + font-family: 'Open Sans'; + src: local('Open Sans Light'), local('OpenSans-Light'), url("../fonts/OpenSans-Light.ttf") format("truetype"); + font-style: normal; + font-weight: 300; + unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; + } + /* cyrillic */ + @font-face { + font-family: 'Open Sans'; + src: local('Open Sans Light'), local('OpenSans-Light'), url("../fonts/OpenSans-Light.ttf") format("truetype"); + font-style: normal; + font-weight: 300; + unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; + } + /* greek-ext */ + @font-face { + font-family: 'Open Sans'; + src: local('Open Sans Light'), local('OpenSans-Light'), url("../fonts/OpenSans-Light.ttf") format("truetype"); + font-style: normal; + font-weight: 300; + unicode-range: U+1F00-1FFF; + } + /* greek */ + @font-face { + font-family: 'Open Sans'; + src: local('Open Sans Light'), local('OpenSans-Light'), url("../fonts/OpenSans-Light.ttf") format("truetype"); + font-style: normal; + font-weight: 300; + unicode-range: U+0370-03FF; + } + /* vietnamese */ + @font-face { + font-family: 'Open Sans'; + src: local('Open Sans Light'), local('OpenSans-Light'), url("../fonts/OpenSans-Light.ttf") format("truetype"); + font-style: normal; + font-weight: 300; + unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; + } + /* latin-ext */ + @font-face { + font-family: 'Open Sans'; + src: local('Open Sans Light'), local('OpenSans-Light'), url("../fonts/OpenSans-Light.ttf") format("truetype"); + font-style: normal; + font-weight: 300; + unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; + } + /* latin */ + @font-face { + font-family: 'Open Sans'; + src: local('Open Sans Light'), local('OpenSans-Light'), url("../fonts/OpenSans-Light.ttf") format("truetype"); + font-style: normal; + font-weight: 300; + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; + } + /* cyrillic-ext */ + @font-face { + font-family: 'Open Sans'; + src: local('Open Sans Regular'), local('OpenSans-Regular'), url("../fonts/OpenSans-Regular.ttf") format("truetype"); + font-style: normal; + font-weight: 400; + unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; + } + /* cyrillic */ + @font-face { + font-family: 'Open Sans'; + src: local('Open Sans Regular'), local('OpenSans-Regular'), url("../fonts/OpenSans-Regular.ttf") format("truetype"); + font-style: normal; + font-weight: 400; + unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; + } + /* greek-ext */ + @font-face { + font-family: 'Open Sans'; + src: local('Open Sans Regular'), local('OpenSans-Regular'), url("../fonts/OpenSans-Regular.ttf") format("truetype"); + font-style: normal; + font-weight: 400; + unicode-range: U+1F00-1FFF; + } + /* greek */ + @font-face { + font-family: 'Open Sans'; + src: local('Open Sans Regular'), local('OpenSans-Regular'), url("../fonts/OpenSans-Regular.ttf") format("truetype"); + font-style: normal; + font-weight: 400; + unicode-range: U+0370-03FF; + } + /* vietnamese */ + @font-face { + font-family: 'Open Sans'; + src: local('Open Sans Regular'), local('OpenSans-Regular'), url("../fonts/OpenSans-Regular.ttf") format("truetype"); + font-style: normal; + font-weight: 400; + unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; + } + /* latin-ext */ + @font-face { + font-family: 'Open Sans'; + src: local('Open Sans Regular'), local('OpenSans-Regular'), url("../fonts/OpenSans-Regular.ttf") format("truetype"); + font-style: normal; + font-weight: 400; + unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; + } + /* latin */ + @font-face { + font-family: 'Open Sans'; + src: local('Open Sans Regular'), local('OpenSans-Regular'), url("../fonts/OpenSans-Regular.ttf") format("truetype"); + font-style: normal; + font-weight: 400; + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; + } + /* cyrillic-ext */ + @font-face { + font-family: 'Open Sans'; + src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url("../fonts/OpenSans-SemiBold.ttf") format("truetype"); + font-style: normal; + font-weight: 600; + unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; + } + /* cyrillic */ + @font-face { + font-family: 'Open Sans'; + src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url("../fonts/OpenSans-SemiBold.ttf") format("truetype"); + font-style: normal; + font-weight: 600; + unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; + } + /* greek-ext */ + @font-face { + font-family: 'Open Sans'; + src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url("../fonts/OpenSans-SemiBold.ttf") format("truetype"); + font-style: normal; + font-weight: 600; + unicode-range: U+1F00-1FFF; + } + /* greek */ + @font-face { + font-family: 'Open Sans'; + src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url("../fonts/OpenSans-SemiBold.ttf") format("truetype"); + font-style: normal; + font-weight: 600; + unicode-range: U+0370-03FF; + } + /* vietnamese */ + @font-face { + font-family: 'Open Sans'; + src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url("../fonts/OpenSans-SemiBold.ttf") format("truetype"); + font-style: normal; + font-weight: 600; + unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; + } + /* latin-ext */ + @font-face { + font-family: 'Open Sans'; + src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url("../fonts/OpenSans-SemiBold.ttf") format("truetype"); + font-style: normal; + font-weight: 600; + unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; + } + /* latin */ + @font-face { + font-family: 'Open Sans'; + src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url("../fonts/OpenSans-SemiBold.ttf") format("truetype"); + font-style: normal; + font-weight: 600; + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; + } + /* cyrillic-ext */ + @font-face { + font-family: 'Open Sans'; + src: local('Open Sans Bold'), local('OpenSans-Bold'), url("../fonts/OpenSans-Bold.ttf") format("truetype"); + font-style: normal; + font-weight: 700; + unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; + } + /* cyrillic */ + @font-face { + font-family: 'Open Sans'; + src: local('Open Sans Bold'), local('OpenSans-Bold'), url("../fonts/OpenSans-Bold.ttf") format("truetype"); + font-style: normal; + font-weight: 700; + unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; + } + /* greek-ext */ + @font-face { + font-family: 'Open Sans'; + src: local('Open Sans Bold'), local('OpenSans-Bold'), url("../fonts/OpenSans-Bold.ttf") format("truetype"); + font-style: normal; + font-weight: 700; + unicode-range: U+1F00-1FFF; + } + /* greek */ + @font-face { + font-family: 'Open Sans'; + src: local('Open Sans Bold'), local('OpenSans-Bold'), url("../fonts/OpenSans-Bold.ttf") format("truetype"); + font-style: normal; + font-weight: 700; + unicode-range: U+0370-03FF; + } + /* vietnamese */ + @font-face { + font-family: 'Open Sans'; + src: local('Open Sans Bold'), local('OpenSans-Bold'), url("../fonts/OpenSans-Bold.ttf") format("truetype"); + font-style: normal; + font-weight: 700; + unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; + } + /* latin-ext */ + @font-face { + font-family: 'Open Sans'; + src: local('Open Sans Bold'), local('OpenSans-Bold'), url("../fonts/OpenSans-Bold.ttf") format("truetype"); + font-style: normal; + font-weight: 700; + unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; + } + /* latin */ + @font-face { + font-family: 'Open Sans'; + src: local('Open Sans Bold'), local('OpenSans-Bold'), url("../fonts/OpenSans-Bold.ttf") format("truetype"); + font-style: normal; + font-weight: 700; + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; + } + diff --git a/public/vendor/opensans/fonts/OpenSans-Bold.ttf b/public/vendor/opensans/fonts/OpenSans-Bold.ttf new file mode 100644 index 000000000..96fabd865 Binary files /dev/null and b/public/vendor/opensans/fonts/OpenSans-Bold.ttf differ diff --git a/public/vendor/opensans/fonts/OpenSans-Light.ttf b/public/vendor/opensans/fonts/OpenSans-Light.ttf new file mode 100644 index 000000000..d67232497 Binary files /dev/null and b/public/vendor/opensans/fonts/OpenSans-Light.ttf differ diff --git a/public/vendor/opensans/fonts/OpenSans-Regular.ttf b/public/vendor/opensans/fonts/OpenSans-Regular.ttf new file mode 100644 index 000000000..2d4da3a6e Binary files /dev/null and b/public/vendor/opensans/fonts/OpenSans-Regular.ttf differ diff --git a/public/vendor/opensans/fonts/OpenSans-SemiBold.ttf b/public/vendor/opensans/fonts/OpenSans-SemiBold.ttf new file mode 100644 index 000000000..fd71fe9da Binary files /dev/null and b/public/vendor/opensans/fonts/OpenSans-SemiBold.ttf differ diff --git a/resources/views/partials/admin/head.blade.php b/resources/views/partials/admin/head.blade.php index 2ddd6dcdb..9c5bf6666 100644 --- a/resources/views/partials/admin/head.blade.php +++ b/resources/views/partials/admin/head.blade.php @@ -13,7 +13,7 @@ - + diff --git a/resources/views/partials/auth/head.blade.php b/resources/views/partials/auth/head.blade.php index e978a04df..ad60fdd2f 100644 --- a/resources/views/partials/auth/head.blade.php +++ b/resources/views/partials/auth/head.blade.php @@ -9,18 +9,15 @@ - + - - - @stack('css') diff --git a/resources/views/partials/install/head.blade.php b/resources/views/partials/install/head.blade.php index 4d7e2d3d4..5e0251f88 100644 --- a/resources/views/partials/install/head.blade.php +++ b/resources/views/partials/install/head.blade.php @@ -9,18 +9,15 @@ - + - - - @stack('css') diff --git a/resources/views/partials/modules/head.blade.php b/resources/views/partials/modules/head.blade.php index 1f88755e5..0ed30a56d 100644 --- a/resources/views/partials/modules/head.blade.php +++ b/resources/views/partials/modules/head.blade.php @@ -11,19 +11,15 @@ - + - - - - @stack('css') diff --git a/resources/views/partials/portal/head.blade.php b/resources/views/partials/portal/head.blade.php index c013363c1..634847440 100644 --- a/resources/views/partials/portal/head.blade.php +++ b/resources/views/partials/portal/head.blade.php @@ -11,19 +11,15 @@ - + - - - - @stack('css') diff --git a/resources/views/partials/signed/head.blade.php b/resources/views/partials/signed/head.blade.php index 4a79e5f1f..d2f056e3f 100644 --- a/resources/views/partials/signed/head.blade.php +++ b/resources/views/partials/signed/head.blade.php @@ -11,19 +11,15 @@ - + - - - - diff --git a/resources/views/partials/wizard/head.blade.php b/resources/views/partials/wizard/head.blade.php index df73b6f20..198f49185 100644 --- a/resources/views/partials/wizard/head.blade.php +++ b/resources/views/partials/wizard/head.blade.php @@ -11,18 +11,15 @@ - + - - - @stack('css')