Lines 176-199
export default {
Link Here
|
176 |
padding-left: 2em; |
176 |
padding-left: 2em; |
177 |
font-size: 100%; |
177 |
font-size: 100%; |
178 |
} |
178 |
} |
179 |
|
|
|
180 |
form .v-select { |
181 |
display: inline-block; |
182 |
background-color: white; |
183 |
width: 30%; |
184 |
} |
185 |
|
186 |
.v-select, |
187 |
input:not([type="submit"]):not([type="search"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]), |
188 |
textarea { |
189 |
border-color: rgba(60, 60, 60, 0.26); |
190 |
border-width: 1px; |
191 |
border-radius: 4px; |
192 |
min-width: 30%; |
193 |
} |
194 |
.flatpickr-input { |
195 |
width: 30%; |
196 |
} |
197 |
#navmenulist ul li a.current.disabled { |
179 |
#navmenulist ul li a.current.disabled { |
198 |
background-color: inherit; |
180 |
background-color: inherit; |
199 |
border-left: 5px solid #e6e6e6; |
181 |
border-left: 5px solid #e6e6e6; |
200 |
- |
|
|