mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-23 19:26:33 +00:00
patch: fix formating
This commit is contained in:
parent
faeaa58ec5
commit
1a9a3d2cdc
@ -15,15 +15,15 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "SourceSansPro";
|
font-family: 'SourceSansPro';
|
||||||
src: url("./fonts/SourceSansPro-Regular.ttf") format("truetype");
|
src: url('./fonts/SourceSansPro-Regular.ttf') format('truetype');
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "SourceSansPro";
|
font-family: 'SourceSansPro';
|
||||||
src: url("./fonts/SourceSansPro-SemiBold.ttf") format("truetype");
|
src: url('./fonts/SourceSansPro-SemiBold.ttf') format('truetype');
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
@ -52,7 +52,7 @@ a:focus,
|
|||||||
input:focus,
|
input:focus,
|
||||||
button:focus,
|
button:focus,
|
||||||
[tabindex]:focus,
|
[tabindex]:focus,
|
||||||
input[type="checkbox"] + div {
|
input[type='checkbox'] + div {
|
||||||
outline: none !important;
|
outline: none !important;
|
||||||
box-shadow: none !important;
|
box-shadow: none !important;
|
||||||
}
|
}
|
||||||
@ -62,5 +62,5 @@ input[type="checkbox"] + div {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#rendition-tooltip-root > div {
|
#rendition-tooltip-root > div {
|
||||||
font-family: "SourceSansPro", sans-serif;
|
font-family: 'SourceSansPro', sans-serif;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user