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 0315b59 commit 288299cCopy full SHA for 288299c
src/stories/Library/status-label/status-label.scss
@@ -1,11 +1,15 @@
1
.status-label {
2
height: 24px;
3
- padding: 0 16px;
+ padding: 0 4px;
4
display: inline-flex;
5
justify-content: center;
6
align-items: center;
7
font-size: 10px;
8
9
+ @include breakpoint-s {
10
+ padding: 0 16px;
11
+ }
12
+
13
&--danger {
14
@extend %text-button-placeholder;
15
0 commit comments