Add banner back on send sms page

This commit is contained in:
Chris Hill-Scott
2016-02-23 11:24:40 +00:00
parent 2202994fdc
commit db5aa0e092
2 changed files with 15 additions and 3 deletions

View File

@@ -64,13 +64,18 @@
}
.banner-info,
.banner-important {
@extend %banner;
background: $white;
color: $text-colour;
background-image: file-url('icon-important-2x.png');
background-size: 34px 34px;
background-position: 0 0;
background-position: 0 0px;
background-repeat: no-repeat;
padding: 7px 0 5px 50px;
}
.banner-info {
background-image: file-url('icon-information-2x.png');
}