Remove opacity from sublist header text, increase weight
This commit is contained in:
parent
129ff3a6e0
commit
aacedfaf13
1 changed files with 1 additions and 1 deletions
|
@ -130,9 +130,9 @@ limitations under the License.
|
||||||
flex: 1;
|
flex: 1;
|
||||||
max-width: calc(100% - 16px); // 16px is the badge width
|
max-width: calc(100% - 16px); // 16px is the badge width
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
opacity: 0.5;
|
|
||||||
line-height: $font-16px;
|
line-height: $font-16px;
|
||||||
font-size: $font-12px;
|
font-size: $font-12px;
|
||||||
|
font-weight: 600;
|
||||||
|
|
||||||
// Ellipsize any text overflow
|
// Ellipsize any text overflow
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue