Skip to content

Commit

Permalink
Fix index
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Crawford <[email protected]>
  • Loading branch information
stephen-crawford committed Aug 14, 2023
1 parent 438a95a commit c06cc0e
Showing 1 changed file with 25 additions and 7 deletions.
32 changes: 25 additions & 7 deletions public/apps/configuration/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,33 @@
* permissions and limitations under the License.
*/

.login-wrapper {
margin: 10% auto;
width: 350px;
padding: 1rem;
position: relative;
.panel-header-count {
color: #687078;
font-weight: normal;
}

.panel-header-subtext {
width: 75%;
}

.text-center {
text-align: "center";
}

.panel-restrict-width {
max-width: 75%;
}

.external-link-inline-block {
display: inline-block;
}

.table-items {
font-size: inherit;
}

.btn-login {
width: 100%;
.limit-width-input {
max-width: 400px;
}

.security-steps-diagram {
Expand Down

0 comments on commit c06cc0e

Please sign in to comment.