HEX
Server: Apache
System: Linux uws7-179.cafe24.com 3.10.0-1160.119.1p.el7.x86_64 #1 SMP Thu Sep 11 14:15:01 KST 2025 x86_64
User: medikors (1589)
PHP: 7.3.1p1
Disabled: mysql_pconnect
Upload Files
File: /medikors/www/wp-content/plugins/jet-popup/assets/scss/addons/_jet-popup-action-button.scss
.jet-popup-action-button {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;

	&__instance {
		display: flex;
		flex-flow: row nowrap;
		justify-content: center;
		align-items: center;

		padding: 12px 24px;
		border-radius: 3px;
		background-color: #6ec1e4;

		transition: all 0.3s ease;
	}

	&__icon {
		display: flex;
		justify-content: center;
		align-items: center;
		transition: all 0.3s ease;

		color: white;
		border-radius: 50px;
	}

	&__text {
		transition: all 0.3s ease;
		font-size: 15px;
		font-family: "Roboto", Sans-serif;
		font-weight: 500;
		color: white;
	}
}

.jet-popup-action-button--icon-before {

	.jet-popup-action-button__icon {
		order: 1;
		margin-right: 5px;
	}

	.jet-popup-action-button__text {
		order: 2;
	}

}

.jet-popup-action-button--icon-after {
	.jet-popup-action-button__icon {
		order: 2;
		margin-left: 5px;
	}

	.jet-popup-action-button__text {
		order: 1;
	}

}