Working on styling for new Login page
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
margin-top: 2.5rem;
|
||||
padding-bottom: 2.5rem;
|
||||
padding-top: 2.5rem;
|
||||
width: 100%; }
|
||||
width: 100%;
|
||||
bottom: 0; }
|
||||
.esh-app-footer-brand {
|
||||
height: 50px;
|
||||
width: 230px; }
|
||||
|
||||
2
src/Web/wwwroot/css/app.component.min.css
vendored
2
src/Web/wwwroot/css/app.component.min.css
vendored
@@ -1 +1 @@
|
||||
.esh-app-footer{background-color:#000;border-top:1px solid #eee;margin-top:2.5rem;padding-bottom:2.5rem;padding-top:2.5rem;width:100%;}.esh-app-footer-brand{height:50px;width:230px;}.esh-app-header{margin:15px;}
|
||||
.esh-app-footer{background-color:#000;border-top:1px solid #eee;margin-top:2.5rem;padding-bottom:2.5rem;padding-top:2.5rem;width:100%;bottom:0;}.esh-app-footer-brand{height:50px;width:230px;}.esh-app-header{margin:15px;}
|
||||
@@ -12,6 +12,7 @@
|
||||
padding-top: $padding;
|
||||
width: 100%;
|
||||
|
||||
bottom: 0;
|
||||
$height: 50px;
|
||||
|
||||
&-brand {
|
||||
|
||||
Reference in New Issue
Block a user