2020-02-05 02:27:46 +07:00
|
|
|
html,
|
|
|
|
body,
|
|
|
|
#root,
|
|
|
|
iframe {
|
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
iframe {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
background: #272727;
|
2020-02-05 07:16:45 +07:00
|
|
|
color: #f4f4f4;
|
2020-02-05 02:27:46 +07:00
|
|
|
margin: 0;
|
|
|
|
font-family: 'IBM Plex Sans', sans-serif;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
2020-02-05 07:16:45 +07:00
|
|
|
|
|
|
|
button {
|
|
|
|
font-family: inherit;
|
|
|
|
}
|
2020-02-06 02:25:44 +07:00
|
|
|
|
|
|
|
.coder-splash {
|
|
|
|
align-items: center;
|
|
|
|
box-sizing: border-box;
|
|
|
|
display: flex;
|
|
|
|
height: 100%;
|
|
|
|
justify-content: center;
|
|
|
|
left: 0;
|
|
|
|
position: fixed;
|
|
|
|
top: 0;
|
|
|
|
width: 100%;
|
|
|
|
z-index: 5;
|
|
|
|
}
|
|
|
|
|
|
|
|
.coder-splash > .logo {
|
|
|
|
color: rgba(255, 255, 255, 0.03);
|
|
|
|
width: 100%;
|
|
|
|
}
|