1
0
Fork 0
theming/stylesheets/components/_card.less
2020-02-16 12:05:57 +01:00

20 lines
No EOL
433 B
Text

.card {
//box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12);
box-shadow: none;
border: 1px solid #e6e6e6;
border-radius: 8px;
.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;
}
}