Browse Source

Identity server css fixed

pull/49/merge
Quique Fernandez 8 years ago
parent
commit
971c3abd08
2 changed files with 2 additions and 4 deletions
  1. +1
    -2
      src/Services/Identity/eShopOnContainers.Identity/wwwroot/css/site.css
  2. +1
    -2
      src/Services/Identity/eShopOnContainers.Identity/wwwroot/css/site.less

+ 1
- 2
src/Services/Identity/eShopOnContainers.Identity/wwwroot/css/site.css View File

@ -52,8 +52,6 @@
}
body {
padding-top: 80px;
/*padding-bottom: 20px;*/
font-family: Montserrat,sans-serif;
min-width:480px;
}
@ -372,6 +370,7 @@ select::-ms-expand {
.home-catalog-filter-container {
background-color: #00A69C;
height:63px;
line-height: 76px;
}
.home-catalog-filter-container li a {


+ 1
- 2
src/Services/Identity/eShopOnContainers.Identity/wwwroot/css/site.less View File

@ -69,8 +69,6 @@
}
body {
padding-top: 80px;
/*padding-bottom: 20px;*/
font-family: Montserrat,sans-serif;
min-width:480px;
}
@ -389,6 +387,7 @@ select::-ms-expand {
.home-catalog-filter-container {
background-color: #00A69C;
height:63px;
line-height: 76px;
}
.home-catalog-filter-container li a {


Loading…
Cancel
Save