Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2018-12-07 22:03:50 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2018-12-10 17:13:15 +0300
commitcfa7c54814c2c1584878f7e4bd9f6205c438404d (patch)
tree0ad8de6c4a4dd3e5e863b46bd7e61df99dcd9d36 /apps/oauth2/src
parent5a9fc01ea64d6da2a5fc9d5148f7d823b59fd8a4 (diff)
OAuth2: move to scoped css in vue app
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'apps/oauth2/src')
-rw-r--r--apps/oauth2/src/components/OAuthItem.vue16
1 files changed, 16 insertions, 0 deletions
diff --git a/apps/oauth2/src/components/OAuthItem.vue b/apps/oauth2/src/components/OAuthItem.vue
index 2ef10bfadf5..361c5ed5032 100644
--- a/apps/oauth2/src/components/OAuthItem.vue
+++ b/apps/oauth2/src/components/OAuthItem.vue
@@ -64,3 +64,19 @@ export default {
}
}
</script>
+
+<style scoped>
+ .icon-toggle,
+ .icon-delete {
+ display: inline-block;
+ width: 16px;
+ height: 16px;
+ padding: 10px;
+ vertical-align: middle;
+ }
+ td code {
+ display: inline-block;
+ vertical-align: middle;
+ padding: 3px;
+ }
+</style>