diff options
Diffstat (limited to 'src/site/pages')
| -rw-r--r-- | src/site/pages/dashboard/admin/users.vue | 14 | ||||
| -rw-r--r-- | src/site/pages/dashboard/tags/index.vue | 14 |
2 files changed, 6 insertions, 22 deletions
diff --git a/src/site/pages/dashboard/admin/users.vue b/src/site/pages/dashboard/admin/users.vue index e52476a..d86bffd 100644 --- a/src/site/pages/dashboard/admin/users.vue +++ b/src/site/pages/dashboard/admin/users.vue @@ -164,11 +164,6 @@ export default { width: 1em; z-index: 4; top: 22px; - - -webkit-transition: transform 0.1s linear; - -moz-transition: transform 0.1s linear; - -ms-transition: transform 0.1s linear; - -o-transition: transform 0.1s linear; transition: transform 0.1s linear; &.active { @@ -179,8 +174,7 @@ export default { div.thumb { width: 64px; height: 64px; - -webkit-box-shadow: $boxShadowLight; - box-shadow: $boxShadowLight; + box-shadow: $boxShadowLight; } div.info { @@ -237,8 +231,7 @@ export default { padding: 2em 0em; .table-wrapper { - -webkit-box-shadow: $boxShadowLight; - box-shadow: $boxShadowLight; + box-shadow: $boxShadowLight; } } } @@ -248,8 +241,7 @@ export default { .b-table { .table-wrapper { - -webkit-box-shadow: $boxShadowLight; - box-shadow: $boxShadowLight; + box-shadow: $boxShadowLight; } } </style> diff --git a/src/site/pages/dashboard/tags/index.vue b/src/site/pages/dashboard/tags/index.vue index dca8304..5835b77 100644 --- a/src/site/pages/dashboard/tags/index.vue +++ b/src/site/pages/dashboard/tags/index.vue @@ -26,11 +26,6 @@ width: 1em; z-index: 4; top: 22px; - - -webkit-transition: transform 0.1s linear; - -moz-transition: transform 0.1s linear; - -ms-transition: transform 0.1s linear; - -o-transition: transform 0.1s linear; transition: transform 0.1s linear; &.active { @@ -41,8 +36,7 @@ div.thumb { width: 64px; height: 64px; - -webkit-box-shadow: $boxShadowLight; - box-shadow: $boxShadowLight; + box-shadow: $boxShadowLight; } div.info { @@ -99,8 +93,7 @@ padding: 2em 0em; .table-wrapper { - -webkit-box-shadow: $boxShadowLight; - box-shadow: $boxShadowLight; + box-shadow: $boxShadowLight; } } } @@ -117,8 +110,7 @@ .b-table { .table-wrapper { - -webkit-box-shadow: $boxShadowLight; - box-shadow: $boxShadowLight; + box-shadow: $boxShadowLight; } } </style> |