Created the Encoder index styles.sass
This commit is contained in:
parent
cc0bd4b1c7
commit
ab5423ea7f
16
client/src/pages/tools/base64/styles.sass
Normal file
16
client/src/pages/tools/base64/styles.sass
Normal 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
|
Reference in New Issue
Block a user