Sfoglia il codice sorgente

Added border radius and tightened up the folder boxes. Still needs to have the bottom margin expanded to 8px when in opened state (this needs @torkelo)

Matt 8 anni fa
parent
commit
ce494fbedb
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      public/sass/components/_search.scss

+ 2 - 1
public/sass/components/_search.scss

@@ -89,7 +89,8 @@
   background: $panel-bg;
   background: $panel-bg;
   border: $panel-border;
   border: $panel-border;
   padding: $panel-padding;
   padding: $panel-padding;
-  margin-bottom: 8px;
+  margin-bottom: 3px;
+  border-radius: 5px;
 }
 }
 
 
 .search-section__header {
 .search-section__header {