mirror of
https://forge.chapril.org/tykayn/caisse-bliss
synced 2025-06-20 01:44:42 +02:00
up to sf 7
This commit is contained in:
parent
a39b6239b0
commit
501795a8fa
16586 changed files with 19384005 additions and 0 deletions
45
v1/public/bundles/apiplatform/graphql-playground/index.css
Normal file
45
v1/public/bundles/apiplatform/graphql-playground/index.css
Normal file
|
@ -0,0 +1,45 @@
|
|||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-family: sans-serif;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#root {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
color: rgba(0,0,0,.8);
|
||||
line-height: 1.5;
|
||||
height: 100vh;
|
||||
letter-spacing: 0.53px;
|
||||
margin-right: -1px !important;
|
||||
}
|
||||
|
||||
html, body, p, a, h1, h2, h3, h4, ul, pre, code {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
a:active, a:focus, button:focus, input:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
input, button, submit {
|
||||
border: none;
|
||||
}
|
||||
|
||||
input, button, pre {
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
}
|
||||
|
||||
code {
|
||||
font-family: Consolas, monospace;
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=index.css.map*/
|
Loading…
Add table
Add a link
Reference in a new issue