diff options
author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-05-01 10:00:01 +0530 |
---|---|---|
committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-05-01 10:00:01 +0530 |
commit | 4b975629983d8742e3129f7b3f13d246ad903d40 (patch) | |
tree | 3179dc71116da6ba18bbbc7c221361b62d4bbdd4 /src/styles | |
parent | 45a3b94f133ebcd9abff2baf266d0b3f691d2790 (diff) |
using node-sass directly instead of using sassc
Diffstat (limited to 'src/styles')
-rw-r--r-- | src/styles/Form.css | 0 | ||||
-rw-r--r-- | src/styles/global.css | 40 |
2 files changed, 0 insertions, 40 deletions
diff --git a/src/styles/Form.css b/src/styles/Form.css deleted file mode 100644 index e69de29..0000000 --- a/src/styles/Form.css +++ /dev/null diff --git a/src/styles/global.css b/src/styles/global.css deleted file mode 100644 index 30fc9e5..0000000 --- a/src/styles/global.css +++ /dev/null @@ -1,40 +0,0 @@ -@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@500&display=swap"); -/* Experimental color scheme */ -/* light theme */ -/* -$defBG: #FFFFFF; -$altBG: lightgray; -$defFG: #000000; -$altFG: #232627; -$defLink: brown; -$altLink: brown; - -$defShadow: 0px 0px 4px #232627; -*/ -/* Inspired by Dracula */ -* { - font-family: "Quicksand", sans-serif; } - -body { - background-color: #282A36; - color: #F2F2F2; - margin: 0; } - -.root-content { - width: 95%; - margin: auto; - margin-bottom: 3rem; } - -.BillingPageFlex { - display: flex; - flex-direction: row; - justify-content: space-between; - height: 70vh; } - -.BillingPageFlex div { - box-sizing: border-box; - border: 1px solid pink; } - -@media only screen and (max-device-width: 480px) { - .root-content { - width: 95%; } } |