aboutsummaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/reindeer/popupview/popupview.scss
blob: f30f059bef4c048e34dfe3ec22198f0dc9085b7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@mixin reindeer-popupview($name : v-popupview) {

.#{$name} {
	color: #1b699f;
}
.#{$name}:hover {
	color: #2483c4;
}
.#{$name}-popup {
	background: #fff;
	padding: 3px;
}

}