sass-site/source/assets/stylesheets/components/_release-information.scss

21 lines
342 B
SCSS
Raw Normal View History

// ===========================================================================
// MESSAGES
.release-information {
@include float-right;
2012-11-28 13:09:45 +01:00
margin-top: .875em;
width: 19.3333333333333em;
text-align: left;
p,
ul { padding: 0; }
ul { @extend %horizontal-list; }
2012-11-28 13:09:45 +01:00
li:last-child {
float: right;
text-align: right;
}
}