Sha256: e627ac4d7ef12a4713ffdc2ed9c351668f5bfb166548c94fdd3fa65186c6585f

Contents?: true

Size: 1.88 KB

Versions: 3

Compression:

Stored size: 1.88 KB

Contents

/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *
 *= require bootstrap/dist/css/bootstrap
 *= require font-awesome/scss/font-awesome
 *= require angular-ui-tree/dist/angular-ui-tree.min
 *= require codemirror/lib/codemirror
 *= require codemirror/addon/display/fullscreen
 *= require angular-ui-select/dist/select
 *= require angular-toggle-switch/angular-toggle-switch
 *= require angular-toggle-switch/angular-toggle-switch-bootstrap
 *= require angular-loading-bar/build/loading-bar
 *= require alertify/themes/alertify.core
 *= require alertify/themes/alertify.bootstrap
 *= require angular-xeditable/dist/css/xeditable
 *= require ng-sortable/dist/ng-sortable
 *= require rdash-ui/dist/css/rdash
 *= require kms/custom
 *= require application
 *= require_self
 */
 .angular-ui-tree-handle {
     margin: 20px 10px;
     height: 50px;
     background-color: #f6f6f6;
     border: 1px solid #dae2ea;
     padding: 10px;
     border-radius: 10px;
 }

 .angular-ui-tree-handle:hover {
     background: #f4f6f7;
     border-color: #dce2e8;
 }

 .angular-ui-tree-placeholder {
     background: #f0f9ff;
     border: 2px dashed #bed2db;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
 }


 .group-title {
     background-color: #687074 !important;
     color: #FFF !important;
 }

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
kms-1.1.0 app/assets/stylesheets/kms/application.css
kms-1.0.1 app/assets/stylesheets/kms/application.css
kms-1.0.0 app/assets/stylesheets/kms/application.css