cms/app-client/app/styles/container.scss
author nowmad@nowmads-macbook-pro.local
Thu, 10 Dec 2015 17:00:59 +0100
changeset 49 66739650678f
parent 13 ba32dd4cf8d3
permissions -rw-r--r--
update main index to add the 2 kind of menu (hash and history) and set the locationType to hash

&-em-tabs, &-em-tab-list, &-em-tab-panel {
  display: block;
}

&-em-tab-list {
  border-bottom: 1px solid #eee;
  padding-left: 0;
  margin-top: 0;
}

&-em-tab {
  display: inline-block;
  padding: 10px 10px;
  border: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
  margin-bottom: -1px;
  position: relative;

  a{
    color: grey;
    text-decoration: none;
  }
}

&-em-tab.active {
  border-color: #eee;
  border-bottom-color: #fff;

  a{
    color: black;
  }
}