Browse Source

Remove unused style file

pull/272/head
Halil İbrahim Kalkan 8 years ago
parent
commit
de9e44a5fd
  1. 4
      src/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic/compilerconfig.json
  2. 5867
      src/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic/wwwroot/styles/mybstheme.css
  3. 7
      src/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic/wwwroot/styles/mybstheme.min.css
  4. 4
      src/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic/wwwroot/styles/mybstheme.scss

4
src/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic/compilerconfig.json

@ -1,8 +1,4 @@
[
{
"outputFile": "wwwroot/styles/mybstheme.css",
"inputFile": "wwwroot/styles/mybstheme.scss"
},
{
"outputFile": "wwwroot/styles/libs/datatables.css",
"inputFile": "wwwroot/styles/libs/datatables.scss"

5867
src/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic/wwwroot/styles/mybstheme.css

File diff suppressed because it is too large

7
src/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic/wwwroot/styles/mybstheme.min.css

File diff suppressed because one or more lines are too long

4
src/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic/wwwroot/styles/mybstheme.scss

@ -1,4 +0,0 @@
$navbar-dark-color: rgba(#fff,.8);
$navbar-dark-hover-color: rgba(#fff,1.0);
@import "../libs/bootstrap/scss/bootstrap.scss";
Loading…
Cancel
Save