cyp/app/css/elements/app.less

18 lines
300 B
Plaintext
Raw Normal View History

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;
2020-06-23 04:25:35 +08:00
height: calc(100px * var(--vh));
2020-03-10 22:25:43 +08:00
2020-03-10 05:24:31 +08:00
font-family: lato, sans-serif;
2020-03-14 06:01:16 +08:00
font-size: 16px;
2020-03-10 05:24:31 +08:00
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
}