kl. Text?nderung
3 // --------------------------------------------------
7 // -------------------------
10 padding: @alert-padding;
11 margin-bottom: @line-height-computed;
12 border: 1px solid transparent;
13 border-radius: @alert-border-radius;
15 // Headings for larger alerts
18 // Specified for the h4 to prevent conflicts of changing @headings-color
21 // Provide class for links that match alerts
23 font-weight: @alert-link-font-weight;
26 // Improve alignment and spacing of inner content
38 // Expand the right padding and account for the close button's positioning.
41 padding-right: (@alert-padding + 20);
43 // Adjust close link position
54 // Generate contextual modifier classes for colorizing the alert.
57 .alert-variant(@alert-success-bg; @alert-success-border; @alert-success-text);
60 .alert-variant(@alert-info-bg; @alert-info-border; @alert-info-text);
63 .alert-variant(@alert-warning-bg; @alert-warning-border; @alert-warning-text);
66 .alert-variant(@alert-danger-bg; @alert-danger-border; @alert-danger-text);