payment view improvement

This commit is contained in:
Rishabh Saxena 2016-07-22 00:05:30 +05:30
parent 6d8605073f
commit 851b467235
3 changed files with 2 additions and 32 deletions

View file

@ -10,7 +10,6 @@
*= require osem-splash
*= require font-awesome
*= require osem-fonts
*= require osem-payments
*= require bootstrap-markdown
*= require bootstrap-datetimepicker
*= require leaflet

View file

@ -1,23 +0,0 @@
.price-tags {
list-style-type: none;
padding-top: 2rem;
}
.price-tags li {
line-height: 40px;
position: relative;
margin-right: -3rem;
}
.price-tags a {
background: #2f991d;
color: #fff;
font-size: 1.5rem;
padding: 9px 10px;
text-decoration: none;
}
.price-tags a:after {
content: "";
float: left;
border-top: 20px solid transparent;
border-right: 20px solid #2f991d;
border-bottom: 20px solid transparent;
}