Browse Source

added a general style to make the all-boards button a bit more visible

derexo 3 năm trước cách đây
mục cha
commit
031d6a22df
1 tập tin đã thay đổi với 4 bổ sung1 xóa
  1. 4 1
      client/components/main/header.styl

+ 4 - 1
client/components/main/header.styl

@@ -103,7 +103,10 @@
   padding: 10px 0px
 
   .allBoards
-      padding: 0 0 0 10px
+      font-size: 14px
+      padding:4px 15px
+    a
+      text-decoration: none;
 
   #header-user-bar,
   #header-new-board-icon,