fix(#24): use webext-base-css basing styling for options page

This commit is contained in:
abhijithvijayan 2020-03-30 02:01:33 +05:30
parent e3952f7882
commit aec7685fe2
3 changed files with 11 additions and 3 deletions

View File

@ -7,7 +7,7 @@
"author": "abhijithvijayan <34790378+abhijithvijayan@users.noreply.github.com>", "author": "abhijithvijayan <34790378+abhijithvijayan@users.noreply.github.com>",
"license": "MIT", "license": "MIT",
"engines": { "engines": {
"node": ">=10 <=12", "node": ">=10.0.0",
"yarn": ">= 1.0.0" "yarn": ">= 1.0.0"
}, },
"scripts": { "scripts": {
@ -25,6 +25,7 @@
"@babel/runtime": "^7.9.2", "@babel/runtime": "^7.9.2",
"react": "^16.13.1", "react": "^16.13.1",
"react-dom": "^16.13.1", "react-dom": "^16.13.1",
"webext-base-css": "^1.0.0",
"webextension-polyfill-ts": "^0.14.0" "webextension-polyfill-ts": "^0.14.0"
}, },
"devDependencies": { "devDependencies": {

View File

@ -2,6 +2,8 @@
@import "../styles/reset"; @import "../styles/reset";
@import "../styles/variables"; @import "../styles/variables";
@import "~webext-base-css/webext-base.css";
body { body {
color: $black; color: $black;
background-color: $greyWhite; background-color: $greyWhite;

View File

@ -7035,6 +7035,11 @@ watchpack@^1.6.0:
graceful-fs "^4.1.2" graceful-fs "^4.1.2"
neo-async "^2.5.0" neo-async "^2.5.0"
webext-base-css@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/webext-base-css/-/webext-base-css-1.0.0.tgz#c39fb2f8834cc90a63a9eb6cb72dd27d4e140d14"
integrity sha512-OBS4y/n2WX1wuGFS20QIc6bfaa7cXa5qRky/Ni/hUrZ3oHa1wuyRTnoxWyN7WtVEN+/6AjOwvfEbIpWt3bVbdg==
webextension-polyfill-ts@^0.14.0: webextension-polyfill-ts@^0.14.0:
version "0.14.0" version "0.14.0"
resolved "https://registry.yarnpkg.com/webextension-polyfill-ts/-/webextension-polyfill-ts-0.14.0.tgz#37c56852613f9b9fa4992ba673b615d8fcaf1e24" resolved "https://registry.yarnpkg.com/webextension-polyfill-ts/-/webextension-polyfill-ts-0.14.0.tgz#37c56852613f9b9fa4992ba673b615d8fcaf1e24"