mirror of
https://github.com/Icinga/icinga-php-library.git
synced 2025-08-16 23:28:17 +02:00
24 lines
437 B
Plaintext
24 lines
437 B
Plaintext
.card() {
|
|
&.card {
|
|
.rounded-corners(.5em);
|
|
border: 1px solid var(--card-border-color, @card-border-color);
|
|
|
|
.card-header {
|
|
display: flex;
|
|
align-items: baseline;
|
|
justify-content: space-between;
|
|
padding: .5em;
|
|
|
|
border-bottom: 1px solid var(--card-border-color, @card-border-color);
|
|
|
|
.meta span {
|
|
font-size: 11/12em;
|
|
}
|
|
}
|
|
|
|
.card-body {
|
|
padding: .5em;
|
|
}
|
|
}
|
|
}
|