summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/base/popupview/popupview.scss
blob: b52f79db7649b59f6fa594bf247307ca93b568b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
@mixin base-popupview($name : v-popupview) {

.#{$name} {
	cursor: pointer;
	text-decoration: underline;
	white-space: nowrap;
}
.#{$name}-popup {
	overflow: auto;
}
.#{$name}-loading {
	width: 30px;
	height: 30px;
	background: transparent url(../common/img/ajax-loader-medium.gif) no-repeat 50%;
}

}