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 8334260 commit 56b2701Copy full SHA for 56b2701
src/containers/Storage/UsageFilter/UsageFilter.scss
@@ -1,4 +1,6 @@
1
.usage-filter {
2
+ min-width: 100px;
3
+
4
&__option {
5
flex-grow: 1;
6
@@ -10,22 +12,25 @@
10
12
}
11
13
14
&-meta {
- padding: 0 5px;
15
position: relative;
- border-radius: 3px;
16
17
+ padding: 0 5px;
18
19
font-size: var(--yc-text-caption-2-font-size);
20
line-height: var(--yc-text-caption-2-line-height);
21
22
+ border-radius: 3px;
23
24
25
&-bar {
26
position: absolute;
- left: 0;
27
+ z-index: -1;
28
top: 0;
29
bottom: 0;
- z-index: -1;
30
+ left: 0;
31
- background-color: var(--yc-color-infographics-info-medium);
32
border-radius: 3px;
33
+ background-color: var(--yc-color-infographics-info-medium);
34
35
36
0 commit comments