diff options
author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-04-27 18:23:27 +0530 |
---|---|---|
committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-04-27 18:23:27 +0530 |
commit | 53167785f16683af831539af4016bf772a8352e8 (patch) | |
tree | 49d9d2f134e185fbc6c108fc443b8f350c9345f9 /src/components/Form/Form.scss | |
parent | 3b2118a7b92748f2cdad266152ddf81010287f04 (diff) |
licenced the software with MIT
Diffstat (limited to 'src/components/Form/Form.scss')
-rw-r--r-- | src/components/Form/Form.scss | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/components/Form/Form.scss b/src/components/Form/Form.scss index c9cb19c..92f227a 100644 --- a/src/components/Form/Form.scss +++ b/src/components/Form/Form.scss @@ -1,3 +1,11 @@ +/* + * OpenBills - Self hosted browser app to generate and keep track of simple invoices + * Version - 0 + * Licensed under the MIT license - https://opensource.org/licenses/MIT + * + * Copyright (c) 2021 Vidhu Kant Sharma +*/ + @import "../../styles/theme"; $inputBorders: 1px solid $altBorderColor; |