summaryrefslogtreecommitdiffstats
path: root/assets/sass/_list.scss
diff options
context:
space:
mode:
Diffstat (limited to 'assets/sass/_list.scss')
-rw-r--r--assets/sass/_list.scss9
1 files changed, 8 insertions, 1 deletions
diff --git a/assets/sass/_list.scss b/assets/sass/_list.scss
index d9bad6e..57f9fe9 100644
--- a/assets/sass/_list.scss
+++ b/assets/sass/_list.scss
@@ -55,6 +55,13 @@ article {
padding-bottom: 1.5em;
}
-#post-comment {
+#license {
+ @include link-primary();
+
+ margin-bottom: 1.5em;
+}
+
+// not show while iframe not loaded
+#post-comment .utterances-frame {
border-top: $spliter;
} \ No newline at end of file