Sha256: d2ac30815648a7009fb48439debd02f1bf4d1d27e6015a1906e29dfebe2e4d68
Contents?: true
Size: 695 Bytes
Versions: 18
Compression:
Stored size: 695 Bytes
Contents
/* Place all the styles related to the matching controller here. They will automatically be included in application.css. */ #tree-buttons div { z-index: 1; } #tree-container { padding-top: 40px; } .pos-fixed { position: fixed; } .pos-fixed .flex *:not(:first-child ) { margin-left: 5px; width: initial; } [id^='section'] { height: 800px; overflow-y: auto; } .change-diff-btn { background-color: orange; } .addition-diff-btn { background-color: green; } .deletion-diff-btn { background-color: red; } .change-diff { background-color: orange; } .deletion-diff { background-color: red; } .addition-diff { background-color: green; }
Version data entries
18 entries across 18 versions & 1 rubygems