Skip to content

Commit

Permalink
update style
Browse files Browse the repository at this point in the history
  • Loading branch information
ocknamo committed Feb 25, 2024
1 parent 2eb3511 commit 159f405
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -676,21 +676,30 @@ input:checked+.slider:before {
margin-bottom: 0;
}

.lightning-address-label {
margin-top: 1em;
.pos label {
color: var(--subject-text-color);
display: flex;
flex-flow: column;
font-size: 1.1rem;
font-weight: bold;
text-align: center;
padding: 16px;
margin: 0.5em 0 0.2em;
}

.lightning-address-input{
margin: 1.5em;
.pos input{
margin: 1.5em 0;
height: 2em;
}

.lightning-address-input:invalid {
.pos input:invalid {
background-color: ivory;
border: none;
outline: 2px solid red;
border-radius: 5px;
}

.pos dialog {
border-radius: 1em;
border: 1px solid #333333;
}

0 comments on commit 159f405

Please sign in to comment.