Sha256: c36c114a23064b42afb2e274216fd04af46be9f00bc88fc06d725ed98680661c
Contents?: true
Size: 1.3 KB
Versions: 1
Compression:
Stored size: 1.3 KB
Contents
// ======================================================================== // Component: placeholder.less // ======================================================================== // Defines styles for placeholder boxes // Create a placeholder space that can be used for uploading files via drag and drop. // Based on uikit placeholder addon // ======================================================================== // Variables // ======================================================================== $placeholder-margin-vertical: 15px; $placeholder-padding: 20px; $placeholder-border: #ddd; $placeholder-background: #fafafa; $placeholder-color: #444; $placeholder-large-padding-vertical: 80px; // Placeholder container .box-placeholder { margin-bottom: $placeholder-margin-vertical; padding: $placeholder-padding; border: 1px dashed $placeholder-border; background: $placeholder-background; color: $placeholder-color; } // Remove margin from the last-child .box-placeholder > :last-child { margin-bottom: 0; } // Variant .box-placeholder-lg { padding-top: $placeholder-large-padding-vertical; padding-bottom: $placeholder-large-padding-vertical; }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
radius-rails-3.1.4 | app/assets/stylesheets/radius-theme/app/placeholder.scss |