mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-03-08 06:02:10 +00:00
(front end prep for Purchasing Tickets module)
This commit is contained in:
12
resources/assets/less/card.less
Normal file
12
resources/assets/less/card.less
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user