Created the TextInput style
This commit is contained in:
parent
980f2ccc6a
commit
18330ed88a
15
src/common/components/TextInput/styles.sass
Normal file
15
src/common/components/TextInput/styles.sass
Normal 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
|
Loading…
x
Reference in New Issue
Block a user