mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
add full support for webpack + css
This commit is contained in:
@@ -0,0 +1 @@
|
||||
import './documentload.css';
|
||||
@@ -0,0 +1 @@
|
||||
import './iframe.css';
|
||||
+14
-1
@@ -8,6 +8,19 @@
|
||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
// GNU General Public License for more details.
|
||||
|
||||
// You should have received a copy of the GNU General Public License
|
||||
// along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||
@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,600');
|
||||
/* // This program is free software: you can redistribute it and/or modify
|
||||
// it under the terms of the GNU General Public License as published by
|
||||
// the Free Software Foundation, either version 3 of the License, or
|
||||
// (at your option) any later version.
|
||||
|
||||
// This program is distributed in the hope that it will be useful,
|
||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
// GNU General Public License for more details.
|
||||
|
||||
// You should have received a copy of the GNU General Public License
|
||||
// along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||
@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,600');
|
||||
@@ -1243,7 +1256,7 @@ body {
|
||||
content: "";
|
||||
width: 14px;
|
||||
height: 12px;
|
||||
background-image: url(/icons/betterseqta-light-outline.png);
|
||||
background-image: url("../../public/icons/betterseqta-light-outline.png");
|
||||
display: inline-block;
|
||||
background-size: 18px 18px;
|
||||
color: #fff;
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
import './injected.css';
|
||||
Reference in New Issue
Block a user