summaryrefslogtreecommitdiffstats
path: root/app/common/styles/elements/quicklinks
diff options
context:
space:
mode:
authorIftekharul Islam <iislam@us.ibm.com>2017-06-14 15:46:15 -0500
committerPatrick Williams <patrick@stwcx.xyz>2017-09-20 13:14:23 -0500
commitc016139f87e9ad6a7f95affba3d4f75f624aafe0 (patch)
tree9f398c92d34dbe4ff187205166b8e591c14b0232 /app/common/styles/elements/quicklinks
parent0a1c6b0aec26f115f404392e722671682a60f177 (diff)
downloadphosphor-webui-c016139f87e9ad6a7f95affba3d4f75f624aafe0.tar.gz
phosphor-webui-c016139f87e9ad6a7f95affba3d4f75f624aafe0.zip
Implement firmware upload function
Change-Id: Ie89793ec9add1fc9e5241b422cfff64784f7b078 Signed-off-by: Iftekharul Islam <iislam@us.ibm.com>
Diffstat (limited to 'app/common/styles/elements/quicklinks')
-rw-r--r--app/common/styles/elements/quicklinks62
1 files changed, 0 insertions, 62 deletions
diff --git a/app/common/styles/elements/quicklinks b/app/common/styles/elements/quicklinks
deleted file mode 100644
index 45f7ffb..0000000
--- a/app/common/styles/elements/quicklinks
+++ /dev/null
@@ -1,62 +0,0 @@
-//Quick links block
-.quick-links {
- background-color: $lightgrey;
- padding: 1em 1.4em;
- font-size: .9em;
- font-weight: 400;
- a {
- color: $black;
- text-decoration: none;
- display: block;
- }
- p {
- margin-bottom: 0;
- }
- .event-log__events {
- margin-top: 0;
- }
-}
-
-.quick-links__item {
- padding: 1em 0 1em 0;
- border-bottom: 1px solid $medgrey;
- position: relative;
- &:after {
- content: '\203A';
- position: absolute;
- top: 50%;
- right: 0;
- font-size: 3em;
- color: lighten($darkgrey, 15%);
- transform: translateY(-50%);
- }
- &.no-icon {
- &:after {
- display: none;
- }
- }
- &:last-child {
- border-bottom: 0;
- }
-}
-
-.quick-links__label {
- font-weight: 700;
-}
-
-.quick-links__event-copy {
- color: $alert__error;
- margin-left: 1em;
- margin-bottom: 0;
- font-weight: 700;
- font-size: .9em;
- a {
- color: $alert__error;
- }
-}
-
-//toggle switch
-.quick-links__item .toggle label {
- transform: translateY(-2px);
- margin-right: 0;
-}
OpenPOWER on IntegriCloud