🐛 Rearranged sass

This commit is contained in:
tatianamac
2019-10-21 12:37:59 -04:00
parent 73e66f3756
commit e6d76ae5d9
5 changed files with 35 additions and 31 deletions

View File

@ -208,30 +208,33 @@ p {
letter-spacing: 0.15rem;
padding: 0.5rem 0.75rem;
}
.word__signal__avoid {
color: red;
}
.word__signal__avoid:before {
content: "🚨";
margin-left: -2.15rem;
}
.word__signal__better {
color: green;
}
.word__signal__better:before {
content: "👍";
margin-left: -2.15rem;
}
.word__signal__tool {
color: black;
}
.word__signal__tool:before {
content: "🧰";
margin-left: -2.15rem;
}
.word__link {
text-decoration: none;
color: black;
border-bottom: darkgrey solid 0.1em;
font-family: monotype-grotesque-extended, Arial Black, sans-serif;
}
.word__avoid {
color: red;
}
.word__avoid:before {
content: "🚨";
margin-left: -2.15rem;
}
.word__better {
color: green;
}
.word__better:before {
content: "👍";
margin-left: -2.15rem;
}
.word__tool:before {
content: "🧰";
margin-left: -2.15rem;
}
.block__dictionary {
max-width: 50rem;