sass-site/source/assets/css/components/_alerts.scss

45 lines
760 B
SCSS
Raw Normal View History

2013-10-09 12:30:53 +02:00
.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 {
2013-10-11 22:06:20 +02:00
@extend %reset-list;
2013-10-09 12:30:53 +02:00
text-align: inherit;
margin-bottom: -0.16em;
2013-10-11 22:06:20 +02:00
2013-10-13 01:26:11 +02:00
@include breakpoint($tablet-small) { @extend %horizontal-list-tablet-small; }
2013-10-09 12:30:53 +02:00
}
2013-10-11 22:06:20 +02:00
.release-name { white-space: nowrap; }
2014-07-23 00:27:15 +02:00
.alert.stickers {
background: $midnight-blue;
}
.browsehappy {
margin: 0;
padding: 0;
background: 0;
color: inherit;
}