remove border radius from alerts

This commit is contained in:
Mads Rasmussen
2017-04-06 16:24:22 +02:00
parent 8d7891d203
commit fc862f8434
2 changed files with 3 additions and 1 deletions

View File

@@ -11,7 +11,7 @@
margin-bottom: @baseLineHeight;
background-color: @warningBackground;
border: 1px solid @warningBorder;
.border-radius(@baseBorderRadius);
.border-radius(@alertBorderRadius);
}
.alert,
.alert h4,

View File

@@ -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.