Fixes post feedback

This commit is contained in:
tatianamac 2019-12-16 14:39:30 -08:00
parent dcc6a4789e
commit 293d310dfa
4 changed files with 5 additions and 7 deletions

View File

@ -5,7 +5,7 @@
};
text-align: center;
background: darken($sl-color--hopbush, 10%);
color: rgba($sl-color--white, 1);
color: $sl-color--white;
font-size: $sl-font-size--small;
p,

View File

@ -13,6 +13,7 @@
display: block;
padding: 0.25em 1em;
transform: translateY(calc(-100% - 1em));
transition: all .1s ease-in-out;
position: absolute;
left: 1em;
top: 1em;
@ -20,7 +21,6 @@
&:focus {
transform: translateY(0);
transition: all .1s ease-in-out;
background: $sl-color--hopbush;
color: $sl-color--white;
}

View File

@ -5,9 +5,7 @@
display: inline-block;
}
&__brand
a {
&__brand a {
border: 0;
}

View File

@ -61,10 +61,10 @@
.sl-c-alert.sl-c-alert--info
.sl-l-container
%p
%strong Sass just launched a brand new module system.
Sass just launched a brand new module system.
= succeed '!' do
= link_to '/blog/posts/7858341-the-module-system-is-launched' do
Learn all about the new on the Sass blog
Learn all about the new modules on the Sass blog
.sl-c-pop-stripe
.sl-l-container