mirror of
https://github.com/danog/sass-site.git
synced 2024-12-13 09:57:35 +01:00
32 lines
517 B
SCSS
32 lines
517 B
SCSS
// ===========================================================================
|
|
// MESSAGES
|
|
|
|
|
|
|
|
.release-information {
|
|
margin-top: -2em;
|
|
padding: .5em 0;
|
|
|
|
p,
|
|
ul { @include font-size($font-size, $line-height-alt); }
|
|
|
|
strong {
|
|
white-space: nowrap;
|
|
}
|
|
|
|
@include at-breakpoint($break-iPhone) {
|
|
ul { @extend %horizontal-list-iPhone; }
|
|
}
|
|
|
|
@include at-breakpoint($break-iPad) {
|
|
padding: 1em 0;
|
|
|
|
p,
|
|
ul {
|
|
@include float-left;
|
|
padding: 0;
|
|
}
|
|
|
|
p { margin-right: 2em; }
|
|
}
|
|
} |