camilosampedro/Aton

View on GitHub
app/assets/app/app.component.css

Summary

Maintainability
Test Coverage
h1 {
  font-size: 1.2em;
  color: #999;
  margin-bottom: 0;
}
h2 {
  font-size: 2em;
  margin-top: 0;
  padding-top: 0;
}
nav a {
  padding: 5px 10px;
  text-decoration: none;
  margin-top: 10px;
  display: inline-block;
  background-color: #eee;
  border-radius: 4px;
}
nav a:visited, a:link {
  color: #607D8B;
}
nav a:hover {
  color: #039be5;
  background-color: #CFD8DC;
}
nav a.active {
  color: #039be5;
}

.logo {
  background-color: #F2711C !important;
}

.content {
  height: 100vh;
  background-color: aliceblue;
}
.aton{
  margin-top: 25px !important;
  margin-left: 210px !important;
}