UNPKG

292 BCSSView Raw
1@import './Theme.css';
2
3.strike {
4 width: 100%;
5 text-align: center;
6 border-bottom: 1px solid var(--lightGrey);
7 line-height: 0.1em;
8 margin: 32px 0;
9 color: var(--grey);
10}
11
12.strikeContent {
13 background: var(--form-color);
14 padding: 0 25px;
15 font-size: 14px;
16 font-weight: 500;
17}
\No newline at end of file