diff options
| author | Michael Davis <michael.s.davis@ibm.com> | 2017-08-25 14:25:51 -0500 |
|---|---|---|
| committer | Adriana Kobylak <anoo@us.ibm.com> | 2017-10-09 14:43:39 -0500 |
| commit | 06054b6f481d69ae71ab06de7073d4653b118b1d (patch) | |
| tree | 41528de18c30d750a5461f2a52b610840e2234e4 /app/common/styles/base | |
| parent | 98e66604c4e83b98c9630f2faf894f254baa890e (diff) | |
| download | phosphor-webui-06054b6f481d69ae71ab06de7073d4653b118b1d.tar.gz phosphor-webui-06054b6f481d69ae71ab06de7073d4653b118b1d.zip | |
moved code from index-controller to multi-server-controller
Change-Id: Id97de89d646bc0c980fd4f0849109047906383e1
Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
Diffstat (limited to 'app/common/styles/base')
| -rw-r--r-- | app/common/styles/base/icons.scss | 1 | ||||
| -rw-r--r-- | app/common/styles/base/typography.scss | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/app/common/styles/base/icons.scss b/app/common/styles/base/icons.scss index ba41514..43586b0 100644 --- a/app/common/styles/base/icons.scss +++ b/app/common/styles/base/icons.scss @@ -61,7 +61,6 @@ width: 16px; height: 16px; margin-right: .4em; - margin-left: .3em; } .icon__warning { diff --git a/app/common/styles/base/typography.scss b/app/common/styles/base/typography.scss index db5bdd7..c335557 100644 --- a/app/common/styles/base/typography.scss +++ b/app/common/styles/base/typography.scss @@ -26,7 +26,7 @@ h1, .h1 { font-size: 3rem; font-weight: 500; padding-top: .5rem; - margin-bottom: .6em; + margin-bottom: .3em; } h2, .h2 { @@ -55,4 +55,4 @@ h5, .h5 { font-family: "Courier New", Helvetica, arial, sans-serif; font-weight: 700; margin-bottom: 0; -}
\ No newline at end of file +} |

