mirror of
https://github.com/eugene-serb/wavelovers.git
synced 2023-09-09 23:41:16 +03:00
Change style and order of the patterns buttons
This commit is contained in:
@@ -420,20 +420,22 @@ legend {
|
||||
}
|
||||
|
||||
.pattern-item {
|
||||
width: 128px;
|
||||
height: 128px;
|
||||
width: 300px;
|
||||
height: 64px;
|
||||
padding: 16px;
|
||||
border-radius: 8px;
|
||||
background: var(--color-pattern-button);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: flex-end;
|
||||
flex-direction: row;
|
||||
justify-content: flex-start;
|
||||
gap: 32px;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.pattern-item__icon{
|
||||
font-size: 64px;
|
||||
font-size: 32px;
|
||||
}
|
||||
|
||||
.pattern-item__name {
|
||||
|
||||
Reference in New Issue
Block a user