mirror of
https://github.com/danog/sass-site.git
synced 2024-12-13 18:07:35 +01:00
21 lines
342 B
SCSS
21 lines
342 B
SCSS
// ===========================================================================
|
|
// MESSAGES
|
|
|
|
|
|
|
|
.release-information {
|
|
@include float-right;
|
|
margin-top: .875em;
|
|
width: 19.3333333333333em;
|
|
text-align: left;
|
|
|
|
p,
|
|
ul { padding: 0; }
|
|
|
|
ul { @extend %horizontal-list; }
|
|
|
|
li:last-child {
|
|
float: right;
|
|
text-align: right;
|
|
}
|
|
} |