diff --git a/styles.css b/styles.css index 0b11430..56c82b2 100644 --- a/styles.css +++ b/styles.css @@ -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; } \ No newline at end of file