Files
hugoDocs/pipeline/scss/_temp.scss
T
2017-03-01 01:15:23 -06:00

41 lines
677 B
SCSS

#beingreviewed {
background-color: $hugo-pink;
color:white;
position:absolute;
left:40px;
top:20px;
transform:rotate(-10deg);
font-weight:bold;
width:200px;
font-size:36px;
padding:6px;
z-index:9999;
overflow:visible;
text-align:center;
border-radius:15px;
@include card(5);
}
#outdated{
background-color: $hugo-blue;
color:white;
position:absolute;
right:40px;
top:20px;
transform:rotate(10deg);
font-weight:bold;
width:200px;
font-size:32px;
padding:6px;
z-index:9999;
overflow:visible;
text-align:center;
border-radius:15px;
@include card(5);
}
// .twitter-tweet-rendered {
// display:block;
// margin-left:auto;
// margin-right:auto;
// }