11 lines
163 B
Stylus
11 lines
163 B
Stylus
html *
|
|
font-family: 'Roboto', sans-serif;
|
|
|
|
hr
|
|
border-top: 1px solid $uiBorderColor;
|
|
|
|
.center-table
|
|
display: table
|
|
margin-left: auto
|
|
margin-right: auto
|