diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-02-26 19:43:59 +0100 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-02-28 17:38:48 +0100 |
commit | 4b724751307447cb5153ce4708d6ad9d04a6bff5 (patch) | |
tree | da0e43b8a3e198c3451522ab544a202c3cff4ccc /settings/css | |
parent | fb48abc35ab9d36c6d9eef5fa0ac1fe92bba0f73 (diff) | |
download | nextcloud-server-4b724751307447cb5153ce4708d6ad9d04a6bff5.tar.gz nextcloud-server-4b724751307447cb5153ce4708d6ad9d04a6bff5.zip |
Move personal auth token settings to Vue
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Always crate OC.Settings, even if not used
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'settings/css')
-rw-r--r-- | settings/css/settings.scss | 102 |
1 files changed, 0 insertions, 102 deletions
diff --git a/settings/css/settings.scss b/settings/css/settings.scss index 0ff764d32ef..a61990c1b27 100644 --- a/settings/css/settings.scss +++ b/settings/css/settings.scss @@ -427,84 +427,6 @@ table.nostyle { } } -/* Devices & sessions access & tokens */ -#security { - table { - width: 100%; - min-height: 50px; - padding-top: 5px; - max-width: 580px; - th { - opacity: .5; - padding: 10px 10px 10px 0; - } - } - .token-list td { - border-top: 1px solid var(--color-border); - max-width: 200px; - white-space: normal; - vertical-align: middle; - position: relative; - - &%icon { - overflow: visible; - position: relative; - width: 16px; - } - - &.token-name { - padding: 10px 6px; - &.token-rename { - padding: 0; - } - input { - width: 100%; - margin: 0; - } - } - - &.more { - @extend %icon; - } - &.client { - @extend %icon; - - div { - opacity: 0.57; - width: 44px; - height: 44px; - } - } - } - tr > *:nth-child(2) { - padding-left: 6px; - } - tr > *:nth-child(3) { - text-align: right; - } - .token-list { - td > a.icon-more { - transition: opacity var(--animation-quick); - } - a.icon-more { - padding: 14px; - display: block; - width: 44px; - height: 44px; - opacity: .5; - } - tr { - &:hover td > a.icon, - td > a.icon:focus, - &.active td > a.icon { - opacity: 1; - } - } - } -} - - - /* Two-Factor Authentication (2FA) */ #two-factor-auth { @@ -523,30 +445,6 @@ table.nostyle { } } - -#new-app-login-name, -#new-app-password { - width: 245px; - font-family: monospace; -} - -.app-password-row { - display: table-row; - .icon { - background-size: 16px 16px; - display: inline-block; - position: relative; - top: 3px; - margin-left: 5px; - margin-right: 8px; - } -} - -.app-password-label { - display: table-cell; - padding-right: 1em; -} - .social-button { padding-left: 0 !important; margin-left: -10px; |