mirror of
https://github.com/eugene-serb/wavelovers.git
synced 2023-09-09 23:41:16 +03:00
Added new styles for patterns, fixed patterns, added new styles for FAQ, updated FAQ
This commit is contained in:
@@ -493,7 +493,7 @@ table, th, td {
|
||||
}
|
||||
|
||||
.pattern-item {
|
||||
width: 200px;
|
||||
width: 100%;
|
||||
height: 48px;
|
||||
padding: 8px;
|
||||
border-radius: var(--number-border-radius);
|
||||
@@ -508,6 +508,12 @@ table, th, td {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 540px) {
|
||||
.pattern-item {
|
||||
width: 200px;
|
||||
}
|
||||
}
|
||||
|
||||
.pattern-item__selected {
|
||||
background: var(--color-b);
|
||||
}
|
||||
@@ -562,6 +568,15 @@ table, th, td {
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
.faq__ask {
|
||||
font-size: 18px;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.faq__reply {
|
||||
padding-left: 16px;
|
||||
}
|
||||
|
||||
/* ----- */
|
||||
/* PAGES */
|
||||
/* ----- */
|
||||
|
||||
Reference in New Issue
Block a user