diff options
| author | beccabroek <beccabroek@gmail.com> | 2019-02-15 16:26:38 -0600 |
|---|---|---|
| committer | beccabroek <beccabroek@gmail.com> | 2019-02-19 08:26:14 -0600 |
| commit | edf1ab46938b9bb022be98e331ced8deec04d7c6 (patch) | |
| tree | 49b1c3f0d04b514c86f851db146146f75c63dab0 /app/common/styles/layout | |
| parent | 75494d4a69260f8e192d250d1f8c7813e4c759e1 (diff) | |
| download | phosphor-webui-edf1ab46938b9bb022be98e331ced8deec04d7c6.tar.gz phosphor-webui-edf1ab46938b9bb022be98e331ced8deec04d7c6.zip | |
Clean up headers
Updates headers to match style guide and makes them consistent
throughout pages in the GUI. Removes instances where a header
element existed and a different header style was being applied.
For example, <h2 class="h4">
Tested: Ran GUI locally and verified that headers look consistent
and have the appropriate sizing while using Chrome, Firefox and
Safari.
Change-Id: I187136298ed2bfd36c40c2b80d5a4f20947cbe56
Signed-off-by: beccabroek <beccabroek@gmail.com>
Diffstat (limited to 'app/common/styles/layout')
| -rw-r--r-- | app/common/styles/layout/content.scss | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/app/common/styles/layout/content.scss b/app/common/styles/layout/content.scss index e50f826..bacb093 100644 --- a/app/common/styles/layout/content.scss +++ b/app/common/styles/layout/content.scss @@ -9,11 +9,6 @@ $nav__seclvlWidth: 240px; border-bottom: 1px solid $lightbg__grey; margin: .5em 0 2.2em; padding-left: 0; - .h4 { - padding: .1em 0 0 0; - margin: 0 0 1em 0; - font-weight: bold; - } } .content__container { |

