marketing
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user