1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-27 23:06:29 -04:00

Upgraded to webpack 4

This commit is contained in:
Mark McDowall
2019-03-03 11:29:12 -08:00
parent ca32434535
commit 08990dd58a
198 changed files with 5697 additions and 2210 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
.page {
composes: page from './Page.css';
composes: page from '~./Page.css';
margin-top: 20px;
text-align: center;
@@ -38,7 +38,7 @@
}
.donate {
composes: link from 'Components/Link/Link.css';
composes: link from '~Components/Link/Link.css';
width: 30px;
color: $themeRed;
+1 -1
View File
@@ -1,3 +1,3 @@
.page {
composes: page from './Page.css';
composes: page from '~./Page.css';
}
@@ -1,3 +1,3 @@
.content {
composes: content from './PageContent.css';
composes: content from '~./PageContent.css';
}
@@ -1,3 +1,3 @@
.status {
composes: label from 'Components/Label.css';
composes: label from '~Components/Label.css';
}
@@ -1,5 +1,5 @@
.toolbarButton {
composes: link from 'Components/Link/Link.css';
composes: link from '~Components/Link/Link.css';
width: $toolbarButtonWidth;
text-align: center;
@@ -23,7 +23,7 @@
}
.overflowMenuButton {
composes: menuButton from 'Components/Menu/ToolbarMenuButton.css';
composes: menuButton from '~Components/Menu/ToolbarMenuButton.css';
}
.overflowMenuItemIcon {