mirror of
https://github.com/tiennm99/hugoDocs.git
synced 2026-09-13 10:18:27 +00:00
41 lines
677 B
SCSS
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;
|
|
// } |