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)

This commit is contained in:
Matt 2017-11-29 14:45:12 +01:00
parent d981fe4f04
commit ce494fbedb

View File

@ -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 {