From 7011bfdd28daa4a1db962bd0fb2994ab104e0f60 Mon Sep 17 00:00:00 2001 From: Sebastian Stehle Date: Wed, 6 Nov 2019 20:43:48 +0100 Subject: [PATCH] Styling fix. --- .../Areas/IdentityServer/Views/Profile/Profile.cshtml | 2 +- frontend/app/theme/_static.scss | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/backend/src/Squidex/Areas/IdentityServer/Views/Profile/Profile.cshtml b/backend/src/Squidex/Areas/IdentityServer/Views/Profile/Profile.cshtml index 71a2d9411..9abb7c075 100644 --- a/backend/src/Squidex/Areas/IdentityServer/Views/Profile/Profile.cshtml +++ b/backend/src/Squidex/Areas/IdentityServer/Views/Profile/Profile.cshtml @@ -219,7 +219,7 @@

Client

- Use the client credentials to call the API with your profile information and permissions. + Use the client credentials to access the API with your profile information and permissions. This can be useful when you want to create new App from code.
diff --git a/frontend/app/theme/_static.scss b/frontend/app/theme/_static.scss index 909b3dfe9..3f76ba716 100644 --- a/frontend/app/theme/_static.scss +++ b/frontend/app/theme/_static.scss @@ -92,6 +92,16 @@ noscript { } } + .card { + border-width: 1px; + } + + label { + .card { + font-weight: normal; + } + } + // External button and icon. .external { &-button {