????

Your IP : 216.73.216.58


Current Path : C:/inetpub/vhost/sdoc.gdtsolutions.vn/package/public/sass/azzara/components/
Upload File :
Current File : C:/inetpub/vhost/sdoc.gdtsolutions.vn/package/public/sass/azzara/components/_rating.scss

.rating {
	>label {
		display: inline;
		color: #e9eaeb !important;
		line-height: 1;
		float: right;
		cursor: pointer;
		&:hover {
			color: #FFC600 !important;
			opacity: 0.5;
		}
		span {
			font-size: 18px;
		}
	}
	input[type="radio"], input[type="checkbox"] {
		position: absolute;
		opacity: 0;
		z-index: -1;
		&:checked {
			&~label {
				color: #FFC600 !important;
			}
		}
	}
}