forked from akveo/nebular
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(3rd-party): add docs on 3rd party styles
- Loading branch information
Showing
3 changed files
with
41 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,34 @@ | ||
Documentation is being developed. | ||
Currently Nebular Theme system is integrated with the following 3rd party modules: | ||
|
||
- Bootstrap 4; | ||
- ng2-smart-table; | ||
- angular2-toaster. | ||
|
||
That mean that we created style overriding for these modules, so that you can change component's look & feel using Nebular theme variables. | ||
For example, if you change the `color-primary` variable, bootstrap components using this color will be changed accordingly. | ||
|
||
|
||
Or that's how we described variables for the `angular2-toaster` module: | ||
|
||
```scss | ||
... | ||
toaster-bg: color-primary, | ||
toaster-fg-default: color-inverse, | ||
toaster-btn-close-bg: transparent, | ||
toaster-btn-close-fg: toaster-fg-default, | ||
toaster-shadow: shadow, | ||
|
||
toaster-fg: color-white, | ||
toaster-success: color-success, | ||
toaster-info: color-info, | ||
toaster-warning: color-warning, | ||
toaster-wait: color-primary, | ||
toaster-error: color-danger, | ||
... | ||
|
||
``` | ||
|
||
## Next | ||
|
||
- [Enable Theme System](#/docs/guides/enabling-theme-system). | ||
- [Theme System Concepts](#/docs/concepts/theme-system). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters