theming/matomo/stylesheets/components/_card.less
2026-02-02 10:32:55 +01:00

20 lines
369 B
Text

.card {
box-shadow: none;
border: none;
border-radius: 0px;
.card-content {
padding: 5px 20px 20px 20px !important;
}
.card-table {
margin: 0 -20px !important;
border: 0;
}
.enrichedHeadline .title,
.card-title {
position: relative;
font-weight: 300 !important;
}
}