Newer
Older
eShopOnWeb-VerticalFeatureSlices / src / Web / wwwroot / css / app.component.css
@Derek Comartin Derek Comartin on 27 Jul 2021 405 bytes Init
.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%;
  bottom: 0; }
  .esh-app-footer-brand {
    height: 50px;
    width: 230px; }

.esh-app-header {
  margin: 15px; }

.esh-app-wrapper {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  justify-content: space-between; }