mirror of
https://github.com/danog/sass-site.git
synced 2024-11-27 04:24:50 +01:00
Fixes post feedback
This commit is contained in:
parent
dcc6a4789e
commit
293d310dfa
@ -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,
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -5,9 +5,7 @@
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
&__brand
|
||||
|
||||
a {
|
||||
&__brand a {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user