Double instead of single quotes in CSS

This commit is contained in:
Mark McDowall 2019-07-21 17:41:52 -07:00
parent a018770a18
commit dc8f81b536
152 changed files with 321 additions and 320 deletions

View File

@ -382,7 +382,7 @@
"selector-type-no-unknown": true,
"shorthand-property-no-redundant-values": true,
"string-no-newline": true,
"string-quotes": "single",
"string-quotes": "double",
"time-min-milliseconds": 100,
"unit-case": "lower",
"unit-no-unknown": true,

View File

@ -1,18 +1,18 @@
.language,
.quality {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
composes: cell from "~Components/Table/Cells/TableRowCell.css";
width: 100px;
}
.indexer {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
composes: cell from "~Components/Table/Cells/TableRowCell.css";
width: 80px;
}
.actions {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
composes: cell from "~Components/Table/Cells/TableRowCell.css";
width: 70px;
}

View File

@ -1,5 +1,5 @@
.description {
composes: description from '~Components/DescriptionList/DescriptionListItemDescription.css';
composes: description from "~Components/DescriptionList/DescriptionListItemDescription.css";
overflow-wrap: break-word;
}

View File

@ -1,5 +1,5 @@
.markAsFailedButton {
composes: button from '~Components/Link/Button.css';
composes: button from "~Components/Link/Button.css";
margin-right: auto;
}

View File

