b0y-101 Mini Shell


Current Path : E:/www3/chiangrai/wp-content/plugins/popup-builder/public/scss/
File Upload :
Current File : E:/www3/chiangrai/wp-content/plugins/popup-builder/public/scss/_license.scss

@import "variables";

.sgpb {
	&-license {
		&:nth-child(odd) {
			margin-right: 30px;
		}
		&-block {
			box-shadow: 0 0 30px $black_opacity_20;
			border-radius: 5px;
			width: 48%;
		}
		&-border {
			top: 0;
			position: absolute;
			height: 2px;
			left: 5%;
			width: 90%;
			&.active {
				background: $green;
			}
			&.inactive {
				background: $red_cc;
			}
		}

		&__status {
			display: flex;
			align-items: center;
			.active {
				width: 27px;
				height: 27px;
				border: 5px solid $green;
				border-radius: 50%;
				margin-right: 5px;
			}
			.inactive {
				width: 27px;
				height: 27px;
				border: 5px solid $red_cc;
				border-radius: 50%;
				margin-right: 5px;
			}
		}
	}
}

Copyright © 2019 by b0y-101