mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-24 07:17:18 +00:00
fix(GUI): make all class label text bold (#2060)
We make all tags with `.label` have bold text and remove the need for `<b>` tags. Change-Type: patch Changelog-Entry: Make all `.label` tags' text bold and remove need for `<b>` tags.
This commit is contained in:
parent
fdf15f53d7
commit
b1b82301d9
@ -32,7 +32,7 @@
|
||||
'label-warning': status.type === modal.constraints.COMPATIBILITY_STATUS_TYPES.WARNING,
|
||||
'label-danger': status.type === modal.constraints.COMPATIBILITY_STATUS_TYPES.ERROR
|
||||
}">
|
||||
<b>{{ status.message }}</b>
|
||||
{{ status.message }}
|
||||
</span>
|
||||
|
||||
</footer>
|
||||
|
@ -16,7 +16,6 @@
|
||||
|
||||
.label {
|
||||
font-size: 9px;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.label-big {
|
||||
|
@ -6037,8 +6037,7 @@ body {
|
||||
* limitations under the License.
|
||||
*/
|
||||
.label {
|
||||
font-size: 9px;
|
||||
font-weight: normal; }
|
||||
font-size: 9px; }
|
||||
|
||||
.label-big {
|
||||
font-size: 11px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user