Skip to content

Instantly share code, notes, and snippets.

@VonStruddle
Last active February 12, 2018 06:44
Show Gist options
  • Save VonStruddle/800e10b7828076d679e8a26d3522e453 to your computer and use it in GitHub Desktop.
Save VonStruddle/800e10b7828076d679e8a26d3522e453 to your computer and use it in GitHub Desktop.
/*! Place your custom styles here */
.btn__header--secondary {
margin-top: 1.85714286em;
}
.menu-horizontal > .dropdown > .dropdown__trigger:after {
content: '';
}
.row__articles {
margin-top: 4em;
}
.card-2 .card__body--articles {
border-bottom: 1px solid #ececec;
border-radius: 0 0 6px 6px;
}
.card-2 .card__body--articles h4 {
font-size: 1.2em;
}
.section__slider--no-padding-top {
padding-top: 0;
}
.row__pillar-header--padding-bottom {
padding-bottom: 6em;
}
.h5__boxes--padding-bottom {
padding-bottom: .2em;
}
.row__boxes--text-align-left h5 {
text-align: left;
}
.row__boxes--text-align-left h4 {
text-align: left;
}
.row__boxes--text-align-left p {
text-align: left;
}
.subscribe-form-2--no-padding-top {
padding: 0;
}
.p__lead--small-font {
font-size: 14px;
}
.bar .logo--margin-bottom {
margin-bottom: .8em;
}
.btn__article--margin {
margin-top: 2em;
margin-bottom: 2em;
}
.feature__article--margin {
margin-top: 3em;
margin-bottom: 2em;
padding-right: 1rem;
padding-left: 1rem;
border-radius: 2%;
}
.btn__header--no-margin-bottom {
margin-bottom: 0 !important;
}
.btn--enlarged {
font-size: 1.3rem;
line-height: 2.2rem;
}
.bg--secondary-2 {
background: #f2f2f2;
}
.grow {
transition: 1s ease;
}
.grow:hover {
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
transition: 1s ease;
}
.p__feature--no-margin-bottom {
margin-bottom: 0;
}
.p__feature--reset {
color: #666666;
font-weight: 400;
font-size: 1em;
}
.p__chapter--reset {
color: #666666;
font-weight: 400;
font-size: 1em;
margin-bottom: 1.85714286em !important;
}
.footer--custom-padding {
padding-top: 0;
padding-bottom: 3rem;
}
.box-shadow-2 {
box-shadow: 8px 8px 20px 3px rgba(0, 0, 0, 0.08);
}
.title__chapter--big {
font-size: 3rem;
margin-bottom: 2rem;
}
.blur {
filter: blur(1.8px);
}
.p__lead--bigger-font {
font-size: 1.3rem;
}
#sticker > .nav-sidebar-column {
position: absolute;
height: auto;
}
.article-container {
width: calc(100% - 286px);
float: right;
overflow: hidden;
}
@media only screen and (max-width: 900px) {
.article-container {
width: 100%;
}
}
.author-image img {
border-radius: 50%;
max-width: 80px;
}
.chapter--lead-magnet {
color: black;
font-weight: bold;
margin-bottom: 1.85714286em !important;
}
.article__body {
background-color: white;
}
.article-container {
background-color: white;
}
.cover--pillar {
padding-top: 2em;
padding-bottom: 2em;
}
.menu-vertical a {
color: black;
}
.article-container h1 {
font-weight: bold;
line-height: 56px;
}
.article-container h2 {
font-weight: bold;
line-height: 43px;
}
.article-container img {
-webkit-box-shadow: 10px 10px 20px -6px rgba(0, 0, 0, 0.6);
-moz-box-shadow: 10px 10px 20px -6px rgba(0, 0, 0, 0.6);
box-shadow: 10px 10px 20px -6px rgba(0, 0, 0, 0.6);
}
.article-container ul {
list-style-type: disc;
list-style-position: inside;
}
.article-containerol {
list-style-type: decimal;
list-style-position: inside;
}
.article-container ul ul, .article-container ol ul {
list-style-type: circle;
list-style-position: inside;
margin-left: 15px;
}
.article-container ol ol, .article-container ul ol {
list-style-type: lower-latin;
list-style-position: inside;
margin-left: 15px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment