Implemented the MyPet and Warps components, including their HTML structure, styles, and unit tests. These components provide detailed information and features for MyPet and Player Warps systems for a Minecraft-inspired application.
15 lines
209 B
SCSS
15 lines
209 B
SCSS
main ul {
|
|
font-family: opensans, sans-serif;
|
|
text-align: left;
|
|
}
|
|
|
|
main li {
|
|
margin-left: 30px;
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
.columnParagraph > span {
|
|
color: var(--font-color);
|
|
transition: 0.5s ease;
|
|
}
|