Added new styles for patterns, fixed patterns, added new styles for FAQ, updated FAQ

This commit is contained in:
Eugene Serb
2022-06-22 11:28:14 +03:00
parent d876ec64c6
commit 77fea91b0d
2 changed files with 30 additions and 15 deletions

View File

@@ -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 */
/* ----- */