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.
 
 
 

48 lines
751 B

@import '../../styles/variables.scss';
.container {
font-size: 14px;
color: $white;
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: $white;
&:nth-child(1) {
width: 15%;
text-align: center;
opacity: 0.5;
}
&:nth-child(2) {
width: calc(85% - 10px);
margin: 0 5px;
}
}
}
.word {
margin: 0 3px;
background-color: #1c1e26;
outline: 0;
border: none;
padding: 10px;
color: $white;
&.valid {
color: $green;
}
&.invalid {
color: $red;
}
}
}