cms/app-client/app/styles/components/discourses-component.scss
author Chloe Laisne <chloe.laisne@gmail.com>
Sun, 21 Aug 2016 13:51:22 +0200
changeset 257 eba9edbd8f46
parent 223 2457942e7453
child 265 5995d360e6ac
permissions -rw-r--r--
Add title to annotation Divide annotations in fragments when timestamp is the same

.discourses-component {
	position: relative;
}

.discourses-component .caption .item,
.discourses-component .caption .node {
	cursor: pointer;
}

.discourses-component .caption .item {
	color: $dark-blue;
	text-align: center;
	font-size: 12px;
	text-transform: capitalize;
	position: absolute;
}