Merge pull request #254 from glitch-soc/new-theme-ux

New flavour/skin UX
This commit is contained in:
beatrix
2017-12-11 09:36:14 -05:00
committed by GitHub
18 changed files with 116 additions and 19 deletions

View File

@@ -246,6 +246,22 @@
}
}
.flavour-screen {
display: block;
margin: 10px auto;
max-width: 100%;
}
.flavour-description {
display: block;
font-size: 16px;
margin: 10px 0;
& > p {
margin: 10px 0;
}
}
.report-accounts {
display: flex;
flex-wrap: wrap;