remove border radius from alerts
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
margin-bottom: @baseLineHeight;
|
||||
background-color: @warningBackground;
|
||||
border: 1px solid @warningBorder;
|
||||
.border-radius(@baseBorderRadius);
|
||||
.border-radius(@alertBorderRadius);
|
||||
}
|
||||
.alert,
|
||||
.alert h4,
|
||||
|
||||
@@ -327,6 +327,8 @@
|
||||
@infoBackground: @turquoise-d1;
|
||||
@infoBorder: transparent;
|
||||
|
||||
@alertBorderRadius: 0;
|
||||
|
||||
// SD: Had to duplicate the above but prefix with 'form' inversed colors
|
||||
// because we cannot share the above alert colors with forms otherwise we end up with white
|
||||
// text and giant red backgrounds.
|
||||
|
||||
Reference in New Issue
Block a user