Sha256: f07f92a62e4220eba40575abc1094f5925bd505854bf0c11590a3f3afd820747

Contents?: true

Size: 1.11 KB

Versions: 20

Compression:

Stored size: 1.11 KB

Contents

//
// Replicate the styles for Shopify Admin tabs.
// --------------------------------------------------

.next-tab__list {
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: #f5f6f7;
  overflow: visible;
  border-radius: 3px 3px 0 0;

  flex-wrap: nowrap;
  display: flex;
  align-items: stretch;

  > li {
    position: relative;
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    align-items: stretch;

    &:first-child .next-tab {
      border-top-left-radius: 3px;
    }
  }
}

.next-tab {
  padding: 15px 20px;
  text-decoration: none;
  color: #798c9c;
  border-right: 1px solid #ebeef0;
  border-bottom: 1px solid #ebeef0;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  position: relative;
  font-size: 13px;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;

  &:focus,
  &:hover {
    outline: none;
    background-color: #fafbfc;
    color: #479ccf;
    text-decoration: none;
  }

  &.next-tab--is-active {
    background-color: #ffffff;
    color: #31373d;
    border-bottom-color: #ffffff;
    cursor: default;
    text-decoration: none;
  }
}

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
disco_app-0.6.3 app/assets/stylesheets/disco_app/disco/_tabs.scss
disco_app-0.6.4 app/assets/stylesheets/disco_app/disco/_tabs.scss
disco_app-0.6.5 app/assets/stylesheets/disco_app/disco/_tabs.scss
disco_app-0.6.6 app/assets/stylesheets/disco_app/disco/_tabs.scss
disco_app-0.6.7 app/assets/stylesheets/disco_app/disco/_tabs.scss
disco_app-0.6.8 app/assets/stylesheets/disco_app/disco/_tabs.scss
disco_app-0.6.9 app/assets/stylesheets/disco_app/disco/_tabs.scss
disco_app-0.7.0 app/assets/stylesheets/disco_app/disco/_tabs.scss
disco_app-0.7.1 app/assets/stylesheets/disco_app/disco/_tabs.scss
disco_app-0.7.2 app/assets/stylesheets/disco_app/disco/_tabs.scss
disco_app-0.8.0 app/assets/stylesheets/disco_app/disco/_tabs.scss
disco_app-0.8.1 app/assets/stylesheets/disco_app/disco/_tabs.scss
disco_app-0.8.2 app/assets/stylesheets/disco_app/disco/_tabs.scss
disco_app-0.8.3 app/assets/stylesheets/disco_app/disco/_tabs.scss
disco_app-0.8.4 app/assets/stylesheets/disco_app/disco/_tabs.scss
disco_app-0.8.5 app/assets/stylesheets/disco_app/disco/_tabs.scss
disco_app-0.8.6 app/assets/stylesheets/disco_app/disco/_tabs.scss
disco_app-0.8.7 app/assets/stylesheets/disco_app/disco/_tabs.scss
disco_app-0.8.8 app/assets/stylesheets/disco_app/disco/_tabs.scss
disco_app-0.8.9 app/assets/stylesheets/disco_app/disco/_tabs.scss