(front end prep for Purchasing Tickets module)

This commit is contained in:
Adam Wathan
2016-11-07 09:56:51 -05:00
parent a3d6a1efcd
commit ced05329c6
53 changed files with 12963 additions and 273 deletions

View File

@@ -0,0 +1,12 @@
@card-border-color: @color-gray-lighter;
.card {
background: @color-white;
border: 1px solid @card-border-color;
border-radius: @border-radius;
overflow: hidden; // Prevent things breaking out of border radius
}
.card-section {
padding: @spacer-4 @spacer-5;
}