Skip to content

Commit

Permalink
Issues 145, 152, 163 - add WA login settings (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
nataliebrotherton authored Nov 5, 2024
1 parent 4966197 commit 891d013
Show file tree
Hide file tree
Showing 4 changed files with 335 additions and 129 deletions.
12 changes: 10 additions & 2 deletions css/wawp-styles-admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
/* Styling for CSS textarea */
.wawp_user_style_input {
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
width: 50vw;
height: 60vh;
width: 40vw;
height: 40vh;
white-space: nowrap;
overflow-y: scroll;
padding: 15px;
Expand All @@ -75,3 +75,11 @@ ul.wawp_list {
.form-table th {
width: 100px;
}

input.wap-login-settings#login-title {
width: 20vw;
}

#reset {
margin-left: 5px;
}
Loading

0 comments on commit 891d013

Please sign in to comment.