Better handling of # variables + bump simplebar to v5.2.1

This commit is contained in:
2020-08-16 10:34:49 +02:00
parent b8a8d75084
commit f05cdbf351
10 changed files with 117 additions and 88 deletions

View File

@@ -292,18 +292,24 @@ $legend-color: $post-color;
}
#poster {
textarea#post {
margin-bottom: 1em;
width: calc(100% - 2em);
}
display: inline-block;
input#name {
width: calc(100% - 6em);
}
.post-item {
margin-bottom: 0;
button#submit {
margin-left: 1em;
margin-bottom: 0.5em;
textarea#post {
margin-bottom: 1em;
width: calc(100% - 2em);
}
input#name {
width: calc(100% - 6em);
}
button#submit {
margin-left: 1em;
margin-bottom: 0.5em;
}
}
}
@@ -437,7 +443,7 @@ $legend-color: $post-color;
&.drill {
&:hover {
.drill-icon .fa-drill-picture, .drill-icon .fa-drill-video {
.drill-icon .fa-drill-image, .drill-icon .fa-drill-video {
color: rgba($media-bg, 0.75);
}
.comment {
@@ -448,7 +454,7 @@ $legend-color: $post-color;
.drill-icon {
font-size: 3em;
.fa-drill-picture {
.fa-drill-image {
color: transparent;
}
.fa-drill-video {
@@ -689,7 +695,7 @@ $legend-color: $post-color;
&.drill {
font-size: 2em;
.fa-drill-picture {
.fa-drill-image {
color: transparent;
}
.fa-drill-video {
@@ -697,7 +703,7 @@ $legend-color: $post-color;
}
&:hover {
.fa-drill-video, .fa-drill-picture {
.fa-drill-video, .fa-drill-image {
color: rgba(255, 255, 255, 0.75);
}
}