UNPKG

257 BCSSView Raw
1@import '../common/typography';
2@import '../common/input';
3
4.entrybox {
5 width: 100%;
6 margin-bottom: 72px;
7}
8
9.header {
10 @apply --heading;
11 text-align: center;
12}
13
14.input {
15 @apply --heading;
16 @apply --input;
17 text-align: center;
18 outline: none;
19}
20