|
|
|
@@ -411,4 +411,33 @@ a { |
|
|
|
|
|
|
|
.no-transition { |
|
|
|
transition: 0s !important; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.corner-ribbon { |
|
|
|
width: 200px; |
|
|
|
background: #e43; |
|
|
|
position: absolute; |
|
|
|
top: 25px; |
|
|
|
left: -50px; |
|
|
|
text-align: center; |
|
|
|
padding: 10px; |
|
|
|
letter-spacing: 1px; |
|
|
|
color: #f0f0f0; |
|
|
|
transform: rotate(-45deg); |
|
|
|
-webkit-transform: rotate(-45deg); |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.corner-ribbon.bottom-right{ |
|
|
|
top: auto; |
|
|
|
right: -50px; |
|
|
|
bottom: 25px; |
|
|
|
left: auto; |
|
|
|
transform: rotate(-45deg); |
|
|
|
-webkit-transform: rotate(-45deg); |
|
|
|
} |
|
|
|
|
|
|
|
a.corner-ribbon { |
|
|
|
text-decoration: none; |
|
|
|
} |