We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13fbde7 commit b48f843Copy full SHA for b48f843
scss/_card.scss
@@ -63,20 +63,17 @@
63
}
64
65
.card-header-actions {
66
- position: absolute;
67
- top: 0;
68
- right: 0;
69
- display: inline-flex;
+ display: inline-block;
+ float: right;
+ margin-right: - ($spacer / 4);
70
71
72
.card-header-action {
73
- width: ($card-spacer-y * 2) + ($font-size-base * $line-height-base);
74
- padding: $card-spacer-y 0;
75
- color: $body-color;
76
- text-align: center;
77
- border-left: 1px solid $border-color;
+ padding: 0 ($spacer / 4);
+ color: $gray-600;
78
79
&:hover {
+ color: $body-color;
80
text-decoration: none;
81
82
0 commit comments