Sha256: b62cad819bb5e997d35f58980f1065afc47e644e3793d3179fd318b17bfb1daa

Contents?: true

Size: 757 Bytes

Versions: 3

Compression:

Stored size: 757 Bytes

Contents

#geri-editor {
  @import 'twitter/bootstrap';
  @import './skin-blue';

  .navbar, .navbar > .container, .navbar .navbar-brand {
    height: 32px;
    min-height: 32px;
    .navbar-brand {
      color: #FFF;
      padding: 5px 0 0 15px;
      font-size: small
    }
    .nav, .nav > li {
      height: 32px;
      a {
        padding: 2px;
      }
      .navbar-btn {
        margin: 2px 2px 0;
      }
    }
  }
}

body {
  padding-top: 32px !important;
  @keyframes highlight {
    0%  { background-color: #FFF;    }
    50% { background-color: #9dff00; }
    75% { background-color: #f3ffe0; }
    100% { background-color: #FFF; }
  }
  .highlight {
    animation-name: highlight;
    animation-duration: 1s;
    border-bottom: 2px dashed #3c8dbc;
  }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
geri-0.1.1 app/assets/stylesheets/geri/admin/editor.css.less
geri-0.1.0 app/assets/stylesheets/geri/admin/editor.css.less
geri-0.0.1 app/assets/stylesheets/geri/admin/editor.css.less