@ -1,5 +1,5 @@
.cell {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
composes: cell from "~Components/Table/Cells/TableRowCell.css";
width: 35px;
text-align: center;

View File

@ -1,23 +1,23 @@
.downloadClient {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
composes: cell from "~Components/Table/Cells/TableRowCell.css";
width: 120px;
}
.indexer {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
composes: cell from "~Components/Table/Cells/TableRowCell.css";
width: 80px;
}
.releaseGroup {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
composes: cell from "~Components/Table/Cells/TableRowCell.css";
width: 110px;
}
.details {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
composes: cell from "~Components/Table/Cells/TableRowCell.css";
width: 30px;
}

View File

@ -1,12 +1,12 @@
.torrent {
composes: label from '~Components/Label.css';
composes: label from "~Components/Label.css";
border-color: $torrentColor;
background-color: $torrentColor;
}
.usenet {
composes: label from '~Components/Label.css';
composes: label from "~Components/Label.css";
border-color: $usenetColor;
background-color: $usenetColor;

View File

@ -1,23 +1,23 @@
.quality {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
composes: cell from "~Components/Table/Cells/TableRowCell.css";
width: 150px;
}
.protocol {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
composes: cell from "~Components/Table/Cells/TableRowCell.css";
width: 100px;
}
.progress {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
composes: cell from "~Components/Table/Cells/TableRowCell.css";
width: 150px;
}
.actions {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
composes: cell from "~Components/Table/Cells/TableRowCell.css";
width: 70px;
}

View File

@ -1,5 +1,5 @@
.status {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
composes: cell from "~Components/Table/Cells/TableRowCell.css";
width: 30px;
}

View File

@ -1,5 +1,5 @@
.timeleft {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
composes: cell from "~Components/Table/Cells/TableRowCell.css";
width: 100px;
}

View File

@ -17,7 +17,7 @@
}
.searchInput {
composes: input from '~Components/Form/TextInput.css';
composes: input from "~Components/Form/TextInput.css";
height: 46px;
border-radius: 0;

View File

@ -36,28 +36,28 @@
}
.searchForMissingEpisodesContainer {
composes: container from '~Components/Form/CheckInput.css';
composes: container from "~Components/Form/CheckInput.css";
flex: 0 1 0;
}
.searchForMissingEpisodesInput {
composes: input from '~Components/Form/CheckInput.css';
composes: input from "~Components/Form/CheckInput.css";
margin-top: 0;
}
.modalFooter {
composes: modalFooter from '~Components/Modal/ModalFooter.css';
composes: modalFooter from "~Components/Modal/ModalFooter.css";
}
.addButton {
@add-mixin truncate;
composes: button from '~Components/Link/SpinnerButton.css';
composes: button from "~Components/Link/SpinnerButton.css";
}
.hideLanguageProfile {
composes: group from '~Components/Form/FormGroup.css';
composes: group from "~Components/Form/FormGroup.css";
display: none;
}

View File

@ -14,7 +14,7 @@
}
.importButton {
composes: button from '~Components/Link/SpinnerButton.css';
composes: button from "~Components/Link/SpinnerButton.css";
height: 35px;
}
@ -26,7 +26,7 @@
}
.loading {
composes: loading from '~Components/Loading/LoadingIndicator.css';
composes: loading from "~Components/Loading/LoadingIndicator.css";
margin: 0 10px 0 12px;
text-align: left;

View File

@ -1,11 +1,11 @@
.folder {
composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css';
composes: headerCell from "~Components/Table/VirtualTableHeaderCell.css";
flex: 1 0 200px;
}
.monitor {
composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css';
composes: headerCell from "~Components/Table/VirtualTableHeaderCell.css";
flex: 0 1 200px;
min-width: 185px;
@ -13,28 +13,28 @@
.qualityProfile,
.languageProfile {
composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css';
composes: headerCell from "~Components/Table/VirtualTableHeaderCell.css";
flex: 0 1 250px;
min-width: 170px;
}
.seriesType {
composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css';
composes: headerCell from "~Components/Table/VirtualTableHeaderCell.css";
flex: 0 1 200px;
min-width: 120px;
}
.seasonFolder {
composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css';
composes: headerCell from "~Components/Table/VirtualTableHeaderCell.css";
flex: 0 1 150px;
min-width: 120px;
}
.series {
composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css';
composes: headerCell from "~Components/Table/VirtualTableHeaderCell.css";
flex: 0 1 400px;
min-width: 300px;

View File

@ -1,16 +1,16 @@
.selectInput {
composes: input from '~Components/Form/CheckInput.css';
composes: input from "~Components/Form/CheckInput.css";
}
.folder {
composes: cell from '~Components/Table/Cells/VirtualTableRowCell.css';
composes: cell from "~Components/Table/Cells/VirtualTableRowCell.css";
flex: 1 0 200px;
line-height: 36px;
}
.monitor {
composes: cell from '~Components/Table/Cells/VirtualTableRowCell.css';
composes: cell from "~Components/Table/Cells/VirtualTableRowCell.css";
flex: 0 1 200px;
min-width: 185px;
@ -18,35 +18,35 @@
.qualityProfile,
.languageProfile {
composes: cell from '~Components/Table/Cells/VirtualTableRowCell.css';
composes: cell from "~Components/Table/Cells/VirtualTableRowCell.css";
flex: 0 1 250px;
min-width: 170px;
}
.seriesType {
composes: cell from '~Components/Table/Cells/VirtualTableRowCell.css';
composes: cell from "~Components/Table/Cells/VirtualTableRowCell.css";
flex: 0 1 200px;
min-width: 120px;
}
.seasonFolder {
composes: cell from '~Components/Table/Cells/VirtualTableRowCell.css';
composes: cell from "~Components/Table/Cells/VirtualTableRowCell.css";
flex: 0 1 150px;
min-width: 120px;
}
.series {
composes: cell from '~Components/Table/Cells/VirtualTableRowCell.css';
composes: cell from "~Components/Table/Cells/VirtualTableRowCell.css";
flex: 0 1 400px;
min-width: 300px;
}
.hideLanguageProfile {
composes: cell from '~Components/Table/Cells/VirtualTableRowCell.css';
composes: cell from "~Components/Table/Cells/VirtualTableRowCell.css";
display: none;
}

View File

@ -1,3 +1,3 @@
.input {
composes: input from '~Components/Form/CheckInput.css';
composes: input from "~Components/Form/CheckInput.css";
}

View File

@ -1,5 +1,5 @@
.button {
composes: link from '~Components/Link/Link.css';
composes: link from "~Components/Link/Link.css";
display: flex;
align-items: center;
@ -61,7 +61,7 @@
}
.searchInput {
composes: input from '~Components/Form/TextInput.css';
composes: input from "~Components/Form/TextInput.css";
border-radius: 0;
}

View File

@ -63,27 +63,27 @@
*/
.downloaded {
composes: downloaded from '~Calendar/Events/CalendarEvent.css';
composes: downloaded from "~Calendar/Events/CalendarEvent.css";
}
.downloading {
composes: downloading from '~Calendar/Events/CalendarEvent.css';
composes: downloading from "~Calendar/Events/CalendarEvent.css";
}
.unmonitored {
composes: unmonitored from '~Calendar/Events/CalendarEvent.css';
composes: unmonitored from "~Calendar/Events/CalendarEvent.css";
}
.onAir {
composes: onAir from '~Calendar/Events/CalendarEvent.css';
composes: onAir from "~Calendar/Events/CalendarEvent.css";
}
.missing {
composes: missing from '~Calendar/Events/CalendarEvent.css';
composes: missing from "~Calendar/Events/CalendarEvent.css";
}
.premiere {
composes: premiere from '~Calendar/Events/CalendarEvent.css';
composes: premiere from "~Calendar/Events/CalendarEvent.css";
}
@media only screen and (max-width: $breakpointSmall) {

View File

@ -1,11 +1,11 @@
.calendarPageBody {
composes: contentBody from '~Components/Page/PageContentBody.css';
composes: contentBody from "~Components/Page/PageContentBody.css";
display: flex;
}
.calendarInnerPageBody {
composes: innerContentBody from '~Components/Page/PageContentBody.css';
composes: innerContentBody from "~Components/Page/PageContentBody.css";
display: flex;
flex-direction: column;

View File

@ -57,29 +57,29 @@
*/
.downloaded {
composes: downloaded from '~Calendar/Events/CalendarEvent.css';
composes: downloaded from "~Calendar/Events/CalendarEvent.css";
}
.downloading {
composes: downloading from '~Calendar/Events/CalendarEvent.css';
composes: downloading from "~Calendar/Events/CalendarEvent.css";
}
.unmonitored {
composes: unmonitored from '~Calendar/Events/CalendarEvent.css';
composes: unmonitored from "~Calendar/Events/CalendarEvent.css";
}
.onAir {
composes: onAir from '~Calendar/Events/CalendarEvent.css';
composes: onAir from "~Calendar/Events/CalendarEvent.css";
}
.missing {
composes: missing from '~Calendar/Events/CalendarEvent.css';
composes: missing from "~Calendar/Events/CalendarEvent.css";
}
.premiere {
composes: premiere from '~Calendar/Events/CalendarEvent.css';
composes: premiere from "~Calendar/Events/CalendarEvent.css";
}
.unaired {
composes: unaired from '~Calendar/Events/CalendarEvent.css';
composes: unaired from "~Calendar/Events/CalendarEvent.css";
}

View File

@ -8,7 +8,7 @@
}
.todayButton {
composes: button from '~Components/Link/Button.css';
composes: button from "~Components/Link/Button.css";
margin-left: 5px;
}
@ -30,13 +30,13 @@
}
.viewMenu {
composes: menu from '~Components/Menu/Menu.css';
composes: menu from "~Components/Menu/Menu.css";
line-height: 31px;
}
.loading {
composes: loading from '~Components/Loading/LoadingIndicator.css';
composes: loading from "~Components/Loading/LoadingIndicator.css";
margin-top: 5px;
margin-right: 10px;

View File

@ -13,29 +13,29 @@
*/
.downloaded {
composes: downloaded from '~Calendar/Events/CalendarEvent.css';
composes: downloaded from "~Calendar/Events/CalendarEvent.css";
}
.downloading {
composes: downloading from '~Calendar/Events/CalendarEvent.css';
composes: downloading from "~Calendar/Events/CalendarEvent.css";
}
.unmonitored {
composes: unmonitored from '~Calendar/Events/CalendarEvent.css';
composes: unmonitored from "~Calendar/Events/CalendarEvent.css";
}
.onAir {
composes: onAir from '~Calendar/Events/CalendarEvent.css';
composes: onAir from "~Calendar/Events/CalendarEvent.css";
}
.missing {
composes: missing from '~Calendar/Events/CalendarEvent.css';
composes: missing from "~Calendar/Events/CalendarEvent.css";
}
.premiere {
composes: premiere from '~Calendar/Events/CalendarEvent.css';
composes: premiere from "~Calendar/Events/CalendarEvent.css";
}
.unaired {
composes: unaired from '~Calendar/Events/CalendarEvent.css';
composes: unaired from "~Calendar/Events/CalendarEvent.css";
}

View File

@ -1,5 +1,5 @@
.modal {
composes: modal from '~Components/Modal/Modal.css';
composes: modal from "~Components/Modal/Modal.css";
height: 600px;
}

View File

@ -1,12 +1,12 @@
.modalBody {
composes: modalBody from '~Components/Modal/ModalBody.css';
composes: modalBody from "~Components/Modal/ModalBody.css";
display: flex;
flex-direction: column;
}
.mappedDrivesWarning {
composes: alert from '~Components/Alert.css';
composes: alert from "~Components/Alert.css";
margin: 0;
margin-bottom: 20px;
@ -18,7 +18,7 @@
}
.pathInput {
composes: inputWrapper from '~Components/Form/PathInput.css';
composes: inputWrapper from "~Components/Form/PathInput.css";
flex: 0 0 auto;
}

View File

@ -1,5 +1,5 @@
.type {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
composes: cell from "~Components/Table/Cells/TableRowCell.css";
width: 32px;
}

View File

@ -3,13 +3,13 @@
}
.numberInput {
composes: input from '~Components/Form/TextInput.css';
composes: input from "~Components/Form/TextInput.css";
margin-right: 3px;
}
.selectInput {
composes: select from '~Components/Form/SelectInput.css';
composes: select from "~Components/Form/SelectInput.css";
margin-left: 3px;
}

View File

@ -9,7 +9,7 @@
}
.label {
composes: label from '~Components/Label.css';
composes: label from "~Components/Label.css";
border-style: none;
font-size: 13px;

View File

@ -1,13 +1,13 @@
.input {
composes: input from '~Components/Form/Input.css';
composes: input from "~Components/Form/Input.css";
}
.hasError {
composes: hasError from '~Components/Form/Input.css';
composes: hasError from "~Components/Form/Input.css";
}
.hasWarning {
composes: hasWarning from '~Components/Form/Input.css';
composes: hasWarning from "~Components/Form/Input.css";
}
.inputContainer {

View File

@ -3,19 +3,19 @@
}
.input {
composes: input from '~Components/Form/Input.css';
composes: input from "~Components/Form/Input.css";
}
.hasError {
composes: hasError from '~Components/Form/Input.css';
composes: hasError from "~Components/Form/Input.css";
}
.hasWarning {
composes: hasWarning from '~Components/Form/Input.css';
composes: hasWarning from "~Components/Form/Input.css";
}
.hasButton {
composes: hasButton from '~Components/Form/Input.css';
composes: hasButton from "~Components/Form/Input.css";
}
.recaptchaWrapper {

View File

@ -94,7 +94,7 @@
}
.helpText {
composes: helpText from '~Components/Form/FormInputHelpText.css';
composes: helpText from "~Components/Form/FormInputHelpText.css";
margin-top: 8px;
margin-left: 5px;

View File

@ -3,6 +3,6 @@
}
.input {
composes: input from '~./TagInput.css';
composes: hasButton from '~Components/Form/Input.css';
composes: input from "~./TagInput.css";
composes: hasButton from "~Components/Form/Input.css";
}

View File

@ -1,6 +1,6 @@
.enhancedSelect {
composes: input from '~Components/Form/Input.css';
composes: link from '~Components/Link/Link.css';
composes: input from "~Components/Form/Input.css";
composes: link from "~Components/Link/Link.css";
position: relative;
display: flex;
@ -17,11 +17,11 @@
}
.hasError {
composes: hasError from '~Components/Form/Input.css';
composes: hasError from "~Components/Form/Input.css";
}
.hasWarning {
composes: hasWarning from '~Components/Form/Input.css';
composes: hasWarning from "~Components/Form/Input.css";
}
.isDisabled {
@ -45,7 +45,7 @@
}
.options {
composes: scroller from '~Components/Scroller/Scroller.css';
composes: scroller from "~Components/Scroller/Scroller.css";
border: 1px solid $inputBorderColor;
border-radius: 4px;
@ -61,7 +61,7 @@
}
.optionsModalBody {
composes: modalBody from '~Components/Modal/ModalBody.css';
composes: modalBody from "~Components/Modal/ModalBody.css";
display: flex;
justify-content: center;
@ -70,7 +70,7 @@
}
.optionsModalScroller {
composes: scroller from '~Components/Scroller/Scroller.css';
composes: scroller from "~Components/Scroller/Scroller.css";
border: 1px solid $inputBorderColor;
border-radius: 4px;

View File

@ -1,5 +1,5 @@
.button {
composes: button from '~Components/Link/Button.css';
composes: button from "~Components/Link/Button.css";
border-left: none;
border-top-left-radius: 0;

View File

@ -33,7 +33,7 @@
}
.link {
composes: link from '~Components/Link/Link.css';
composes: link from "~Components/Link/Link.css";
margin-left: 5px;
}

View File

@ -1,5 +1,5 @@
.selectedValue {
composes: selectedValue from '~./EnhancedSelectInputSelectedValue.css';
composes: selectedValue from "~./EnhancedSelectInputSelectedValue.css";
display: flex;
align-items: center;

View File

@ -1,5 +1,5 @@
.inputContainer {
composes: input from '~Components/Form/Input.css';
composes: input from "~Components/Form/Input.css";
position: relative;
min-height: 35px;
@ -13,9 +13,9 @@
}
.hasError {
composes: hasError from '~Components/Form/Input.css';
composes: hasError from "~Components/Form/Input.css";
}
.hasWarning {
composes: hasWarning from '~Components/Form/Input.css';
composes: hasWarning from "~Components/Form/Input.css";
}

View File

@ -1,5 +1,5 @@
.input {
composes: input from '~Components/Form/TextInput.css';
composes: input from "~Components/Form/TextInput.css";
font-family: $passwordFamily;
}

View File

@ -1,6 +1,6 @@
.hasFileBrowser {
composes: input from '~./AutoSuggestInput.css';
composes: hasButton from '~Components/Form/Input.css';
composes: input from "~./AutoSuggestInput.css";
composes: hasButton from "~Components/Form/Input.css";
}
.inputWrapper {
@ -12,7 +12,7 @@
}
.fileBrowserButton {
composes: button from '~./FormInputButton.css';
composes: button from "~./FormInputButton.css";
height: 35px;
}

View File

@ -1,5 +1,5 @@
.selectedValue {
composes: selectedValue from '~./EnhancedSelectInputSelectedValue.css';
composes: selectedValue from "~./EnhancedSelectInputSelectedValue.css";
display: flex;
align-items: center;

View File

@ -1,15 +1,15 @@
.select {
composes: input from '~Components/Form/Input.css';
composes: input from "~Components/Form/Input.css";
padding: 0 11px;
}
.hasError {
composes: hasError from '~Components/Form/Input.css';
composes: hasError from "~Components/Form/Input.css";
}
.hasWarning {
composes: hasWarning from '~Components/Form/Input.css';
composes: hasWarning from "~Components/Form/Input.css";
}
.isDisabled {

View File

@ -1,5 +1,5 @@
.input {
composes: input from '~./AutoSuggestInput.css';
composes: input from "~./AutoSuggestInput.css";
padding: 0;
min-height: 35px;

View File

@ -1,5 +1,5 @@
.input {
composes: input from '~Components/Form/Input.css';
composes: input from "~Components/Form/Input.css";
}
.readOnly {
@ -7,13 +7,13 @@
}
.hasError {
composes: hasError from '~Components/Form/Input.css';
composes: hasError from "~Components/Form/Input.css";
}
.hasWarning {
composes: hasWarning from '~Components/Form/Input.css';
composes: hasWarning from "~Components/Form/Input.css";
}
.hasButton {
composes: hasButton from '~Components/Form/Input.css';
composes: hasButton from "~Components/Form/Input.css";
}

View File

@ -1,5 +1,5 @@
.button {
composes: link from '~./Link.css';
composes: link from "~./Link.css";
overflow: hidden;
border: 1px solid;

View File

@ -1,5 +1,5 @@
.button {
composes: button from '~Components/Form/FormInputButton.css';
composes: button from "~Components/Form/FormInputButton.css";
position: relative;
}

View File

@ -1,5 +1,5 @@
.button {
composes: link from '~Components/Link/Link.css';
composes: link from "~Components/Link/Link.css";
display: inline-block;
margin: 0 2px;

View File

@ -1,5 +1,5 @@
.button {
composes: button from '~Components/Link/Button.css';
composes: button from "~Components/Link/Button.css";
position: relative;
}

View File

@ -1,5 +1,5 @@
.iconContainer {
composes: spinnerContainer from '~Components/Link/SpinnerButton.css';
composes: spinnerContainer from "~Components/Link/SpinnerButton.css";
}
.icon {
@ -7,7 +7,7 @@
}
.label {
composes: label from '~Components/Link/SpinnerButton.css';
composes: label from "~Components/Link/SpinnerButton.css";
}
.showIcon {

View File

@ -1,5 +1,5 @@
.filterMenu {
composes: menu from '~./Menu.css';
composes: menu from "~./Menu.css";
}
@media only screen and (max-width: $breakpointSmall) {

View File

@ -6,7 +6,7 @@
&::after {
margin-left: 5px;
content: '\25BE';
content: "\25BE";
}
&:hover {

View File

@ -1,5 +1,5 @@
.menuButton {
composes: menuButton from '~./MenuButton.css';
composes: menuButton from "~./MenuButton.css";
&:hover {
color: #666;

View File

@ -1,5 +1,5 @@
.menuButton {
composes: menuButton from '~./MenuButton.css';
composes: menuButton from "~./MenuButton.css";
padding-top: 4px;
width: $toolbarButtonWidth;
@ -8,9 +8,9 @@
}
.labelContainer {
composes: labelContainer from '~Components/Page/Toolbar/PageToolbarButton.css';
composes: labelContainer from "~Components/Page/Toolbar/PageToolbarButton.css";
}
.label {
composes: label from '~Components/Page/Toolbar/PageToolbarButton.css';
composes: label from "~Components/Page/Toolbar/PageToolbarButton.css";
}

View File

@ -1,5 +1,5 @@
.message {
composes: message from '~Components/Error/ErrorBoundaryError.css';
composes: message from "~Components/Error/ErrorBoundaryError.css";
margin: 0;
margin-bottom: 30px;
@ -8,7 +8,7 @@
}
.details {
composes: details from '~Components/Error/ErrorBoundaryError.css';
composes: details from "~Components/Error/ErrorBoundaryError.css";
margin: 0;
margin-top: 20px;

View File

@ -1,5 +1,5 @@
.toggleButton {
composes: button from '~Components/Link/IconButton.css';
composes: button from "~Components/Link/IconButton.css";
padding: 0;
font-size: inherit;

View File

@ -1,5 +1,5 @@
.page {
composes: page from '~./Page.css';
composes: page from "~./Page.css";
margin-top: 20px;
text-align: center;

View File

@ -38,7 +38,7 @@
}
.donate {
composes: link from '~Components/Link/Link.css';
composes: link from "~Components/Link/Link.css";
width: 30px;
color: $themeRed;

View File

@ -1,3 +1,3 @@
.page {
composes: page from '~./Page.css';
composes: page from "~./Page.css";
}

View File

@ -1,3 +1,3 @@
.content {
composes: content from '~./PageContent.css';
composes: content from "~./PageContent.css";
}

View File

@ -1,3 +1,3 @@
.status {
composes: label from '~Components/Label.css';
composes: label from "~Components/Label.css";
}

View File

@ -1,5 +1,5 @@
.toolbarButton {
composes: link from '~Components/Link/Link.css';
composes: link from "~Components/Link/Link.css";
padding-top: 4px;
width: $toolbarButtonWidth;

View File

@ -23,7 +23,7 @@
}
.overflowMenuButton {
composes: menuButton from '~Components/Menu/ToolbarMenuButton.css';
composes: menuButton from "~Components/Menu/ToolbarMenuButton.css";
}
.overflowMenuItemIcon {
@ -34,7 +34,7 @@
.overflowMenuButton {
&::after {
margin-left: 0;
content: '\25BE';
content: "\25BE";
}
}
}

View File

@ -1,5 +1,5 @@
.cell {
composes: cell from '~./TableRowCell.css';
composes: cell from "~./TableRowCell.css";
width: 180px;
}

View File

@ -1,4 +1,4 @@
.cell {
composes: cell from '~./TableRowCell.css';
composes: link from '~Components/Link/Link.css';
composes: cell from "~./TableRowCell.css";
composes: link from "~Components/Link/Link.css";
}

View File

@ -1,11 +1,11 @@
.selectCell {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
composes: cell from "~Components/Table/Cells/TableRowCell.css";
width: 30px;
}
.input {
composes: input from '~Components/Form/CheckInput.css';
composes: input from "~Components/Form/CheckInput.css";
margin: 0;
}

View File

@ -1,6 +1,6 @@
.cell {
@add-mixin truncate;
composes: cell from '~Components/Table/Cells/TableRowCell.css';
composes: cell from "~Components/Table/Cells/TableRowCell.css";
flex-grow: 0;
flex-shrink: 1;

View File

@ -1,11 +1,11 @@
.cell {
composes: cell from '~Components/Table/Cells/VirtualTableRowCell.css';
composes: cell from "~Components/Table/Cells/VirtualTableRowCell.css";
flex: 0 0 36px;
}
.input {
composes: input from '~Components/Form/CheckInput.css';
composes: input from "~Components/Form/CheckInput.css";
margin: 0;
}

View File

@ -21,7 +21,7 @@
}
.loading {
composes: loading from '~Components/Loading/LoadingIndicator.css';
composes: loading from "~Components/Loading/LoadingIndicator.css";
margin: 0;
margin-left: 5px;
@ -54,7 +54,7 @@
}
.pageSelect {
composes: select from '~Components/Form/SelectInput.css';
composes: select from "~Components/Form/SelectInput.css";
padding: 0 2px;
height: 25px;

View File

@ -1,4 +1,4 @@
.row {
composes: link from '~Components/Link/Link.css';
composes: row from '~./TableRow.css';
composes: link from "~Components/Link/Link.css";
composes: row from "~./TableRow.css";
}

View File

@ -1,11 +1,11 @@
.selectAllHeaderCell {
composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css';
composes: headerCell from "~Components/Table/VirtualTableHeaderCell.css";
width: 30px;
}
.input {
composes: input from '~Components/Form/CheckInput.css';
composes: input from "~Components/Form/CheckInput.css";
margin: 0;
}

View File

@ -1,11 +1,11 @@
.selectAllHeaderCell {
composes: headerCell from '~Components/Table/TableHeaderCell.css';
composes: headerCell from "~Components/Table/TableHeaderCell.css";
flex: 0 0 36px;
}
.input {
composes: input from '~Components/Form/CheckInput.css';
composes: input from "~Components/Form/CheckInput.css";
margin: 0;
}

View File

@ -30,7 +30,7 @@
.arrow::after {
border-width: 10px;
content: '';
content: "";
}
.top {
@ -43,7 +43,7 @@
bottom: 1px;
margin-left: -10px;
border-bottom-width: 0;
content: ' ';
content: " ";
&.default {
border-top-color: $popoverArrowBorderColor;
@ -73,7 +73,7 @@
bottom: -10px;
left: 1px;
border-left-width: 0;
content: ' ';
content: " ";
&.default {
border-right-color: $popoverArrowBorderColor;
@ -103,7 +103,7 @@
top: 1px;
margin-left: -10px;
border-top-width: 0;
content: ' ';
content: " ";
&.default {
border-bottom-color: $popoverArrowBorderColor;
@ -133,7 +133,7 @@
right: 1px;
bottom: -10px;
border-right-width: 0;
content: ' ';
content: " ";
&.default {
border-left-color: $popoverArrowBorderColor;

View File

@ -1,29 +1,29 @@
@font-face {
font-weight: 300;
font-style: normal;
font-family: 'Roboto';
src: url('Roboto-Light.woff2?v=1.3.0') format('woff2'), url('Roboto-Light.woff?v=1.3.0') format('woff'), url('Roboto-Light.ttf?v=1.3.0') format('truetype');
font-family: "Roboto";
src: url("Roboto-Light.woff2?v=1.3.0") format("woff2"), url("Roboto-Light.woff?v=1.3.0") format("woff"), url("Roboto-Light.ttf?v=1.3.0") format("truetype");
}
@font-face {
font-weight: 400;
font-style: normal;
font-family: 'Roboto';
src: url('Roboto-Regular.woff2?v=1.3.0') format('woff2'), url('Roboto-Regular.woff?v=1.3.0') format('woff'), url('Roboto-Regular.ttf?v=1.3.0') format('truetype');
font-family: "Roboto";
src: url("Roboto-Regular.woff2?v=1.3.0") format("woff2"), url("Roboto-Regular.woff?v=1.3.0") format("woff"), url("Roboto-Regular.ttf?v=1.3.0") format("truetype");
}
@font-face {
font-weight: normal;
font-style: normal;
font-family: 'Roboto';
src: url('Roboto-Regular.woff2?v=1.3.0') format('woff2'), url('Roboto-Regular.woff?v=1.3.0') format('woff'), url('Roboto-Regular.ttf?v=1.3.0') format('truetype');
font-family: "Roboto";
src: url("Roboto-Regular.woff2?v=1.3.0") format("woff2"), url("Roboto-Regular.woff?v=1.3.0") format("woff"), url("Roboto-Regular.ttf?v=1.3.0") format("truetype");
}
@font-face {
font-weight: 400;
font-style: normal;
font-family: 'Ubuntu Mono';
src: url('UbuntuMono-Regular.eot?#iefix&v=1.3.0') format('embedded-opentype'), url('UbuntuMono-Regular.woff?v=1.3.0') format('woff'), url('UbuntuMono-Regular.ttf?v=1.3.0') format('truetype');
font-family: "Ubuntu Mono";
src: url("UbuntuMono-Regular.eot?#iefix&v=1.3.0") format("embedded-opentype"), url("UbuntuMono-Regular.woff?v=1.3.0") format("woff"), url("UbuntuMono-Regular.ttf?v=1.3.0") format("truetype");
}
/*
@ -33,6 +33,6 @@
@font-face {
font-weight: normal;
font-style: normal;
font-family: 'text-security-disc';
src: url('text-security-disc.woff?v=1.3.0') format('woff'), url('text-security-disc.ttf?v=1.3.0') format('truetype');
font-family: "text-security-disc";
src: url("text-security-disc.woff?v=1.3.0") format("woff"), url("text-security-disc.ttf?v=1.3.0") format("truetype");
}

View File

@ -38,7 +38,7 @@
}
.openSeriesButton {
composes: button from '~Components/Link/Button.css';
composes: button from "~Components/Link/Button.css";
margin-right: auto;
}

View File

@ -1,5 +1,5 @@
.episodeSearchCell {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
composes: cell from "~Components/Table/Cells/TableRowCell.css";
width: 70px;
white-space: nowrap;

View File

@ -1,5 +1,5 @@
.link {
composes: link from '~Components/Link/Link.css';
composes: link from "~Components/Link/Link.css";
&:hover {
color: $linkHoverColor;

View File

@ -1,6 +1,6 @@
.details,
.actions {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
composes: cell from "~Components/Table/Cells/TableRowCell.css";
width: 65px;
}

View File

@ -1,17 +1,17 @@
.descriptionList {
composes: descriptionList from '~Components/DescriptionList/DescriptionList.css';
composes: descriptionList from "~Components/DescriptionList/DescriptionList.css";
margin-right: 10px;
}
.title {
composes: title from '~Components/DescriptionList/DescriptionListItemTitle.css';
composes: title from "~Components/DescriptionList/DescriptionListItemTitle.css";
width: 80px;
}
.description {
composes: title from '~Components/DescriptionList/DescriptionListItemDescription.css';
composes: title from "~Components/DescriptionList/DescriptionListItemDescription.css";
margin-left: 100px;
}

View File

@ -6,7 +6,7 @@
}
.button {
composes: button from '~Components/Link/Button.css';
composes: button from "~Components/Link/Button.css";
width: 300px;
}

View File

@ -1,5 +1,5 @@
.footer {
composes: modalFooter from '~Components/Modal/ModalFooter.css';
composes: modalFooter from "~Components/Modal/ModalFooter.css";
display: flex;
justify-content: space-between;

View File

@ -14,7 +14,7 @@
}
.button {
composes: button from '~Components/Link/Button.css';
composes: button from "~Components/Link/Button.css";
width: 300px;
}

View File

@ -1,5 +1,5 @@
.actions {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
composes: cell from "~Components/Table/Cells/TableRowCell.css";
width: 40px;
}

View File

@ -9,7 +9,7 @@
}
.footer {
composes: modalFooter from '~Components/Modal/ModalFooter.css';
composes: modalFooter from "~Components/Modal/ModalFooter.css";
justify-content: space-between;
padding: 15px;
@ -28,7 +28,7 @@
.importMode,
.bulkSelect {
composes: select from '~Components/Form/SelectInput.css';
composes: select from "~Components/Form/SelectInput.css";
margin-right: 10px;
width: auto;

View File

@ -1,24 +1,24 @@
.relativePath {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
composes: cell from "~Components/Table/Cells/TableRowCell.css";
word-break: break-all;
}
.quality,
.language {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
composes: cell from "~Components/Table/Cells/TableRowCell.css";
text-align: center;
}
.label {
composes: label from '~Components/Label.css';
composes: label from "~Components/Label.css";
cursor: pointer;
}
.reprocessing {
composes: loading from '~Components/Loading/LoadingIndicator.css';
composes: loading from "~Components/Loading/LoadingIndicator.css";
margin-top: 0;
text-align: start;

View File

@ -1,5 +1,5 @@
.modalBody {
composes: modalBody from '~Components/Modal/ModalBody.css';
composes: modalBody from "~Components/Modal/ModalBody.css";
display: flex;
flex: 1 1 auto;
@ -7,7 +7,7 @@
}
.filterInput {
composes: input from '~Components/Form/TextInput.css';
composes: input from "~Components/Form/TextInput.css";
flex: 0 0 auto;
margin-bottom: 20px;

View File

@ -1,12 +1,12 @@
.title {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
composes: cell from "~Components/Table/Cells/TableRowCell.css";
word-break: break-all;
}
.quality,
.language {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
composes: cell from "~Components/Table/Cells/TableRowCell.css";
text-align: center;
}
@ -16,7 +16,7 @@
}
.preferredWordScore {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
composes: cell from "~Components/Table/Cells/TableRowCell.css";
width: 55px;
font-weight: bold;
@ -25,14 +25,14 @@
.rejected,
.download {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
composes: cell from "~Components/Table/Cells/TableRowCell.css";
width: 50px;
}
.age,
.size {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
composes: cell from "~Components/Table/Cells/TableRowCell.css";
white-space: nowrap;
}

View File

@ -18,7 +18,7 @@
}
.selectAllInput {
composes: input from '~Components/Form/CheckInput.css';
composes: input from "~Components/Form/CheckInput.css";
margin: 0;
}

View File

@ -1,18 +1,18 @@
.link {
composes: link from '~Components/Link/Link.css';
composes: link from "~Components/Link/Link.css";
display: block;
}
.freeSpace,
.unmappedFolders {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
composes: cell from "~Components/Table/Cells/TableRowCell.css";
width: 150px;
}
.actions {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
composes: cell from "~Components/Table/Cells/TableRowCell.css";
width: 45px;
}

View File

@ -8,7 +8,7 @@
}
.updateSelectedButton {
composes: button from '~Components/Link/SpinnerButton.css';
composes: button from "~Components/Link/SpinnerButton.css";
height: 35px;
}

View File

@ -1,19 +1,19 @@
.status,
.monitored {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
composes: cell from "~Components/Table/Cells/TableRowCell.css";
width: 50px;
}
.title {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
composes: cell from "~Components/Table/Cells/TableRowCell.css";
width: 1px;
white-space: nowrap;
}
.seasons {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
composes: cell from "~Components/Table/Cells/TableRowCell.css";
display: flex;
flex-wrap: wrap;

View File

@ -1,23 +1,23 @@
.title {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
composes: cell from "~Components/Table/Cells/TableRowCell.css";
white-space: nowrap;
}
.monitored {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
composes: cell from "~Components/Table/Cells/TableRowCell.css";
width: 42px;
}
.episodeNumber {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
composes: cell from "~Components/Table/Cells/TableRowCell.css";
width: 50px;
}
.size {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
composes: cell from "~Components/Table/Cells/TableRowCell.css";
width: 100px;
}
@ -26,7 +26,7 @@
.audio,
.video,
.status {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
composes: cell from "~Components/Table/Cells/TableRowCell.css";
width: 100px;
}

View File

@ -1,11 +1,11 @@
.title {
composes: title from '~Components/DescriptionList/DescriptionListItemTitle.css';
composes: title from "~Components/DescriptionList/DescriptionListItemTitle.css";
width: 90px;
}
.description {
composes: title from '~Components/DescriptionList/DescriptionListItemDescription.css';
composes: title from "~Components/DescriptionList/DescriptionListItemDescription.css";
margin-left: 110px;
}

View File

@ -69,7 +69,7 @@
}
.monitorToggleButton {
composes: toggleButton from '~Components/MonitorToggleButton.css';
composes: toggleButton from "~Components/MonitorToggleButton.css";
width: 40px;
@ -88,7 +88,7 @@
}
.seriesNavigationButton {
composes: button from '~Components/Link/IconButton.css';
composes: button from "~Components/Link/IconButton.css";
margin-left: 5px;
width: 30px;
@ -111,7 +111,7 @@
}
.detailsLabel {
composes: label from '~Components/Label.css';
composes: label from "~Components/Label.css";
margin: 5px 10px 5px 0;
}

View File

@ -7,7 +7,7 @@
}
.linkLabel {
composes: label from '~Components/Label.css';
composes: label from "~Components/Label.css";
cursor: pointer;
}

View File

@ -27,7 +27,7 @@
}
.expandButton {
composes: link from '~Components/Link/Link.css';
composes: link from "~Components/Link/Link.css";
flex-grow: 1;
margin: 0 20px;
@ -46,13 +46,13 @@
}
.actionsMenu {
composes: menu from '~Components/Menu/Menu.css';
composes: menu from "~Components/Menu/Menu.css";
flex: 0 0 45px;
}
.actionsMenuContent {
composes: menuContent from '~Components/Menu/MenuContent.css';
composes: menuContent from "~Components/Menu/MenuContent.css";
white-space: nowrap;
font-size: $defaultFontSize;
@ -63,7 +63,7 @@
}
.actionButton {
composes: button from '~Components/Link/IconButton.css';
composes: button from "~Components/Link/IconButton.css";
width: 30px;
}

View File

@ -1,5 +1,5 @@
.deleteButton {
composes: button from '~Components/Link/Button.css';
composes: button from "~Components/Link/Button.css";
margin-right: auto;
}

View File

@ -21,14 +21,14 @@
.organizeSelectedButton,
.tagsButton {
composes: button from '~Components/Link/SpinnerButton.css';
composes: button from "~Components/Link/SpinnerButton.css";
margin-right: 10px;
height: 35px;
}
.deleteSelectedButton {
composes: button from '~Components/Link/SpinnerButton.css';
composes: button from "~Components/Link/SpinnerButton.css";
margin-left: 50px;
height: 35px;

View File

@ -1,5 +1,5 @@
.seasonFolder {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
composes: cell from "~Components/Table/Cells/TableRowCell.css";
width: 150px;
}

View File

@ -1,6 +1,6 @@
.details,
.actions {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
composes: cell from "~Components/Table/Cells/TableRowCell.css";
width: 65px;
}

View File

@ -22,7 +22,7 @@ $hoverScale: 1.05;
}
.link {
composes: link from '~Components/Link/Link.css';
composes: link from "~Components/Link/Link.css";
display: block;
color: $defaultColor;

View File

@ -24,7 +24,7 @@ $hoverScale: 1.05;
}
.link {
composes: link from '~Components/Link/Link.css';
composes: link from "~Components/Link/Link.css";
position: relative;
display: block;
@ -88,7 +88,7 @@ $hoverScale: 1.05;
}
.action {
composes: button from '~Components/Link/IconButton.css';
composes: button from "~Components/Link/IconButton.css";
&:hover {
color: #ccc;

View File

@ -1,5 +1,5 @@
.progress {
composes: container from '~Components/ProgressBar.css';
composes: container from "~Components/ProgressBar.css";
border-radius: 0;
background-color: #5b5b5b;
@ -8,7 +8,7 @@
}
.progressBar {
composes: progressBar from '~Components/ProgressBar.css';
composes: progressBar from "~Components/ProgressBar.css";
transition: width 200ms ease;
}

Some files were not shown because too many files have changed in this diff Show More