grav-theme-libretic/scss/template/modular/_bottom.scss

68 lines
1.5 KiB
SCSS

// Modular Bottom styling
.modular {
.bottom {
text-align: center;
@include clearfix;
padding-bottom: 4rem;
h2 {
padding-top: 3rem;
margin: 0;
line-height: 100%;
color: $light-gray;
}
p {
margin: 1rem 0;
@include breakpoint(mobile-only) {
font-size: $core-font-size;
}
}
.button {
@extend .default-animation;
background-color: $core-accent;
color: $header-text;
font-family: $font-family-header;
border-radius: $border-radius;
box-shadow: none;
font-size: $core-font-size;
border: 0 none;
&:hover {
background-color: darken($core-accent, 20%);
}
}
&.borderbottom {
hr {
padding-top: 3rem;
}
padding-bottom: 0;
}
table {
border: 0 none;
th {
background: none;
@extend h4;
text-align: left;
@include breakpoint(mobile-only) {
display: none;
}
}
td {
text-align: left;
vertical-align: top;
border: 0 none;
@include breakpoint(mobile-only) {
display: block;
}
}
}
}
}
.about {
hr {
margin: 3rem 0;
}
}