HEX
Server: Apache/2.4.65 (Debian)
System: Linux wordpress-7cb4c6b6f6-qgbk2 5.15.0-131-generic #141-Ubuntu SMP Fri Jan 10 21:18:28 UTC 2025 x86_64
User: www-data (33)
PHP: 8.3.27
Disabled: NONE
Upload Files
File: /var/www/html/wp-content/plugins/jet-tricks/assets/scss/addons/_jet-unfold.scss
.jet-unfold {
	transition: all 300ms ease;

	&__mask {
		overflow: hidden;
		position: relative;
	}

	&__separator {
		position: absolute;
		display: block;
		width: 100%;
		height: 30px;
		bottom: 0;
		opacity: 0;
		transition: opacity 100ms ease;
		pointer-events: none;
	}

	&__trigger {
		display: flex;
		flex-flow: column;
		justify-content: center;
		align-items: center;
		margin-top: 30px;
		display: none;
	}

	&__button {
		display: flex;
		flex-flow: row nowrap;
		justify-content: center;
		align-items: center;
		background-color: #6ec1e4;
		cursor: pointer;
		&.elementor-button{
			display: flex;
			flex-flow: row nowrap;
		}
		&:not(:empty){
			gap: 5px;
		}
	}
	&-state {
		.jet-unfold__separator {
			opacity: 0;
		}
	}
}