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