This commit is contained in:
2458773093
2019-08-01 02:46:23 +03:00
parent 064cc88b35
commit 12504c4f34
3 changed files with 57 additions and 0 deletions

View File

@@ -566,6 +566,16 @@
}
}
&__quote {
display: block;
color: $primary-text-color;
text-decoration: none;
border: 1px solid $ui-secondary-color;
border-radius: 10px;
padding: 10px 15px;
margin-top: 15px;
}
&__meta {
font-size: 14px;
color: $gab-secondary-text;