Skip to content

Commit

Permalink
Merge pull request #62
Browse files Browse the repository at this point in the history
FIXED: Utility: Gradient: The utility class '.custom-gradient'
  • Loading branch information
SagnikGanguly96 authored Jan 5, 2023
2 parents 690489a + 9ceeed0 commit a0e56fb
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 11 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## CONTRIBUTING

To contribute on the **_SGNUIKit Core_**, send an email on [contribute@sgnuikit.repository.sgnetworks.eu.org](mailto:contribute@sgnuikit.repository.sgnetworks.eu.org) with the following information:
To contribute on the **_SGNUIKit Core_**, send an email on [contribute@sgnuikit.lib.sgnetworks.eu.org](mailto:contribute@sgnuikit.lib.sgnetworks.eu.org) with the following information:

* Your real name
* Your GitHub Username
Expand All @@ -12,4 +12,4 @@ If you are selected, you'll receive an email from the core development team with
Or if you have a new feature which can be added in the `SGNUIKit Core`, just email to [rfc@sgnuikit.repository.sgnetworks.eu.org](mailto:rfc@sgnuikit.repository.sgnetworks.eu.org) with your proposal.

Or if you found a bug or error which need to be fixed create an issue at [issues](https://github.com/SGNetworksIndia/SGNUIKit/issues) or if you think you can fix the issue, report the bug to
[bug@sgnuikit.repository.sgnetworks.eu.org](mailto:bug@sgnuikit.repository.sgnetworks.eu.org) explaining the issue you found.
[bug@sgnuikit.lib.sgnetworks.eu.org](mailto:bug@sgnuikit.lib.sgnetworks.eu.org) explaining the issue you found.
19 changes: 12 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,21 @@ The documentation for **_SGNUIKit_** is available at [sgnuikit.lib.sgnetworks.eu
using **_JavaScript_** which be found at [freecodecamp.org/news](https://www.freecodecamp.org/news/build-a-pwa-from-scratch-with-html-css-and-javascript/).

## KNOWN BUGS
1. Modals are broken
No known bugs till the release.

## UPCOMING FEATURES
There are many features are staged to be implemented in the upcoming releases. The currently planned features awaiting to be implemented are:

1. - [ ] BottomSheets (like Android Material Design)
2. - [ ] Windows (like desktop windows)
3. - [ ] File (Image) upload preview (crop)
4. - [ ] Drag & Drop Panels/Cards
5. - [ ] Themes
1.
- [ ] BottomSheets (like Android Material Design)
2.
- [x] Windows (like desktop windows)
3.
- [ ] File (Image) upload preview (crop)
4.
- [x] Drag & Drop Panels/Cards
5.
- [ ] Themes
6. And many more...

## CONTRIBUTING
Expand All @@ -83,7 +88,7 @@ Or if you found a bug or error which need to be fixed create an issue at [issues
**_SGNUIKit_ is being developed by _Team SGNUIKit_ in association with _[SGNetworks](https://github.com/SGNetworksIndia/)_ and _[Indiosco Technologies Private Limited](https://github.com/Indiosco/)_.**

* ### Team SGNUIKit
**Founder, Project Head & Lead Developer:** [Sagnik Ganguly](https://github.com/SagnikGanguly96) (SGN)
**Project Head & Lead Developer:** [Sagnik Ganguly](https://github.com/SagnikGanguly96) (SGN)

**Project Manager & Coordinator:** [Pallab Mukherjee](https://github.com/Pallab-Mukherjee) (ITPL)

4 changes: 2 additions & 2 deletions src/css/utilities/gradients.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2022 SGNetworks. All rights reserved.
* Copyright (c) 2022-2023 SGNetworks. All rights reserved.
*
* The software is an exclusive copyright of "SGNetworks" and is provided as is exclusively with only "USAGE" access. "Modification", "Alteration", "Re-distribution" is completely prohibited.
* VIOLATING THE ABOVE TERMS IS A PUNISHABLE OFFENSE WHICH MAY LEAD TO LEGAL CONSEQUENCES.
Expand Down Expand Up @@ -155,7 +155,7 @@
}

.custom-gradient {
background-image: var(--sgn-gradient-custom) !important; !important;
background-image: var(--sgn-gradient-custom) !important;
--sgn-gradient-custom: radial-gradient(circle at center,
hsl(0, 100%, 50%) 0%,
hsl(30, 100%, 50%) 10%,
Expand Down

0 comments on commit a0e56fb

Please sign in to comment.