mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
10 lines
169 B
SCSS
10 lines
169 B
SCSS
|
.cms-south-actions {
|
||
|
height: 53px;
|
||
|
position: absolute;
|
||
|
bottom: 0;
|
||
|
width: 100%;
|
||
|
border-top: 1px solid #ddd;
|
||
|
background-color: #f6f7f8;
|
||
|
padding: 8px 15px;
|
||
|
}
|