Skip to content

Commit 971c3ab

Browse files
author
Quique Fernandez
committed
Identity server css fixed
1 parent de5c81b commit 971c3ab

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

src/Services/Identity/eShopOnContainers.Identity/wwwroot/css/site.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@
5252
}
5353

5454
body {
55-
padding-top: 80px;
56-
/*padding-bottom: 20px;*/
5755
font-family: Montserrat,sans-serif;
5856
min-width:480px;
5957
}
@@ -372,6 +370,7 @@ select::-ms-expand {
372370
.home-catalog-filter-container {
373371
background-color: #00A69C;
374372
height:63px;
373+
line-height: 76px;
375374
}
376375

377376
.home-catalog-filter-container li a {

src/Services/Identity/eShopOnContainers.Identity/wwwroot/css/site.less

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,6 @@
6969
}
7070

7171
body {
72-
padding-top: 80px;
73-
/*padding-bottom: 20px;*/
7472
font-family: Montserrat,sans-serif;
7573
min-width:480px;
7674
}
@@ -389,6 +387,7 @@ select::-ms-expand {
389387
.home-catalog-filter-container {
390388
background-color: #00A69C;
391389
height:63px;
390+
line-height: 76px;
392391
}
393392

394393
.home-catalog-filter-container li a {

0 commit comments

Comments
 (0)