mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-23 11:16:39 +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-warning': status.type === modal.constraints.COMPATIBILITY_STATUS_TYPES.WARNING,
|
||||||
'label-danger': status.type === modal.constraints.COMPATIBILITY_STATUS_TYPES.ERROR
|
'label-danger': status.type === modal.constraints.COMPATIBILITY_STATUS_TYPES.ERROR
|
||||||
}">
|
}">
|
||||||
<b>{{ status.message }}</b>
|
{{ status.message }}
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
</footer>
|
</footer>
|
||||||
|
@ -16,7 +16,6 @@
|
|||||||
|
|
||||||
.label {
|
.label {
|
||||||
font-size: 9px;
|
font-size: 9px;
|
||||||
font-weight: normal;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.label-big {
|
.label-big {
|
||||||
|
@ -6037,8 +6037,7 @@ body {
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
.label {
|
.label {
|
||||||
font-size: 9px;
|
font-size: 9px; }
|
||||||
font-weight: normal; }
|
|
||||||
|
|
||||||
.label-big {
|
.label-big {
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user