| @import '../../../elements-sk/modules/styles/table'; | |
| @import '../../../elements-sk/modules/styles/buttons'; | |
| @import '../colors'; | |
| job-search-sk { | |
| th { | |
| opacity: inherit; | |
| } | |
| tr.searchTerms { | |
| background: inherit; | |
| border: 0px; | |
| } | |
| button { | |
| cursor: pointer; | |
| width: -webkit-fill-available; | |
| } | |
| button.delete { | |
| margin: 0px; | |
| padding: 0px; | |
| border: 0px; | |
| } | |
| button.search { | |
| margin: 0px; | |
| } | |
| div.container { | |
| background-color: var(--surface); | |
| border: 1px solid var(--surface-2dp, #ddd); | |
| margin: 5px; | |
| padding: 10px; | |
| } | |
| } |