mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-09 17:37:27 +08:00
[S] Adjust input visibility
This commit is contained in:
@@ -25,7 +25,7 @@ body
|
|||||||
|
|
||||||
a
|
a
|
||||||
font-weight: 500
|
font-weight: 500
|
||||||
color: $c-darker
|
color: $c-main
|
||||||
text-decoration: inherit
|
text-decoration: inherit
|
||||||
|
|
||||||
a:hover
|
a:hover
|
||||||
@@ -59,7 +59,7 @@ button
|
|||||||
font-size: 1em
|
font-size: 1em
|
||||||
font-weight: 500
|
font-weight: 500
|
||||||
font-family: inherit
|
font-family: inherit
|
||||||
background-color: #1a1a1a
|
background-color: rgba(white, 0.08)
|
||||||
opacity: 0.9
|
opacity: 0.9
|
||||||
cursor: pointer
|
cursor: pointer
|
||||||
transition: all 0.25s
|
transition: all 0.25s
|
||||||
@@ -95,14 +95,18 @@ input
|
|||||||
font-size: 1em
|
font-size: 1em
|
||||||
font-weight: 500
|
font-weight: 500
|
||||||
font-family: inherit
|
font-family: inherit
|
||||||
background-color: #1a1a1a
|
background-color: rgba(white, 0.08)
|
||||||
transition: all 0.25s
|
transition: all 0.25s
|
||||||
|
box-sizing: border-box
|
||||||
|
|
||||||
|
|
||||||
input:focus, input:focus-visible
|
input:focus, input:focus-visible
|
||||||
border: 1px solid $c-main
|
border: 1px solid $c-main
|
||||||
outline: none
|
outline: none
|
||||||
|
|
||||||
|
input.error
|
||||||
|
border: 1px solid $c-error
|
||||||
|
|
||||||
.flex-center
|
.flex-center
|
||||||
display: flex
|
display: flex
|
||||||
justify-content: center
|
justify-content: center
|
||||||
|
|||||||
Reference in New Issue
Block a user