diff options
author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-04-15 23:16:16 +0530 |
---|---|---|
committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-04-15 23:16:16 +0530 |
commit | f98be4ca3816dcad16029fee30b66c9219c4cd57 (patch) | |
tree | ae6c2166ad2e04e7046e8abbfdf3cf179a40474d /src/styles | |
parent | 8ab93681fddf6c104d02f5123e293a5da25b311b (diff) |
laid out the BillingForm elements in a sexy way
Diffstat (limited to 'src/styles')
-rw-r--r-- | src/styles/_theme.scss | 5 | ||||
-rw-r--r-- | src/styles/global.css | 2 | ||||
-rw-r--r-- | src/styles/global.scss | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/src/styles/_theme.scss b/src/styles/_theme.scss index 5f92bc9..ba67346 100644 --- a/src/styles/_theme.scss +++ b/src/styles/_theme.scss @@ -22,6 +22,11 @@ $defFG: #F2F2F2; $altFG: #FF79C6; $defLink: $defFG; $altLink: $altFG; +$defBorderColor: lightgreen; +$altBorderColor: #FF79C6; + +$labelUnderlineColor: lightblue; + $defShadow: 0px 4px 4px $altBG; diff --git a/src/styles/global.css b/src/styles/global.css index 198f1e1..4950d01 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -21,5 +21,5 @@ body { margin: 0; } .root-content { - width: 90%; + width: 95%; margin: auto; } diff --git a/src/styles/global.scss b/src/styles/global.scss index b0e5ea1..282c790 100644 --- a/src/styles/global.scss +++ b/src/styles/global.scss @@ -11,6 +11,6 @@ body { } .root-content { - width: 90%; + width: 95%; margin: auto; } |