Theme changing. Simple routing

This commit is contained in:
unknown
2021-05-07 18:30:06 +02:00
parent 573814ddac
commit 765418d3d2
19 changed files with 378 additions and 59 deletions

View File

@@ -0,0 +1,27 @@
.ThemePreview {
width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.ThemePreview:hover {
cursor: pointer;
}
.ThemePreview p {
text-transform: capitalize;
margin: 8px 0;
/* align-self: flex-start; */
}
.ColorsPreview {
display: flex;
border: 1px solid silver;
}
.ColorPreview {
width: 50px;
height: 50px;
}