mirror of
https://github.com/getwax/bls-wallet-website.git
synced 2026-01-09 20:17:57 -05:00
18 lines
265 B
CSS
18 lines
265 B
CSS
.card {
|
|
width: 360px;
|
|
height: 224px;
|
|
padding: 16px;
|
|
border-radius: 2px;
|
|
border: solid 1px rgba(255, 255, 255, 0.75);
|
|
margin: 16px;
|
|
text-align: left;
|
|
}
|
|
.cardHeader {
|
|
display: flex;
|
|
}
|
|
.title {
|
|
padding-left: 16px;
|
|
font-size: 24px;
|
|
margin: 0px;
|
|
}
|