Sha256: 8290c7d4723db3643e8fd216d56938f04e5793c738e082f4bb8fc5e4ba433097
Contents?: true
Size: 1.04 KB
Versions: 2
Compression:
Stored size: 1.04 KB
Contents
@import "variables"; @import "bootstrap"; .navbar-brand { } td.action-column { width: 2rem; } .action-button { margin-right: 0.5rem; min-width: 5rem; } table { td.action-column { padding-right: 0.2rem; padding-left: 0.2rem; } .action-button { margin-right: 0.2rem; min-width: 2rem; .button-title { display: none; } } } form { label { display: inline; } } .json-field { .form-control, .form-select { width: calc(100% - 2.5rem); display: inline; } .action-button { min-width: 2rem; margin-left: 0.2rem; .button-title { display: none; } } } #theme-select { font-size: 1.5rem; padding: 0.2rem 0.8rem; position: absolute; right: 0; a { &.dark-theme { color: #{$theme-select-icon-dark}; &:hover, &:active { color: #{lighten($theme-select-icon-dark, 10%)}; } } &.light-theme { color: #{$theme-select-icon-light}; &:hover, &:active { color: #{lighten($theme-select-icon-light, 10%)}; } } } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
active_element-0.0.3 | app/assets/stylesheets/active_element/application.scss |
active_element-0.0.2 | app/assets/stylesheets/active_element/application.scss |