Created the Card style
This commit is contained in:
parent
7a9f393184
commit
f7a9fd5f70
33
src/pages/More/components/Card/styles.sass
Normal file
33
src/pages/More/components/Card/styles.sass
Normal file
@ -0,0 +1,33 @@
|
||||
@import "@/common/styles/colors"
|
||||
|
||||
.card
|
||||
color: $gray
|
||||
background-color: $black
|
||||
display: flex
|
||||
align-items: center
|
||||
justify-content: space-between
|
||||
padding: 30px
|
||||
border-radius: 25px
|
||||
margin-bottom: 15px
|
||||
|
||||
.card:hover
|
||||
color: $white
|
||||
background-color: $dark-black
|
||||
|
||||
.icon
|
||||
font-size: 36pt
|
||||
padding-right: 20px
|
||||
padding-left: 5px
|
||||
width: 50px
|
||||
height: 50px
|
||||
|
||||
.text
|
||||
font-size: 26pt
|
||||
margin: 0
|
||||
|
||||
.link
|
||||
text-decoration: none
|
||||
|
||||
.content
|
||||
display: flex
|
||||
align-items: center
|
Loading…
x
Reference in New Issue
Block a user