Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions pull-out.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
/*!
* Sometimes referred to as a 'Call out' areas in traditional print.
* Used to set content apart with a different typeface or contrasting background colour.
*/

.pull-out-default {
background-color: @btn-default-bg;
color: @btn-default-color;
}
.pull-out-primary {
background-color: @brand-primary;
color: @white;
}
.pull-out-success {
background-color: @brand-success;
color: @white;
}
.pull-out-info {
background-color: @brand-info;
color: @white;
}
.pull-out-warning {
background-color: @brand-warning;
color: @white;
}
.pull-out-danger {
background-color: @brand-danger;
color: @white;
}