Просмотр исходного кода

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 лет назад
Родитель
Сommit
ce494fbedb
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      public/sass/components/_search.scss

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

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