Commit a98b0024 by Torkel Ödegaard

tweaks to add panel panels

parent dae5110d
...@@ -27,7 +27,7 @@ ...@@ -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 @@ ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment