Sha256: d4dfcc53865a74d654e3ef64f7cf7cc57d4fd8bf548bd4ec63aaf074e3d78107
Contents?: true
Size: 747 Bytes
Versions: 1
Compression:
Stored size: 747 Bytes
Contents
/* TITLE PAGE */ #title_bar { background: $bg-white; text-shadow: none; border: none; border-radius: $global-border-radius; margin: 1rem; margin-top: -34px; margin-bottom: 0; width: calc(100% - 2rem); box-shadow: $global-shadow; display: flex; max-width: auto; width: auto; justify-content: space-between; align-items: center; #page_title { color: $global-text-color; font-family: $font-family; font-size: 1.2rem; font-weight: bold; } } #titlebar_left { height: auto !important; .breadcrumb .breadcrumb_sep { color: $global-text-color; } a { color: $global-text-color; } } .inputs { h3 { font-family: $font-family; font-size: 1.2rem; margin: 0 0 1.5rem 0; } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
light_admin-1.1.4 | app/assets/stylesheets/light_admin/components/_titles.scss |