🐛 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

@ -253,15 +253,7 @@ font-style: italic;
font-size: .75rem;
letter-spacing: .15rem;
padding: .5rem .75rem;
}
&__link {
text-decoration: none;
color: black;
border-bottom: darkgrey solid .1em;
font-family: $ext-sans;
}
&__avoid {
color: red;
@ -281,16 +273,25 @@ font-style: italic;
}
&__tool {
color: black;
&:before {
content: "🧰";
margin-left: -2.15rem;
}
}
}
&__link {
text-decoration: none;
color: black;
border-bottom: darkgrey solid .1em;
font-family: $ext-sans;
}
}
.block__dictionary {
max-width: 50rem;
margin-left: auto;