Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
style.css 968 B
@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700);

body, html{
  font-family: Roboto, sans-serif;
  margin: 0;
}

a {
  color: #c5050c;
}

a:hover{
  color: #600;
}

.mr-header {
  min-height: 64px;
}

.mr-title {
  font-size: 32px;
}

h3 {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 0px;
}

h4 {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 0px;
}

.mr-main__content {
  padding: 0 15px;
}

.outage-title {
  margin: 0 auto;
  font-weight: 100;
  color:#fff;
  line-height: 64px;
  font-size: 20px;
  letter-spacing:.02em;
}

.photo-div {
  position: absolute;
}

.crest {
  position: relative;
  overflow: hidden;
  display: block;
  width: 200px;
  z-index: 5;
  padding: 15px 0;
}

.img__bucky-sad {
  display: block;
  margin: 0 auto;
  padding: 16px 16px 0;
}

.mdl-layout__header {
  background: #c5050c;
}

.mdl-layout__fixed-header .mdl-layout__header-row,
.mdl-layout__header-row {
  padding: 0 16px;
}