mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-02-21 16:55:33 +00:00
(add alert and list styles)
This commit is contained in:
16
resources/assets/less/alerts.less
Normal file
16
resources/assets/less/alerts.less
Normal file
@@ -0,0 +1,16 @@
|
||||
@alert-x-padding: @spacer-5;
|
||||
@alert-y-padding: @spacer-4;
|
||||
@alert-border-radius: @border-radius;
|
||||
|
||||
.alert {
|
||||
padding: @alert-y-padding @alert-x-padding;
|
||||
background-color: #fff;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-radius: @alert-border-radius;
|
||||
}
|
||||
|
||||
.alert-danger {
|
||||
background-color: hsl(hue(@color-danger), 100%, 99%);
|
||||
border-color: @color-danger;
|
||||
}
|
||||
Reference in New Issue
Block a user