Created the Encoder index styles.sass

This commit is contained in:
Mathias Wagner 2023-05-30 21:34:06 +02:00
parent cc0bd4b1c7
commit ab5423ea7f
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -0,0 +1,16 @@
@import "@/common/styles/colors"
.base64-encoder
display: flex
flex-direction: column
color: $white
.area
background-color: $background
color: $darker-white
border-radius: 1rem
padding: 1rem
resize: none
width: 100%
box-sizing: border-box
font-size: 16pt