mirror of
https://github.com/dani-garcia/bw_web_builds.git
synced 2024-12-26 04:18:15 +03:00
Unhide the API Key
section under My Account
Requires dani-garcia/vaultwarden#2245.
This commit is contained in:
parent
ba0cfed515
commit
fa4e0ffc14
1 changed files with 1 additions and 9 deletions
|
@ -193,7 +193,7 @@ diff --git a/src/scss/styles.scss b/src/scss/styles.scss
|
|||
index 45a91fe1..4509368f 100644
|
||||
--- a/src/scss/styles.scss
|
||||
+++ b/src/scss/styles.scss
|
||||
@@ -55,3 +55,57 @@
|
||||
@@ -55,3 +55,49 @@
|
||||
@import "./plugins";
|
||||
@import "./tables";
|
||||
@import "./toasts";
|
||||
|
@ -230,14 +230,6 @@ index 45a91fe1..4509368f 100644
|
|||
+/* Hide the `This account is owned by a business` checkbox and label */
|
||||
+#ownedBusiness, label[for^=ownedBusiness] { @extend %vw-hide; }
|
||||
+
|
||||
+/* Hide the `API Key` section under `My Account` */
|
||||
+app-account > div:nth-child(9),
|
||||
+app-account > p,
|
||||
+app-account > button:nth-child(11),
|
||||
+app-account > button:nth-child(12) {
|
||||
+ @extend %vw-hide;
|
||||
+}
|
||||
+
|
||||
+/* Hide the radio button and label for the `Custom` org user type */
|
||||
+#userTypeCustom, label[for^=userTypeCustom] {
|
||||
+ @extend %vw-hide;
|
||||
|
|
Loading…
Reference in a new issue