marketting

This commit is contained in:
2024-03-09 11:54:26 +07:00
parent 8679b320e1
commit 10b1b7da6e
40 changed files with 3595 additions and 514 deletions

View File

@@ -743,6 +743,11 @@ input[type="radio"] {
height: 16px;
background-position: -224px -88px;
}
&.icon-upload {
background-position: -2px -43px;
transform: rotate(-90deg);
filter: invert(60%) sepia(90%) saturate(6183%) hue-rotate(228deg) brightness(92%) contrast(101%);
}
&.icon-feature {
width: 18px;
height: 16px;
@@ -936,6 +941,14 @@ input[type="radio"] {
border: 1px solid #ececec;
}
}
.table-vertical-inherit {
tbody {
td {
padding: 8px;
vertical-align: inherit;
}
}
}
.autocomplete-suggestions {
.item {