Slide 64
Slide 64 text
body {
min-width: 960px;
background: transparent url(/images/layout/bg_sky.png) top left
repeat-x;
// Add a visual banner to the top corner for dev mode
&.development {
&:after {
position: fixed;
content: 'development';
background-color: hsl(295, 77%, 74%);
@include rotate(-45deg);
white-space: nowrap;
top: 26px;
left: -50px;
width: 200px;
padding: 10px 0;
text-align: center;
color: $color_white;
font-size: 14px;
}
}
}
Rails app sass