add small size variant to segmented control
This commit is contained in:
parent
6f21018bca
commit
9f18ff0a4d
2 changed files with 4 additions and 4 deletions
|
|
@ -82,7 +82,7 @@
|
||||||
// Blended variant styles
|
// Blended variant styles
|
||||||
.blended {
|
.blended {
|
||||||
.label {
|
.label {
|
||||||
background: var(--segmented-control-blended-segment-bg);
|
// background: var(--segmented-control-blended-segment-bg);
|
||||||
color: var(--segmented-control-blended-segment-text);
|
color: var(--segmented-control-blended-segment-text);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -116,4 +116,4 @@
|
||||||
border: 0.5px solid rgba(0, 0, 0, 0.12);
|
border: 0.5px solid rgba(0, 0, 0, 0.12);
|
||||||
box-shadow: 0 0 4px rgba(0, 0, 0, 0.08);
|
box-shadow: 0 0 4px rgba(0, 0, 0, 0.08);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
.wrapper {
|
.wrapper {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
// justify-content: center;
|
||||||
|
|
||||||
&.raid {
|
&.raid {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
@ -130,4 +130,4 @@
|
||||||
color: var(--dark-hover-text);
|
color: var(--dark-hover-text);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue