Doom line

stable
Xavier Julián 2016-04-29 12:01:24 +02:00
parent c09562fe2c
commit 88e6b5909e
2 changed files with 13 additions and 15 deletions

View File

@ -0,0 +1,13 @@
.doom-line {
align-items: center;
background: $red-light;
display: flex;
justify-content: center;
margin: .5rem 0;
padding: .25rem 0;
span {
@include font-size(small);
@include font-type(text);
color: $white;
}
}

View File

@ -243,21 +243,6 @@
}
}
}
.doom-line {
background: $red;
margin: .2rem 0;
padding: .6rem 0;
position: relative;
width: 100%;
span {
@include font-size(small);
@include font-type(text);
color: $white;
position: absolute;
right: .5rem;
top: -3px;
}
}
.us-settings {
flex-shrink: 0;
margin-left: 2rem;