5 lines
221 B
CSS
5 lines
221 B
CSS
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; }
|
|
.card { border-radius: 12px; border: none; }
|
|
.card-header { border-radius: 12px 12px 0 0 !important; }
|
|
.btn { border-radius: 8px; }
|