Add preview components

This commit is contained in:
Jorik Schellekens
2020-08-06 16:38:26 +01:00
parent eeb119ecb3
commit ba90c5558d
20 changed files with 716 additions and 8 deletions
+6 -2
View File
@@ -19,11 +19,15 @@ limitations under the License.
.tile {
background-color: $background;
border-radius: 8px;
padding: 1rem;
border-radius: 16px;
padding: 2rem;
display: grid;
justify-items: center;
text-align: center;
p {
color: $grey;
}
}