mirror of
https://github.com/jasny/bootstrap.git
synced 2026-01-20 03:47:59 -05:00
Added .header-actions and .table-actions
This commit is contained in:
14
less/jasny/actions-areas.less
Normal file
14
less/jasny/actions-areas.less
Normal file
@@ -0,0 +1,14 @@
|
||||
// Action-areas.less
|
||||
// -----------------
|
||||
|
||||
// Page header actions
|
||||
.header-actions {
|
||||
line-height: 36px;
|
||||
padding: 0 20px;
|
||||
}
|
||||
|
||||
// Table actions
|
||||
.table-actions {
|
||||
.clearfix();
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
Reference in New Issue
Block a user