diff options
| author | Michael Davis <michael.s.davis@ibm.com> | 2017-07-20 17:09:28 -0500 |
|---|---|---|
| committer | Adriana Kobylak <anoo@us.ibm.com> | 2017-10-09 13:18:10 -0500 |
| commit | 46edf2a9471d955ae77215d3457ce2f7a90f70a7 (patch) | |
| tree | befde06ef7f9330f42530394d1067d59c5d4d3ce /app/server-control | |
| parent | b5e046a2f4d00a154d20f82fa4b296965e9a84e6 (diff) | |
| download | phosphor-webui-46edf2a9471d955ae77215d3457ce2f7a90f70a7.tar.gz phosphor-webui-46edf2a9471d955ae77215d3457ce2f7a90f70a7.zip | |
fixed responsiveness and button sizes for power operations to better match designs
Change-Id: I806e162da44db1e65bfdf5ddd0717668a4c0a05f
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 | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/app/server-control/styles/power-operations.scss b/app/server-control/styles/power-operations.scss index e6f1d09..b71e409 100644 --- a/app/server-control/styles/power-operations.scss +++ b/app/server-control/styles/power-operations.scss @@ -89,15 +89,14 @@ min-width: 100%; .btn-secondary { margin-bottom: .5em; + margin-right: 1em; + font-size: .9em; @include mediaQuery(small) { - min-width: 300px; + min-width: 240px; } } @include mediaQuery(small){ - padding: 1.8em 0 0 1.8em; - } - p { - margin-left: 2em; + padding: 1.8em 0 0 0; } } |

