mirror of
https://github.com/pawelmalak/flame.git
synced 2025-07-24 21:39:36 +02:00
27 lines
No EOL
384 B
CSS
27 lines
No EOL
384 B
CSS
.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;
|
|
} |