mirror of
https://github.com/pawelmalak/flame.git
synced 2026-03-10 22:43:11 +08:00
Theme changing. Simple routing
This commit is contained in:
27
client/src/components/Themer/ThemePreview.module.css
Normal file
27
client/src/components/Themer/ThemePreview.module.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user