mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-01-26 11:14:06 +00:00
13 lines
282 B
Plaintext
13 lines
282 B
Plaintext
@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;
|
|
}
|