summaryrefslogtreecommitdiffstats
path: root/app/common/styles/elements/accordion.scss
diff options
context:
space:
mode:
authorYoshie Muranaka <yoshiemuranaka@gmail.com>2019-08-08 10:58:04 -0500
committerGunnar Mills <gmills@us.ibm.com>2019-08-27 19:49:02 +0000
commit8c80dbd926f451258a892171f9bd17515a13ddc2 (patch)
tree35c4ab9ef0224af0a9ead95e146fd7c54b30c6e9 /app/common/styles/elements/accordion.scss
parenta8c7347a0b32ed622219d02817ee3a6e1deb67e8 (diff)
downloadphosphor-webui-8c80dbd926f451258a892171f9bd17515a13ddc2.tar.gz
phosphor-webui-8c80dbd926f451258a892171f9bd17515a13ddc2.zip
Add user role privilege table
Created a directive to handle display of user privilege roles on the local user management page. Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: I83caea33356012752c7a67301fa2a372f0c28620
Diffstat (limited to 'app/common/styles/elements/accordion.scss')
-rw-r--r--app/common/styles/elements/accordion.scss11
1 files changed, 11 insertions, 0 deletions
diff --git a/app/common/styles/elements/accordion.scss b/app/common/styles/elements/accordion.scss
index 6f4c62e..5923505 100644
--- a/app/common/styles/elements/accordion.scss
+++ b/app/common/styles/elements/accordion.scss
@@ -49,4 +49,15 @@
max-height: 1000px;
@include fastTransition-all;
}
+}
+
+.accordion-trigger {
+ .icon {
+ transition: transform $duration--fast-01;
+ }
+ &.accordion-trigger--expanded {
+ .icon {
+ transform: rotate(90deg);
+ }
+ }
} \ No newline at end of file
OpenPOWER on IntegriCloud