Restructuring of components, extracting to reusable components, styling

This commit is contained in:
Moris Zen
2018-07-04 11:24:50 +02:00
parent c6cd4d19ad
commit 6df7085f1b
11 changed files with 981 additions and 1635 deletions

View File

@@ -12,6 +12,12 @@
bottom: 0;
}
.bg-saburly-indigolight svg {
position: absolute;
top: 0;
transform: rotate(180deg);
}
.bg-saburly-indigolight {
background-color: #edf3ff;
}