Sha256: 789424c5378dff266fc5f83998b90b8e1f0f89f995b92454d9bbc1e22fb5c1a5

Contents?: true

Size: 1.06 KB

Versions: 74

Compression:

Stored size: 1.06 KB

Contents

//
// Layout
// --------------------------------------------------

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#sidebar {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: $sidebar-width;

  background: #31373d;
  box-shadow: -1px 0 0 #2b3136 inset;
}

#header {
  position: absolute;
  top: 0;
  left: $sidebar-width;
  right: 0;
  height: $header-height;

  background: #ffffff;
  border-bottom: 1px solid #e6e6e6;
  border-color: rgba(0,0,0, .07);
}

#header-title {
  position: absolute;
  bottom: 12px;
  left: 20px;

  max-width: 718px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

#header-title-icon {
  margin: 5px 10px 0 0;
  float: left;
}

#header-actions {
  position: absolute;
  bottom: 12px;
  right: 20px;

  .btn {
    margin: 0 0 0 5px;
  }
}

#content-wrapper {
  position: absolute;
  top: $header-height;
  left: $sidebar-width;
  bottom: 0;
  right: 0;
}

#content {
  width: 100%;
  height: 100%;
  border: none;
}

#iframe {
  padding: 40px 0;
  text-align: center;
}

Version data entries

74 entries across 74 versions & 1 rubygems

Version Path
disco_app-0.16.1.pre.sidekiq.pre.6.pre.release app/assets/stylesheets/disco_app/frame/_layout.scss
disco_app-0.6.2 app/assets/stylesheets/disco_app/frame/_layout.scss
disco_app-0.6.3 app/assets/stylesheets/disco_app/frame/_layout.scss
disco_app-0.6.4 app/assets/stylesheets/disco_app/frame/_layout.scss
disco_app-0.6.5 app/assets/stylesheets/disco_app/frame/_layout.scss
disco_app-0.6.6 app/assets/stylesheets/disco_app/frame/_layout.scss
disco_app-0.6.7 app/assets/stylesheets/disco_app/frame/_layout.scss
disco_app-0.6.8 app/assets/stylesheets/disco_app/frame/_layout.scss
disco_app-0.6.9 app/assets/stylesheets/disco_app/frame/_layout.scss
disco_app-0.7.0 app/assets/stylesheets/disco_app/frame/_layout.scss
disco_app-0.7.1 app/assets/stylesheets/disco_app/frame/_layout.scss
disco_app-0.7.2 app/assets/stylesheets/disco_app/frame/_layout.scss
disco_app-0.8.0 app/assets/stylesheets/disco_app/frame/_layout.scss
disco_app-0.8.1 app/assets/stylesheets/disco_app/frame/_layout.scss
disco_app-0.8.2 app/assets/stylesheets/disco_app/frame/_layout.scss
disco_app-0.8.3 app/assets/stylesheets/disco_app/frame/_layout.scss
disco_app-0.8.4 app/assets/stylesheets/disco_app/frame/_layout.scss
disco_app-0.8.5 app/assets/stylesheets/disco_app/frame/_layout.scss
disco_app-0.8.6 app/assets/stylesheets/disco_app/frame/_layout.scss
disco_app-0.8.7 app/assets/stylesheets/disco_app/frame/_layout.scss