diff options
| author | Michael Davis <michael.s.davis@ibm.com> | 2017-05-01 10:30:38 -0500 |
|---|---|---|
| committer | Patrick Williams <patrick@stwcx.xyz> | 2017-09-20 12:43:05 -0500 |
| commit | 51946552fc8c6ac9b677ccf07949e837e9caaf52 (patch) | |
| tree | 968aa741ed910e1b26e35c595b45352a0ab5e0a2 /app/server-control | |
| parent | a960c8c72e56a22d083654692c18f1b229cc10a7 (diff) | |
| download | phosphor-webui-51946552fc8c6ac9b677ccf07949e837e9caaf52.tar.gz phosphor-webui-51946552fc8c6ac9b677ccf07949e837e9caaf52.zip | |
Misc CSS fixes
* set max content width to 960px
* created mixin for bold font
* move app-header content to global header
* minor global changes
* changed input alignment for network config inputs
* added pop-out button class
* changed lightgrey color
* fixed accordion header actions responsiveness
* fixed input box border colors
Change-Id: Iffe26d526439d7f2bb6808528a975ab7374ff1b2
Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
Diffstat (limited to 'app/server-control')
| -rw-r--r-- | app/server-control/styles/power-operations.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/server-control/styles/power-operations.scss b/app/server-control/styles/power-operations.scss index 3594ab4..087e375 100644 --- a/app/server-control/styles/power-operations.scss +++ b/app/server-control/styles/power-operations.scss @@ -14,7 +14,7 @@ // Power Curernt status wrapper .power__current-status { - border-bottom: 1px solid $lightbg__grey; + border-bottom: 1px solid $medgrey; margin: 2.625em 0 1.2em 0; .h4 { padding: 0; @@ -82,7 +82,7 @@ // Power button options .power-option { - border-top: 1px solid $lightgrey; + border-top: 1px solid $medgrey; padding: 1.8em 0 1em 0; position: relative; overflow: hidden; |

