You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
548 B
31 lines
548 B
@import 'styles/variables.scss';
|
|
|
|
.container {
|
|
font-size: 14px;
|
|
color: var(--primaryText);
|
|
letter-spacing: 1.5px;
|
|
|
|
li {
|
|
display: inline-block;
|
|
margin: 5px 0;
|
|
width: 25%;
|
|
font-family: 'Courier', courier, sans-serif;
|
|
|
|
section {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
color: var(--primaryText);
|
|
|
|
&:nth-child(1) {
|
|
width: 15%;
|
|
text-align: center;
|
|
opacity: 0.5;
|
|
}
|
|
|
|
&:nth-child(2) {
|
|
width: calc(85% - 10px);
|
|
margin: 0 5px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|