/*-- scss:defaults --*/ | |
table { | |
color: #93a1a1; | |
background-color: rgba(0,0,0,.1); | |
} | |
.card { | |
max-width: 620px; | |
margin: 0 auto; | |
padding: 16px; | |
border: 1px solid lightgray; | |
border-radius: 16px; | |
} | |
.card p:last-child { | |
margin-bottom: 0; | |
} | |
/*-- scss:defaults --*/ | |
table { | |
color: #93a1a1; | |
background-color: rgba(0,0,0,.1); | |
} | |
.card { | |
max-width: 620px; | |
margin: 0 auto; | |
padding: 16px; | |
border: 1px solid lightgray; | |
border-radius: 16px; | |
} | |
.card p:last-child { | |
margin-bottom: 0; | |
} | |