marketing

This commit is contained in:
2024-02-17 10:17:47 +07:00
parent 672bd0067e
commit a7bdbd38fe
10 changed files with 434 additions and 22 deletions

View File

@@ -9,6 +9,7 @@ select {
outline: none !important;
color: #000;
border-radius: 0;
cursor: pointer;
}
button,
input {
@@ -779,6 +780,7 @@ input[type="radio"] {
td {
padding: 14px 8px;
text-align: center;
vertical-align: middle;
&:nth-child(4),
&:nth-child(10) {
text-align: left;
@@ -817,6 +819,7 @@ input[type="radio"] {
td {
padding: 10px;
border: 1px solid #ececec;
vertical-align: top;
}
select {
border-radius: 4px;
@@ -861,6 +864,13 @@ input[type="radio"] {
right: 10px !important;
color: #9e9e9e !important;
}
.td-border-0{
td{
border: 0 !important;
padding: 3px 0;
width: auto;
}
}
.paging {
margin: 30px 0;
display: flex;