commit
a7fed47796
|
@ -7,12 +7,12 @@
|
|||
.articles-section {
|
||||
background: $colorGrayBackground;
|
||||
text-align: center;
|
||||
padding: $lineHeight 0 $lineHeight*4;
|
||||
}
|
||||
|
||||
.articles-count {
|
||||
color: $colorBlue;
|
||||
font-family: $fontHighlight;
|
||||
margin-top: -($lineHeight*2);
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/**
|
||||
*
|
||||
* Main Stylesheet
|
||||
* Main Stylesheet For Visual Style Guide
|
||||
*
|
||||
**/
|
||||
@import url("//fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700,900");
|
||||
|
@ -1136,12 +1136,12 @@ pre {
|
|||
.articles-section {
|
||||
background: #f0f0f0;
|
||||
text-align: center;
|
||||
padding: 26px 0 104px;
|
||||
}
|
||||
|
||||
.articles-count {
|
||||
color: #3372df;
|
||||
font-family: "Roboto Condensed", Helvetica, sans-serif;
|
||||
margin-top: -52px;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
|
@ -2060,10 +2060,7 @@ ol > li:nth-child(10n) ~ li:before, ol > li:nth-child(10n):before {
|
|||
content: counter(list);
|
||||
}
|
||||
|
||||
ul ol {
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
ul ol,
|
||||
ol ul {
|
||||
padding-top: 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue