cms/app-client/app/styles/components/toolbar-component.scss
author Chloe Laisne <chloe.laisne@gmail.com>
Tue, 12 Jul 2016 09:48:11 +0200
changeset 237 69a9f3687902
parent 224 d284324358b2
child 254 a7cf2887e993
permissions -rw-r--r--
Scrolling system in thematiques: more button and append data on scroll

.toolbar-component {
	height: 40px;
	width: 100%;
	line-height: 40px;
    text-transform: none;
    padding: 0px 15px;
    text-align: left;
    color: $light-white;
    font-size: 13px;
    background-color: $dark-blue;
}

.toolbar-component ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 0px;
}

.toolbar-component ul li {
	padding: 0 10px;
	display: inline-block;
	font-size: 12px;
	cursor: pointer;
}

.toolbar-component ul li.active {
	background-color: $light-white;
	color: $dark-blue;
}