Browse Source

minify css and fix fonts paths

pull/49/merge
Quique Fernandez 8 years ago
parent
commit
423cee76b6
3 changed files with 18 additions and 12 deletions
  1. +15
    -10
      src/Web/WebMVC/wwwroot/css/app.component.css
  2. +2
    -2
      src/Web/WebMVC/wwwroot/css/app.css
  3. +1
    -0
      src/Web/WebMVC/wwwroot/css/app.min.css

+ 15
- 10
src/Web/WebMVC/wwwroot/css/app.component.css View File

@ -1,15 +1,20 @@
.esh-app-footer {
background-color: #000000;
border-top: 1px solid #EEEEEE;
margin-top: 2.5rem;
padding-bottom: 2.5rem;
padding-top: 2.5rem;
width: 100%; }
.esh-app-footer-brand {
background-color: #000000;
border-top: 1px solid #EEEEEE;
margin-top: 2.5rem;
padding-bottom: 2.5rem;
padding-top: 2.5rem;
width: 100%;
}
.esh-app-footer-brand {
height: 50px;
width: 230px; }
.esh-app-footer-text {
width: 230px;
}
.esh-app-footer-text {
color: #83D01B;
line-height: 50px;
text-align: right;
width: 100%; }
width: 100%;
}

+ 2
- 2
src/Web/WebMVC/wwwroot/css/app.css View File

@ -1,13 +1,13 @@
@font-face {
font-family: Montserrat;
font-weight: 400;
src: url("./fonts/Montserrat-Regular.eot?") format("eot"), url("./fonts/Montserrat-Regular.woff") format("woff"), url("./fonts/Montserrat-Regular.ttf") format("truetype"), url("./fonts/Montserrat-Regular.svg#Montserrat") format("svg");
src: url(".../fonts/Montserrat-Regular.eot?") format("eot"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype"), url("../fonts/Montserrat-Regular.svg#Montserrat") format("svg");
}
@font-face {
font-family: Montserrat;
font-weight: 700;
src: url("./fonts/Montserrat-Bold.eot?") format("eot"), url("./fonts/Montserrat-Bold.woff") format("woff"), url("./fonts/Montserrat-Bold.ttf") format("truetype"), url("./fonts/Montserrat-Bold.svg#Montserrat") format("svg");
src: url("../fonts/Montserrat-Bold.eot?") format("eot"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("truetype"), url("../fonts/Montserrat-Bold.svg#Montserrat") format("svg");
}
html,


+ 1
- 0
src/Web/WebMVC/wwwroot/css/app.min.css
File diff suppressed because it is too large
View File


Loading…
Cancel
Save