cms/app-client/app/styles/tabs/langues.scss
author ymh <ymh.work@gmail.com>
Tue, 26 Sep 2017 21:41:49 +0200
changeset 550 fbd1bfc9f963
parent 467 762fc0eb4946
permissions -rw-r--r--
Improve label resolution in french for geonames.

#tabs-langues .ember-view {
    width: 100%;
    height: $content-height;
}

#tabs-langues .breadcrumbs,
#tabs-langues .node {
  cursor: pointer;
}

#tabs-langues .breadcrumbs:hover,
#tabs-langues .node:hover,
#tabs-langues .node.selected {
  background-color: $corpus-blue!important;
  color: $corpus-white!important;
}

#tabs-langues .breadcrumbs {
  background-color: $corpus-white;
    color: $corpus-black;
    position: relative;
  line-height: 30px;
  padding: 0 10px;
  border-bottom: 1px solid $corpus-white;
  box-sizing: border-box;
}

#tabs-langues .breadcrumbs .root:only-child {
  font-weight: bold;
}

#tabs-langues .breadcrumbs .level::before {
  content: '>';
  margin: 0 10px;
  font-weight: normal;
}

#tabs-langues .breadcrumbs .level:last-child {
  font-weight: bold;
}

#tabs-langues .nodes {
  width: inherit;
  position: absolute;
}

#tabs-langues .node {
  position: absolute;
  margin: 0;
  border-left: 1px solid $corpus-white;
  border-bottom: 1px solid $corpus-white;
  padding: 5px;
  box-sizing: border-box;
  color: $corpus-white;
}

#tabs-langues .node:hover {
  border-right: none;
}

#tabs-langues .node .fa {
  margin-right: 5px;
}

#tabs-langues .node .fa::before {
  font-size: 14px;
  line-height: 12px;
}

#tabs-langues .node .count {
  font-weight: bold;
}

#tabs-langues .light-color {
    color: $corpus-white;
}

#tabs-langues .dark-color {
    color: $corpus-black;
}

#tabs-langues .color-gradient-wrapper {
    position: absolute;
    width: 100px;
    top: 1px;
    right: 5px;
}

#tabs-langues .color-gradient-wrapper .color-gradient {
    position: relative;
    width: 100%;
    height: 27px;
    font-size: 0.75em;
}