Add basic grid

This commit is contained in:
Fabian
2019-08-26 12:54:17 +02:00
parent e207120f57
commit 1878b8fca2
5 changed files with 466 additions and 24 deletions

View File

@ -33,24 +33,4 @@
height: 2rem;
width: auto;
}
// .header-title {
// overflow: hidden;
// text-overflow: ellipsis;
// white-space: nowrap;
// flex-grow: 1;
// margin: 0 1rem;
// }
// .header-icon-button {
// display: block;
// margin-top: auto;
// margin-bottom: auto;
// min-width: 1rem;
// >svg {
// height: 1rem;
// width: 1rem;
// }
// }
}