Regenerate critical path assets

This commit is contained in:
Rico Sta. Cruz 2017-12-07 19:14:49 +08:00
parent 6daf8d0b03
commit 091046d36f
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
4 changed files with 23 additions and 8 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -17,12 +17,12 @@ $bounce: cubic-bezier(.75,-0.5,0,1.75);
.berry-sponsor {
html.WithJs & {
transform: scale(0.7);
transform: scale(0.9) translate3d(0, -16px, 0);
opacity: 0;
}
html.WithJs.LoadDone & {
transform: scale(1);
transform: scale(1) translate3d(0, 0, 0);
opacity: 1;
transition: transform 500ms $bounce, opacity 500ms linear;
}

View File

@ -1,8 +1,8 @@
.berry-sponsor {
text-align: center;
position: relative;
height: 130px;
overflow: hidden;
max-width: 320px;
}
/*
@ -12,6 +12,15 @@
.cs__header {
color: $base-mute;
@include font-size(-1);
display: block;
margin-bottom: 8px;
&::before,
&::after {
content: '';
margin: 0 0.5em;
opacity: 0.5;
}
}
.cs__blurb {
@ -28,10 +37,16 @@
& > strong {
color: $base-head;
font-weight: bold;
display: block;
}
&:hover,
&:focus {
& > strong {
color: $base-text;
}
& > span {
display: block;
color: $base-mute;
}
}
}