| 1 |
.yatra-admin-setting-page-wrap .form-table th { |
| 2 |
width: 250px; |
| 3 |
} |
| 4 |
|
| 5 |
.yatra-setting-tab-options ul { |
| 6 |
background: #fff; |
| 7 |
padding: 20px; |
| 8 |
border: 1px solid #ddd; |
| 9 |
text-align: center; |
| 10 |
} |
| 11 |
|
| 12 |
.yatra-setting-tab-options ul li .label { |
| 13 |
text-align: left; |
| 14 |
padding-left: 10px; |
| 15 |
font-weight: bold; |
| 16 |
width: 30%; |
| 17 |
} |
| 18 |
|
| 19 |
.yatra-setting-tab-options ul li .label .icon { |
| 20 |
margin-right: 10px; |
| 21 |
} |
| 22 |
|
| 23 |
.yatra-setting-tab-options ul li span.label:before { |
| 24 |
padding: 10px; |
| 25 |
padding-left: 0; |
| 26 |
} |
| 27 |
|
| 28 |
.yatra-setting-tab-options ul li { |
| 29 |
display: flex; |
| 30 |
border: 1px solid #aaa; |
| 31 |
padding: 5px; |
| 32 |
background: #eee; |
| 33 |
cursor: move; |
| 34 |
align-items: center; |
| 35 |
} |
| 36 |
|
| 37 |
.yatra-setting-tab-options ul li input, |
| 38 |
.yatra-setting-tab-options ul li span { |
| 39 |
flex-grow: 1; |
| 40 |
flex-basis: 0; |
| 41 |
} |
| 42 |
|
| 43 |
.yatra-setting-tab-options ul li input { |
| 44 |
padding: 5px 10px; |
| 45 |
border-radius: 0; |
| 46 |
margin: 0 10px; |
| 47 |
|
| 48 |
} |
| 49 |
|
| 50 |
.yatra-setting-tab-options ul li input.icopick { |
| 51 |
cursor: pointer; |
| 52 |
} |
| 53 |
|
| 54 |
.yatra-setting-tab-options ul li .available-tab-remove-item { |
| 55 |
|
| 56 |
border-radius: 100%; |
| 57 |
height: 30px; |
| 58 |
width: 30px; |
| 59 |
border: 1px solid #ccc; |
| 60 |
text-align: center; |
| 61 |
cursor: pointer; |
| 62 |
background: #ddd; |
| 63 |
} |
| 64 |
|
| 65 |
.yatra-setting-tab-options ul li .available-tab-remove-item:hover { |
| 66 |
background: #aaa; |
| 67 |
} |
| 68 |
|
| 69 |
.yatra-setting-tab-options .yatra-switch-control .slider { |
| 70 |
line-height: 19px; |
| 71 |
} |
| 72 |
|
| 73 |
textarea#yatra_admin_email_recipient_lists { |
| 74 |
width: 480px; |
| 75 |
margin-top: 20px; |
| 76 |
} |