Sha256: fd56ffaf30e38793334d66a733bc3a9a335cd286ebdd92a426fe278aef31a392
Contents?: true
Size: 1.09 KB
Versions: 1
Compression:
Stored size: 1.09 KB
Contents
@import "_variable.scss"; //main-layout-styles .admin-panel { display: flex; width: 100%; height: 100%; // sidebar styles are in sidebar.scss .main { width: calc(100% - 250px); margin-left: 250px; background-color: $main-background; overflow-y: auto; overflow-x: hidden; } } //custom-styles body { box-sizing: border-box; width: 100%; margin: 0px; padding: 0px; font-family: "Lato", sans-serif; } .circular-border { border-radius: 50%; } .f12 { font-size: 12px; } .f14 { font-size: 14px; } .f16 { font-size: 16px; } .f20 { font-size: 20px; } .f24 { font-size: 24px; } //Line Height .lh-32 { line-height: 32px; } a:hover, a { text-decoration: none !important; } .border-top { border-top: 1px solid #ccc; } .border-bottom { border-bottom: 1px solid #ccc; } h6 a { color: white !important; } a:hover { color: lightgrey !important; } .breadcrumb-nav { margin: 0; a { color: lightgrey !important; } } .active { a { color: white !important; } } .hidden { display: none !important; } .pointer { cursor: pointer; }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cm-admin-0.2.0 | lib/generators/cm_admin/templates/assets/stylesheets/base/scaffold.scss |