Sha256: 535a15ebccad20594ce7d4e00b865918b92a6a4bb064539c0676e1d74fe729ef

Contents?: true

Size: 1.39 KB

Versions: 1

Compression:

Stored size: 1.39 KB

Contents

.project-banner {
  position: absolute;
  left: 0;
  right: 0;
  height: 40px;
//  border-bottom: 1px solid rgb(210, 210, 210);
  
  &.affix {
    position: fixed;
    top: -4px;
    z-index: 1028; // right below the navbar
  }

  .project-banner-btn {
    color: #333;
    padding: 6px;
    display: block;
    float: right;
    white-space: nowrap;
    cursor: pointer;
    margin: 0 8px 0 0;
    position: relative;
    top: -4px;

    label {
      display: inline-block;
      font-weight: inherit;
      font-size: inherit;
      line-height: inherit;
      margin-bottom: 0;
    }

    i {
      display: inline-block;
      font-size: 18px;
      line-height: 23px;
      vertical-align: middle;
    }

    &:hover {
      text-decoration: none;
      background: rgba(0, 0, 0, 0.1);
      border-radius: 6px;
    }
    
    span { 
      display: inline-block;
      font-size: 11px;
      line-height: 11px;
    }
  }
}

#sync_tickets_button {
  
  &.working {
    i {
      -moz-animation: fa-spin 2s infinite linear;
      -o-animation: fa-spin 2s infinite linear;
      -webkit-animation: fa-spin 2s infinite linear;
      animation: fa-spin 2s infinite linear;
    }
  }
  
  .ticket-tracker-last-sync { 
    display: inline-block;
    .time-date { display: block; font-size:  9px; line-height: 1em; font-weight: 400; }
    .time-time { display: block; font-size: 14px; line-height: 1em; font-weight: 200; }
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
houston-core-0.5.0.beta1 app/assets/stylesheets/application/project_banner_buttons.scss