mirror of
https://github.com/status-im/visual-identity.git
synced 2025-02-12 20:46:35 +00:00
26 lines
413 B
CSS
26 lines
413 B
CSS
body, html {
|
|
margin: 0;
|
|
padding: 0;
|
|
min-height: 100%;
|
|
height: 100%;
|
|
font-weight: 300;
|
|
font-family: "Roboto", sans-serif;
|
|
}
|
|
|
|
#container {
|
|
display: flex;
|
|
flex-direction: column;
|
|
overflow-x: hidden;
|
|
min-height: 100%;
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: #eeffd3;
|
|
color: #000000;
|
|
}
|
|
|
|
.canvas-area {
|
|
margin: 7px 0 0 7px;
|
|
border: 1px solid #0d3349;
|
|
background-color: #ffffff;
|
|
}
|