Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Vimux/mainroad.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorvimux <vimux@protonmail.com>2019-07-24 17:46:47 +0300
committervimux <vimux@protonmail.com>2019-07-24 18:02:02 +0300
commit0318ced273cec62b1b4f2de954013bc1c6ada4f7 (patch)
treeb2523fde2e03671387b4eb34839e5bd5cf768b0c /assets
parentac0216bc3c9629ee2902183257650ecd758d423b (diff)
Rename .tags__icon to .tags__badge
Also moves CSS rules from common .icon-tag to more specific .tags__badge. It makes tag.svg icon potentially reusable.
Diffstat (limited to 'assets')
-rw-r--r--assets/css/style.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index 59408d0..027e291 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -695,6 +695,7 @@ button:not(:-moz-focusring):focus > .menu__btn-title {
margin-top: 1.25rem;
}
+/* Post tags */
.tags {
margin-bottom: 20px;
margin-bottom: 1.25rem;
@@ -726,7 +727,7 @@ button:not(:-moz-focusring):focus > .menu__btn-title {
padding: 10px 15px;
}
-.icon-tag {
+.tags__badge {
float: left;
width: 32px;
height: 32px;