2020-03-10 05:24:31 +08:00
|
|
|
cyp-app {
|
|
|
|
.flex-column;
|
|
|
|
|
|
|
|
box-sizing: border-box;
|
2020-03-10 22:25:43 +08:00
|
|
|
margin: 0 auto;
|
|
|
|
max-width: 800px;
|
|
|
|
height: 100vh;
|
|
|
|
|
2020-03-10 05:24:31 +08:00
|
|
|
font-family: lato, sans-serif;
|
|
|
|
line-height: 1.25;
|
|
|
|
background-color: var(--bg);
|
|
|
|
color: var(--fg);
|
|
|
|
text-shadow: var(--text-shadow);
|
2020-03-10 22:25:43 +08:00
|
|
|
|
|
|
|
white-space: nowrap;
|
2020-03-10 05:24:31 +08:00
|
|
|
}
|