tweaks to add panel panels

This commit is contained in:
Torkel Ödegaard 2017-12-02 15:40:38 +01:00
parent dae5110db0
commit a98b0024fc

View File

@ -27,7 +27,7 @@
} }
.add-panel__items { .add-panel__items {
padding: 3px 0; padding: 3px 8px;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
flex-wrap: wrap; flex-wrap: wrap;
@ -41,7 +41,7 @@
background: $card-background; background: $card-background;
box-shadow: $card-shadow; box-shadow: $card-shadow;
border: $panel-border; border-radius: 3px;
padding: $spacer/3 $spacer; padding: $spacer/3 $spacer;
width: 31%; width: 31%;
height: 60px; height: 60px;