ember-redux/ember-redux

View on GitHub
docs/assets/default.css

Summary

Maintainability
Test Coverage
body {
  margin: 0;
}
.footer {
  background-color: #856abf;
  color: white;
  text-align: center;
  padding: 20px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 28px;
}
.footer a {
  color: white;
}
.main-page-video-wrapper {
  padding-top: 80px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 20px;
  background-color: #ded8ee;
}
.main-page-video {
  margin:auto;
  width: 80vw;
  height: 45vw;
  max-height: 670.5px;
  max-width: 1192px;
}
.video-description {
  padding-top: 20px;
  text-align: center;
  font-style: italic;
  color: #7051b6;
  font-weight: normal;
}
.video-description a {
  color: #7051b6;
 }
.main-page-logo {
  align-self: center;
}
.ember-logo {
  max-width: 130px;
  height: auto;
}
.redux-logo {
  margin-bottom: 2px;
  max-width: 140px;
  max-height: 100px;
  width: auto;
  height: auto;
}
.main-page-header {
  padding-top: 15px;
  font-size: 20px;
  color: white;
  align-self: center;
}
.main-page-outter {
  padding-left: 8%;
  padding-right: 8%;
}
.main-page {
  background: linear-gradient(125deg, #6f4fb5, #8b72c3 52%, #9a83cb 0, #a895d2);
}
.prepost {
  padding: 25px;
}
.preflex {
  padding: 20px; max-width: 1000px; margin: auto;
}
.theflex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.nav {
 display: flex;
 flex-direction: row-reverse;
 justify-content: space-around;
}
.nav .nav-item {
  padding-top: 30px;
  padding-left: 2%;
  padding-right: 2%;
}
.nav-button {
  font-size: 24px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  color: white;
  text-decoration: none;
  border: 2px solid white;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
@media only screen and (min-width : 320px) {
}
@media only screen and (min-width : 480px) {
}
@media only screen and (min-width : 768px) {
  .nav {
    justify-content: flex-start;
  }
  .nav-button {
    font-size: 30px;
  }
  .main-page-header {
    font-size: 34px;
  }
  .redux-logo {
    padding-left: 10px;
    max-width: 230px;
    max-height: 100px;
  }
  .ember-logo {
    max-width: 206px;
  }
}
@media only screen and (min-width : 992px) {
  .prepost {
    padding: 30px;
  }
  .main-page {
    background: linear-gradient(125deg, #6f4fb5, #8b72c3 63%, #9a83cb 0, #a895d2);
  }
  .nav {
    justify-content: flex-start;
  }
  .nav .nav-item {
    padding-left: 3%;
    padding-right: 3%;
  }
  .nav-button {
    font-size: 30px;
  }
  .main-page-header {
    font-size: 34px;
  }
  .redux-logo {
    padding-left: 10px;
    max-width: 230px;
    max-height: 100px;
  }
  .ember-logo {
    max-width: 206px;
  }
}
@media only screen and (min-width : 1200px) {
  .prepost {
    padding: 40px;
  }
  .main-page {
    background: linear-gradient(125deg, #6f4fb5, #8b72c3 70%, #9a83cb 0, #a895d2);
  }
  .nav-button {
    font-size: 30px;
  }
  .main-page-header {
    font-size: 34px;
  }
  .main-page-header {
    font-size: 34px;
  }
  .nav {
    justify-content: flex-start;
  }
  .nav .nav-item {
    padding-left: 2%;
    padding-right: 2%;
  }
}