mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-02-20 06:55:13 +00:00
(front end prep for Purchasing Tickets module)
This commit is contained in:
13
resources/assets/less/borders.less
Normal file
13
resources/assets/less/borders.less
Normal file
@@ -0,0 +1,13 @@
|
||||
@border-color: @color-gray-lighter;
|
||||
@border-radius: 0.25rem;
|
||||
|
||||
@border-1: 1px;
|
||||
|
||||
.border { border: 1px solid @border-color; }
|
||||
|
||||
.border-t { border-top: @border-1 solid @border-color; }
|
||||
.border-b { border-bottom: @border-1 solid @border-color; }
|
||||
.border-l { border-left: @border-1 solid @border-color; }
|
||||
.border-r { border-right: @border-1 solid @border-color; }
|
||||
|
||||
.border-rounded { border-radius: @border-radius; }
|
||||
Reference in New Issue
Block a user