Sha256: 0845a32e620e59a04fc4e972b6b318d4d8d15bf18fcd61a45d21fd1d14beff6b
Contents?: true
Size: 1.31 KB
Versions: 5
Compression:
Stored size: 1.31 KB
Contents
// Basics //--------------------------------------------------- * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } // Helpers .block-table { display: table; width: 100%; .table-cell { display: table-cell; vertical-align: middle; padding: 0 10px; &:first-child { padding-left: 0; } &:last-child { padding-right: 0; } } } // For block grids .frameless { margin-left: -10px; margin-right: -10px; } // Header //--------------------------------------------------- #header { background-color: $color-1; padding: 5px 0; } #logo { height: 40px } [data-hook="admin-title"] { font-size: 14px } .page-title { i { color: $color-2; } } // Content //--------------------------------------------------- #content { background-color: $color-1; position: relative; z-index: 0; padding: 0; margin-top: 15px; } #content-header { padding: 15px 0; background-color: very-light($color-3); border-bottom: 1px solid $color-border; .page-title { font-size: 20px; } .page-actions { text-align: right; .button { font-size: 85%; } } } // Footer //--------------------------------------------------- #footer { margin-top: 15px; border-top: 1px solid $color-border; padding: 10px 0; }
Version data entries
5 entries across 5 versions & 2 rubygems