silverstripe-framework/admin/javascript/src/styles/_layout.scss

10 lines
287 B
SCSS
Raw Normal View History

.cms-south-actions { // Todo: update variables
height: 53px; // navbar-total-height
2016-04-11 23:15:04 +02:00
position: absolute;
bottom: 0;
width: 100%;
border-top: 1px solid #ddd; // $border-color
background-color: #f6f7f8; // $body-bg
padding: 10px 15px; // $spacer-y*.625 $spacer-x
2016-04-11 23:15:04 +02:00
}