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/_theme.scss | |
parent | 8ab93681fddf6c104d02f5123e293a5da25b311b (diff) |
laid out the BillingForm elements in a sexy way
Diffstat (limited to 'src/styles/_theme.scss')
-rw-r--r-- | src/styles/_theme.scss | 5 |
1 files changed, 5 insertions, 0 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; |