October promo banner

This commit is contained in:
Albert Santoni 2015-09-17 15:38:00 -04:00
parent 3d07260a9d
commit 8308ce9cac
2 changed files with 26 additions and 0 deletions

View file

@ -238,3 +238,25 @@
margin-top:10px;
background: url('images/august_aweomse_promo_banner.png') no-repeat;
}
.billing-panel .educational-discount {
border: 1px solid #306999;
border-radius: 3px;
margin-top: 10px;
margin-bottom: 10px;
box-sizing: border-box;
padding: 16px;
background-color: #b8d9f4;
color: #234f5d;
}
.billing-panel .educational-discount h4 {
color: #1e415d;
font-weight: bold;
margin: 0px;
padding: 0px;
margin-bottom: 5px;
}
.billing-panel .educational-discount p {
margin: 0px;
}