HEX
Server: LiteSpeed
System: Linux php-prod-3.spaceapp.ru 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC 2025 x86_64
User: sarli3128 (1010)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //proc/self/cwd/wp-content/plugins/bold-page-builder/css/front_end/buttons.css
.bt_bb_button {
	display: inline-block;
	line-height: 1;
	margin-bottom: .25em;
	&.bt_bb_width_full {
		display: block;
		width: 100%;
		.bt_bb_align_right&, .bt_bb_align_left& {
			float: none;
			margin: 0;
		}
	}
	:rightAlignSelector {
		float: right;
		margin-left: 0.5em;
		margin-right: 0;
	}
	:leftAlignSelector {
		float: left;
		margin-right: 0.5em;
		margin-left: 0;
	}
	:centerAlignSelector {
		float: none;
		margin-right: 0.25em;
		margin-left: 0.25em;
	}
	.bt_bb_size_small& {
		font-size: 0.8em;
	}
	.bt_bb_size_medium& {
		font-size: 0.9em;
	}
	.bt_bb_size_normal& {
		font-size: 1em;
	}
	.bt_bb_size_large& {
		font-size: 1.2em;
	}
	a {
		display: flex;
		flex-flow: row nowrap;
		justify-content: center;
		align-items: center;
		align-content: flex-start;
		text-decoration: none;
		box-shadow: none;
		padding: 1em 3em; 
		transition: all 300ms ease;
		&:hover { text-decoration: none; }
		.bt_bb_style_clean& {
			box-shadow: none !important;
		}
		.bt_bb_style_outline& {
		  box-shadow: 0 0 0 1px black inset;
		}
		.bt_bb_style_outline:hover& {
		  box-shadow: 0 0 0 2em black inset;
		  color: white;
		}
	}
	&.bt_bb_shape_square a.bt_bb_link { border-radius: 0; }
	&.bt_bb_shape_rounded a.bt_bb_link { border-radius: $(softBorderRadius); }
	&.bt_bb_shape_round a.bt_bb_link { border-radius: 50px; }
	.bt_bb_icon_holder {
	display: block;
	&:before {
	  display: block;
	  font-size: inherit;
	  line-height: 1;
	  font-weight: 400;
	}
	}
	&.bt_bb_icon_position_left {
	  .bt_bb_icon_holder {
		order: 1;
		margin-right: 0.5em;
	  }
	  .bt_bb_button_text {
		order: 2;
	  }
	}
	&.bt_bb_icon_position_right {
	  .bt_bb_icon_holder {
		order: 2;
		margin-left: 0.5em;
	  }
	  .bt_bb_button_text {
		order: 1;
	  }
	}
}