Created the ConfigurationArea styles.sass

This commit is contained in:
Mathias Wagner 2023-06-01 19:51:08 +02:00
parent 6311fec42c
commit 73c789becc
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -0,0 +1,32 @@
@import "@/common/styles/colors"
.package-area
background-color: $black
border: 2px solid $dark-gray
border-radius: 1rem
width: 20rem
padding: 1rem 1rem
display: flex
flex-direction: column
gap: 0.8rem
.package-title
display: flex
align-items: center
gap: 0.5rem
img
width: 2rem
height: 2rem
h2
margin: 0
color: $darker-white
span
color: $primary
.align-right
display: flex
justify-content: flex-end
height: 2.6rem