create-react-component-library/src/components/Card/style.sass
Alejandro Lembke Barrientos 55b0b9f2c3 PR-188649:
Creating the first initial version of the create component library.
2022-05-30 15:17:49 +00:00

22 lines
380 B
Sass

.Card
background-color: #20b0f3
border-radius: 10px
border: 3px solid #20b0f3
color: #ffffff
font-weight: 700
margin: 10px
display: flex
flex-direction: column
min-width: 500px
max-width: 500px
.Title
padding: 15px 0
display: flex
justify-content: center
.Content
flex: 1
padding: 30px
background-color: #ffffff
color: #000000