Sha256: 2fa7b39a7404dc1ec7c455ce2d21ff7ee1aa9af90fe2064d25d827d8d191a8f2
Contents?: true
Size: 878 Bytes
Versions: 36
Compression:
Stored size: 878 Bytes
Contents
.node-select--node, .node-select--node-url { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; } .node-select--node { display: flex; align-items: center; height: 21px; .icon { margin: 0 8px 0 4px; .select2-highlighted & { color: $white; } } } .node-select--node-name { font-weight: bold; } .node-select--node-url { margin-left: auto; padding: $default-padding 2 * $default-padding; color: $dark-gray; font-size: $small-font-size; .select2-highlighted & { color: $white; } } // The container of the rendered node is slightly larger than other a line of // text, as it would be for the Alchemy::Ingredients::Page. Reducing the padding here from 0.6em // to 0.4em centers the content nicely. .ingredient-editor.node { .select2-container.alchemy_selectbox .select2-choice { padding: 0.4em 0.75em; } }
Version data entries
36 entries across 36 versions & 1 rubygems