cms/app-client/app/styles/tabs/langues.scss
author ymh <ymh.work@gmail.com>
Tue, 08 Nov 2016 11:18:02 +0100
changeset 398 a5bd0f6082f3
parent 359 6274a5fdd348
child 424 feb0d3e0fef9
permissions -rw-r--r--
css corrections + transcript

#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;
	height: inherit;
	position: absolute;
}

#tabs-langues .node {
	position: absolute;
	margin: 0;
	padding: 0;
	border-left: 1px solid $corpus-white;
	border-bottom: 1px solid $corpus-white;
	padding: 10px;
	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;
}