This is an automated email from the ASF dual-hosted git repository.
carlosrovira pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-docs.git
The following commit(s) were added to refs/heads/master by this push:
new e35da4e centering jewel theme images
e35da4e is described below
commit e35da4e80d6e063a672f9ee6b62bf0387087a072
Author: Carlos Rovira <[email protected]>
AuthorDate: Sun Aug 25 11:56:29 2019 +0200
centering jewel theme images
---
component-sets/jewel/jewel-themes.md | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/component-sets/jewel/jewel-themes.md
b/component-sets/jewel/jewel-themes.md
index 6393e68..0c710d7 100644
--- a/component-sets/jewel/jewel-themes.md
+++ b/component-sets/jewel/jewel-themes.md
@@ -31,6 +31,7 @@ Royale use the theme to add the right css selectors to the
final compilation so
Jewel comes with predefined themes based on the 12 color wheel below:
+{:align="center"}

Current colors are:
@@ -54,22 +55,25 @@ Current colors are:
Jewel has been designed to cover multiple visual needs and support Light/Dark
and Flat/No Flat themes:
+{:align="center"}
{:height="80%"
width="80%"}
<br>
Light/No Flat
-<br><br>
+
+{:align="center"}
{:height="80%"
width="80%"}
<br>
Dark/No Flat
-<br><br>
+
+{:align="center"}
{:height="80%"
width="80%"}
<br>
Light/Flat
-<br><br>
+
+{:align="center"}
{:height="80%"
width="80%"}
<br>
Dark/Flat
-<br><br>
Jewel Themes are a CSS file in the end (`default.css`), with all needed CSS
rules predefined. We create this CSSs using the __Jewel SASS Theme framework__
located in __JewelTheme__ project. By udating the rules in this theme project,
we can recompile all predefined jewel themes in Apache Royale to update those
themes with the latest changes.