Skip to content

Commit 106b2d5

Browse files
committed
Fix statusCard Component Padding
1 parent 12f0d8f commit 106b2d5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

nebula-components/components/_card.scss

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
}
66

77
@if $nb-use-status-card {
8-
$nb-status-card-padding: ($nb-spacing-unit-half / 2);
9-
108
.#{$nb-namespace}c-status-card {
119
display: table;
1210
width: 100%;
@@ -16,7 +14,8 @@
1614

1715
.#{$nb-namespace}c-status-card__component {
1816
display: table-cell;
19-
padding: $nb-status-card-padding;
17+
padding-left: ($nb-active-border-width / 2);
18+
padding-right: ($nb-active-border-width / 2);
2019
vertical-align: middle;
2120
color: $nb-color-white;
2221
fill: $nb-color-white;

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy