Sha256: 76ca0630169224f81ad23d23de69c81d3da7e37bb96bb1a9cf8b8186c199a04e
Contents?: true
Size: 602 Bytes
Versions: 1
Compression:
Stored size: 602 Bytes
Contents
// Place all the styles related to the user controller here. // They will automatically be included in application.css. // You can use Sass (SCSS) here: https://sass-lang.com/ @import '_variable.scss'; .user-foreground{ background-color: $table-background !important; width: 95% !important; z-index: 1; border-radius: 7px; margin: 20px auto; height: 60vh; box-shadow: -1px 4px 12px -3px rgba(0,0,0,0.18); .user-details{ display: grid; position: relative; grid-template-columns: 1fr 1fr; width: 40%; margin-top: 65px; } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cm-admin-0.1.0 | lib/generators/cm_admin/templates/assets/stylesheets/user.scss |