sass-site/source/assets/stylesheets/components/_alerts.scss
₍˄ุ.͡˳̫.˄ุ₎ 67765c6baa layout fix
2013-10-12 14:25:16 -04:00

33 lines
603 B
SCSS

.alert {
@include padding-leader(.5);
@include padding-trailer(.5);
background: darken($color-background-invert, 5);
color: $color-text-invert;
ul,
p {
margin: {
right: 0;
left: 0;
}
padding-bottom: 0;
}
a {
font-weight: $font-weight-bold;
color: darken($color-text-strong-invert, 10%);
&:hover,
&:focus { border-bottom: 1px solid $color-text-invert; }
}
}
.release ul {
@extend %reset-list;
text-align: inherit;
@include breakpoint($mobile-small) { @extend %horizontal-list-mobile-small; }
}
.release-name { white-space: nowrap; }