Created the TextInput style

This commit is contained in:
Mathias Wagner 2023-04-18 18:59:58 +02:00
parent 980f2ccc6a
commit 18330ed88a
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -0,0 +1,15 @@
@import "@styles/colors"
.login-group input
padding: 0.5rem 1rem
border-radius: 0.5rem
background-color: $background-opacity
color: $white
border: 2px solid $dark-gray
font-size: 18pt
width: auto
font-weight: 700
.login-group input:focus
outline: none
border: 2px solid $primary