|
4 | 4 | } |
5 | 5 | .form-group { |
6 | 6 | margin-bottom: 0 !important; |
7 | | - margin-top: 2rem !important; |
| 7 | + margin-top: 0 !important; |
8 | 8 | } |
9 | 9 | .card { |
10 | 10 | margin: 0 !important; |
|
99 | 99 | .dark-mode .bg-light { |
100 | 100 | background-color: #333 !important; |
101 | 101 | } |
| 102 | + |
| 103 | + .darkmode .choices__input { |
| 104 | + background-color: rgb(0 0 0 / 40%) !important; |
| 105 | + color: #fff !important; |
| 106 | + } |
| 107 | + .darkmode .choices__list--dropdown .choices__item--selectable.is-highlighted { |
| 108 | + background-color: #232323 !important; |
| 109 | + } |
| 110 | + |
| 111 | + .darkmode .choices__list--dropdown { |
| 112 | + background-color: #333 !important; |
| 113 | + border: 1px solid rgb(255 255 255 / 20%) !important; |
| 114 | + } |
| 115 | + |
| 116 | + .darkmode .choices[data-type*=select-one] .choices__input { |
| 117 | + border-bottom: 1px solid #777 !important; |
| 118 | + background-color: #333 !important; |
| 119 | + } |
| 120 | + .darkmode .choices__inner { |
| 121 | + background-color: rgb(0 0 0 / 20%) !important; |
| 122 | + border: 1px solid rgb(255 255 255 / 20%) !important; |
| 123 | + } |
| 124 | + |
| 125 | + .darkmode.card-header { |
| 126 | + background-color: #333 !important; |
| 127 | + } |
| 128 | + .card-title { |
| 129 | + font-size: 1.7rem !important; |
| 130 | + } |
| 131 | + .darkmode.choices__button { |
| 132 | + background-color: #fff; |
| 133 | + } |
| 134 | + .choices { |
| 135 | + font-size: 1.5rem !important; |
| 136 | + } |
| 137 | + button, input, optgroup, select, textarea, label { |
| 138 | + font-size: 1.2rem !important; |
| 139 | + } |
| 140 | + .table th, .table td { |
| 141 | + padding: 0.5rem 1rem !important; |
| 142 | + } |
102 | 143 | </style> |
103 | 144 | <div ng-show="ctrl.errormessage != ''"" class=" alert alert-danger" role="alert">{{ctrl.errormessage}}</div> |
104 | 145 | <div ng-show="ctrl.message != ''"" class=" alert alert-primary" role="alert">{{ctrl.message}}</div> |
|
0 commit comments