diff --git a/pgaweb/static/css/styleguide/_pgadmin.style.scss b/pgaweb/static/css/styleguide/_pgadmin.style.scss index 2f24eec..c47c3d3 100644 --- a/pgaweb/static/css/styleguide/_pgadmin.style.scss +++ b/pgaweb/static/css/styleguide/_pgadmin.style.scss @@ -989,6 +989,10 @@ table.table-empty-rows{ .typography-font-sect { background-color: #f3f5f9; + .typg-font-style { + letter-spacing: 0.25px; + } + .typg-style-section { width: 49%; display: inline-block; @@ -1014,8 +1018,8 @@ table.table-empty-rows{ font-weight: normal; font-stretch: normal; font-style: normal; - line-height: 1.33; - letter-spacing: 0.25px; + line-height: 1.7; + letter-spacing: 2px; color: #222222; padding-left: 3em; } @@ -1031,8 +1035,8 @@ table.table-empty-rows{ font-weight: bold; font-stretch: normal; font-style: normal; - line-height: 1.33; - letter-spacing: 0.25px; + line-height: 1.7; + letter-spacing: 2px; color: #222222; padding-left: 3em; } @@ -1040,9 +1044,7 @@ table.table-empty-rows{ .font-family-desc { margin-top: 2em; - padding-top: 1em; - padding-left: 3em; - padding-right: 3em; + padding: 1em 3em 1em 3em; font-size: 12px; font-weight: normal; font-stretch: normal; @@ -1254,7 +1256,7 @@ table.table-empty-rows{ .dd_expand { width: 252px; - height: 269px; + height: auto; padding-left: 2em; } @@ -1323,12 +1325,15 @@ table.table-empty-rows{ } .iconography-icon { - width: 3.2em; - height: 3em; + width: 6.2em; + height: 5.5em; display: inline-block; align-items: center; text-align: center; vertical-align: middle; + word-break: break-all; + padding-left: 0.5em; + padding-right: 0.5em; } .iconography-custom-icon { @@ -1342,14 +1347,16 @@ table.table-empty-rows{ } .iconography-query-icon { - width: 5em; - height: 5em; + width: 6.3em; + height: 5.5em; display: inline-block; align-items: center; text-align: center; + word-break: break-all; vertical-align: middle; - margin-right: 1em; - margin-bottom: 1em; + margin-bottom: 2em; + padding-left: 0.5em; + padding-right: 0.5em; } .iconography-fa-icon { diff --git a/pgaweb/static/css/styleguide/dark_theme.scss b/pgaweb/static/css/styleguide/dark_theme.scss index 7e398ea..7175740 100644 --- a/pgaweb/static/css/styleguide/dark_theme.scss +++ b/pgaweb/static/css/styleguide/dark_theme.scss @@ -648,6 +648,18 @@ line-height: 1.17; letter-spacing: 0.25px; color: #FFF; + display: block; +} + +.d-icon-label-tree { + font-size: 12px; + font-weight: normal; + font-stretch: normal; + font-style: normal; + line-height: 1.17; + letter-spacing: 0.25px; + color: #FFF; + display: block; } .dark-thm { diff --git a/pgaweb/static/css/styleguide/hc_theme.scss b/pgaweb/static/css/styleguide/hc_theme.scss index 345027c..48d5b5e 100644 --- a/pgaweb/static/css/styleguide/hc_theme.scss +++ b/pgaweb/static/css/styleguide/hc_theme.scss @@ -642,5 +642,13 @@ padding-right: 2em; } +// iconography +.hc-iconography-component-container { + width: auto; + border: solid 1px #bac1cd; + margin-bottom: 3em; + background-color: #010b15; +} + diff --git a/pgaweb/static/css/styleguide/iconography.scss b/pgaweb/static/css/styleguide/iconography.scss index 04639c6..ace7d24 100644 --- a/pgaweb/static/css/styleguide/iconography.scss +++ b/pgaweb/static/css/styleguide/iconography.scss @@ -1,10 +1,6 @@ .pg-icon { - background-repeat: no-repeat; - background-size: 24px !important; - align-content: center; - vertical-align: middle; - height: 2.3em; - width: 2.3em; + height: 24px; + width: 24px; display: inline-block; } @@ -448,12 +444,8 @@ .pg-icon-query { - background-repeat: no-repeat; - background-size: 64px !important; - align-content: center; - vertical-align: middle; - height: 5em; - width: 5em; + width: 64px; + height: 64px; display: inline-block; } diff --git a/pgaweb/static/css/styleguide/sd_theme.scss b/pgaweb/static/css/styleguide/sd_theme.scss index 5837c3d..ca589b7 100644 --- a/pgaweb/static/css/styleguide/sd_theme.scss +++ b/pgaweb/static/css/styleguide/sd_theme.scss @@ -2,6 +2,7 @@ border: none; border-bottom: 3px solid #295c85!important; color: #295c85 !important; + font-weight: 500; } .nav-tabs .nav-link:hover { @@ -12,7 +13,9 @@ border: none; color: #6d7789; padding-left: 0em; - font-weight: 500; + font-weight: 400; + padding-right: 0em; + margin-right: 2em; } // Color code classes @@ -569,8 +572,19 @@ line-height: 1.17; letter-spacing: 0.25px; color: #222222; + display: block; } +.icon-label-tree { + font-size: 12px; + font-weight: normal; + font-stretch: normal; + font-style: normal; + line-height: 1.17; + letter-spacing: 0.25px; + color: #222222; + display: block; +} diff --git a/pgaweb/templates/pgaweb/styleguide/iconography/dark_iconography.html b/pgaweb/templates/pgaweb/styleguide/iconography/dark_iconography.html index 37aeed1..46a0742 100644 --- a/pgaweb/templates/pgaweb/styleguide/iconography/dark_iconography.html +++ b/pgaweb/templates/pgaweb/styleguide/iconography/dark_iconography.html @@ -419,330 +419,439 @@
Font Awesome version 5.14.0 (14x14px)
-