mirror of
https://github.com/jasny/bootstrap.git
synced 2026-04-24 03:00:49 -04:00
15 lines
202 B
Plaintext
15 lines
202 B
Plaintext
// Action-areas.less
|
|
// -----------------
|
|
|
|
// Page header actions
|
|
.header-actions {
|
|
line-height: 36px;
|
|
padding: 0 20px;
|
|
}
|
|
|
|
// Table actions
|
|
.table-actions {
|
|
.clearfix();
|
|
padding-bottom: 20px;
|
|
}
|