Browse Source

Styling fix.

pull/440/head
Sebastian Stehle 6 years ago
parent
commit
7011bfdd28
  1. 2
      backend/src/Squidex/Areas/IdentityServer/Views/Profile/Profile.cshtml
  2. 10
      frontend/app/theme/_static.scss

2
backend/src/Squidex/Areas/IdentityServer/Views/Profile/Profile.cshtml

@ -219,7 +219,7 @@
<div class="profile-section"> <div class="profile-section">
<h2>Client</h2> <h2>Client</h2>
<small class="form-text text-muted mt-2 mb-2">Use the client credentials to call the API with your profile information and permissions.</small> <small class="form-text text-muted mt-2 mb-2">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.</small>
<div class="row no-gutters form-group"> <div class="row no-gutters form-group">
<div class="col-8"> <div class="col-8">

10
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 and icon.
.external { .external {
&-button { &-button {

Loading…
Cancel
Save