assets/styles.scss in alembic-jekyll-theme-1.2.1 vs assets/styles.scss in alembic-jekyll-theme-1.5.0
- old
+ new
@@ -72,11 +72,11 @@
height: 4rem;
}
}
.small {
- padding-top: .6rem;
+ padding-top: .8rem;
color: $color__site--captions;
display: inline-block;
}
.footer {
@@ -155,34 +155,56 @@
}
}
}
}
+.share {
+ .button {
+ margin-right: .3rem;
+ }
+}
+
.aside {
max-width: 100%;
@include breakpoint(break-1) {
max-width: 34%;
+ @include flex(1, 0, auto);
opacity: 0.5;
transition: opacity .1s;
&:hover {
opacity: 1;
}
}
}
+.section {
+ margin: 0;
+ &--category-index {
+ position: sticky;
+ top: 0;
+ }
+}
+
// Lists
.list {
- &--posts {
+ &--posts,
+ &--results {
list-style: none;
}
- &--nav {
+ &--nav,
+ &--categories {
list-style: none;
}
.item--post {
margin-left: 0;
}
+ &--categories {
+ .item {
+ margin-left: 0;
+ }
+ }
}
.item {
&--nav {
display: inline-block;
@@ -294,10 +316,11 @@
// Form elements and buttons
button,
.button,
input[type="text"],
input[type="email"],
+input[type="search"],
input[type="submit"],
textarea {
padding: .6rem 1.2rem;
margin-bottom: .6rem;
transition: color .1s, background-color .1s, border .1s;
@@ -345,9 +368,10 @@
outline: none;
}
input[type="text"],
input[type="email"],
+input[type="search"],
textarea {
width: 100%;
border: 1px solid $color__site--captions;
&:hover {
border-color: darken($color__site--captions, 20%);