itizawa 7 лет назад
Родитель
Сommit
6bf8306a94
1 измененных файлов с 4 добавлено и 5 удалено
  1. 4 5
      src/client/styles/scss/_tag.scss

+ 4 - 5
src/client/styles/scss/_tag.scss

@@ -27,16 +27,15 @@
 }
 }
 
 
 .list-tag-count {
 .list-tag-count {
+  height: 14px;
+  padding: 0px 15px;
+  margin: auto 20px;
+  font-size: 70%;
   color: rgba(60, 74, 96, 0.5);
   color: rgba(60, 74, 96, 0.5);
   background: rgba(0, 0, 0, 0.08);
   background: rgba(0, 0, 0, 0.08);
-  padding: 0px 15px;
   border-radius: 40px;
   border-radius: 40px;
-  font-size: 70%;
-  height: 14px;
-  margin: auto 20px;
 }
 }
 
 
-
 #editTagModal {
 #editTagModal {
   .form-control {
   .form-control {
     height: auto;
     height: auto;