UX: Remove bold from category badge text
This commit is contained in:
parent
e334133294
commit
a93d0a8fcc
|
@ -53,7 +53,6 @@
|
||||||
color: $primary-medium;
|
color: $primary-medium;
|
||||||
}
|
}
|
||||||
span.badge-category {
|
span.badge-category {
|
||||||
font-weight: normal;
|
|
||||||
color: $primary-medium;
|
color: $primary-medium;
|
||||||
}
|
}
|
||||||
a.discourse-tag {
|
a.discourse-tag {
|
||||||
|
|
|
@ -17,7 +17,6 @@
|
||||||
|
|
||||||
.badge-wrapper {
|
.badge-wrapper {
|
||||||
font-size: $font-down-1;
|
font-size: $font-down-1;
|
||||||
font-weight: bold;
|
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
position: relative;
|
position: relative;
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
|
|
|
@ -63,11 +63,6 @@ blockquote {
|
||||||
margin-bottom: 9px;
|
margin-bottom: 9px;
|
||||||
}
|
}
|
||||||
|
|
||||||
// categories should not be bold on mobile; they fight with the topic title too much
|
|
||||||
.badge-wrapper {
|
|
||||||
font-weight: normal;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mobile-nav {
|
.mobile-nav {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
Loading…
Reference in New Issue