Sha256: dbdee6c27fc7fc1786c9dd9d047597068a4a49af70d5d94fdfa290a906b4b189
Contents?: true
Size: 1.06 KB
Versions: 1
Compression:
Stored size: 1.06 KB
Contents
$nodes-font-size: 13px; $nodes-text-color: #555; $nodes-table-border: #ddd; /*==================================================== Global ========================================================*/ body, p, ol, ul, td, div, input, textarea, select { font-family: arial, helvetica, sans-serif; text-align: left; font-size: $nodes-font-size; color: $nodes-text-color; text-align: left; } html, body { width: 100%; height: 100%; margin: 0; padding: 0; } div { display: block; float: left; } table { border: 0px; padding: 0px; margin: 0px; font-size: $nodes-font-size; border-collapse: collapse; th, td { border: 0px; padding: 0px; margin: 0px; } } a { float: left; border: 0px; text-decoration: none; color: $nodes-text-color; font-weight: bold; } a:hover { text-decoration: underline; } table.nodes-list { float: left; clear: both; margin-left: 2px; margin-right: 20px; td, th { padding: 2px 4px 2px 4px; border: 1px $nodes-table-border solid; } } a.nodes-action { width: 20px; height: 20px; }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
nodes-0.2.4 | app/assets/stylesheets/nodes/nodes.scss |