7 lines
175 B
CSS
7 lines
175 B
CSS
/* Global Card Styling */
|
|
.ant-card {
|
|
border-radius: 12px !important;
|
|
box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.07) !important;
|
|
margin-bottom: 24px !important;
|
|
}
|