compiles theme scss
This commit is contained in:
parent
cef20c31de
commit
a557ee73fc
2 changed files with 10 additions and 6 deletions
|
@ -1,6 +1,4 @@
|
||||||
* {
|
* {
|
||||||
-webkit-box-sizing: border-box;
|
|
||||||
-moz-box-sizing: border-box;
|
|
||||||
box-sizing: border-box; }
|
box-sizing: border-box; }
|
||||||
|
|
||||||
html,
|
html,
|
||||||
|
@ -228,7 +226,8 @@ footer {
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #479fc8;
|
background-color: #479fc8;
|
||||||
transform: rotate(45deg) translate3d(0, 0, 0); }
|
-webkit-transform: rotate(45deg) translate3d(0, 0, 0);
|
||||||
|
transform: rotate(45deg) translate3d(0, 0, 0); }
|
||||||
.project__featured-image .ribbon .text:before {
|
.project__featured-image .ribbon .text:before {
|
||||||
border-left: 5px solid transparent;
|
border-left: 5px solid transparent;
|
||||||
border-right: 5px solid transparent;
|
border-right: 5px solid transparent;
|
||||||
|
@ -326,7 +325,10 @@ footer {
|
||||||
|
|
||||||
@media (min-width: 58em) {
|
@media (min-width: 58em) {
|
||||||
html {
|
html {
|
||||||
text-size-adjust: none;
|
-webkit-text-size-adjust: none;
|
||||||
|
-moz-text-size-adjust: none;
|
||||||
|
-ms-text-size-adjust: none;
|
||||||
|
text-size-adjust: none;
|
||||||
font-size: 17px;
|
font-size: 17px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
line-height: 1.611em; } }
|
line-height: 1.611em; } }
|
||||||
|
@ -465,7 +467,9 @@ pre {
|
||||||
border: 1px solid #eee;
|
border: 1px solid #eee;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
padding: 1px;
|
padding: 1px;
|
||||||
tab-size: 2; }
|
-moz-tab-size: 2;
|
||||||
|
-o-tab-size: 2;
|
||||||
|
tab-size: 2; }
|
||||||
pre code {
|
pre code {
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
padding: 2px 4px;
|
padding: 2px 4px;
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue