UNPKG

363 BCSSView Raw
1.next-sr-only {
2 position: absolute;
3 width: 1px;
4 height: 1px;
5 padding: 0;
6 overflow: hidden;
7 clip: rect(0, 0, 0, 0);
8 white-space: nowrap;
9 border: 0;
10 top: 0;
11 margin: -1px; }
12
13/* put your code here */
14.next-box {
15 box-sizing: border-box;
16 display: flex; }
17 .next-box *,
18 .next-box *:before,
19 .next-box *:after {
20 box-sizing: border-box; }