Created the CharCounter styles.sass

This commit is contained in:
Mathias Wagner 2023-08-04 22:21:43 +02:00
parent 600e1de8ed
commit 6e555dfbad
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -0,0 +1,24 @@
@import "@/common/styles/colors"
.char-counter
display: flex
justify-content: space-between
margin-top: 1.5rem
gap: 1rem
.counter-item
border: 1px solid $dark-gray
border-radius: 1rem
padding: 0 2rem
text-align: center
h2
color: $gray
span
color: $primary
@media screen and (max-width: 768px)
.char-counter
flex-wrap: wrap
.counter-item
width: 100%