mirror of
https://github.com/abhijithvijayan/web-extension-starter.git
synced 2025-10-07 07:22:37 +02:00
refactor: move sass files around
This commit is contained in:
parent
f651a826d8
commit
64042691cc
8
src/Options/options.scss
Normal file
8
src/Options/options.scss
Normal file
@ -0,0 +1,8 @@
|
||||
@import "../styles/fonts";
|
||||
@import "../styles/reset";
|
||||
@import "../styles/variables";
|
||||
|
||||
body {
|
||||
color: $black;
|
||||
background-color: $greyWhite;
|
||||
}
|
||||
8
src/Popup/popup.scss
Normal file
8
src/Popup/popup.scss
Normal file
@ -0,0 +1,8 @@
|
||||
@import "../styles/fonts";
|
||||
@import "../styles/reset";
|
||||
@import "../styles/variables";
|
||||
|
||||
body {
|
||||
color: $black;
|
||||
background-color: $greyWhite;
|
||||
}
|
||||
@ -1,4 +1,4 @@
|
||||
// Manually forked from Normalize.css, Reboot.css, Sanitize.css, and Untouched.css
|
||||
// Forked from Normalize.css, Reboot.css, Sanitize.css, and Untouched.css
|
||||
|
||||
*,
|
||||
*:before,
|
||||
@ -17,4 +17,7 @@ $bold: 700;
|
||||
$exbold: 800;
|
||||
$exblack: 900;
|
||||
|
||||
// other
|
||||
// other variables
|
||||
.d-none {
|
||||
display: none !important;
|
||||
}
|
||||
@ -1,28 +0,0 @@
|
||||
.d-none {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.v-none {
|
||||
visibility: hidden !important;
|
||||
}
|
||||
|
||||
.text-center {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.mt-3 {
|
||||
margin-top: 3em;
|
||||
}
|
||||
|
||||
.mb-2 {
|
||||
margin-bottom: 2em;
|
||||
}
|
||||
|
||||
.my-2 {
|
||||
margin-top: 1em;
|
||||
margin-bottom: 2em;
|
||||
}
|
||||
|
||||
.py-2 {
|
||||
padding: 1em 24px;
|
||||
}
|
||||
@ -1,8 +0,0 @@
|
||||
@import "base/fonts";
|
||||
@import "base/reset";
|
||||
@import "base/variables";
|
||||
|
||||
body {
|
||||
color: $black;
|
||||
background-color: $greyWhite;
|
||||
}
|
||||
@ -1,8 +0,0 @@
|
||||
@import "base/fonts";
|
||||
@import "base/reset";
|
||||
@import "base/variables";
|
||||
|
||||
body {
|
||||
color: $black;
|
||||
background-color: $greyWhite;
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user