Learn more  » Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

jsarnowski / jsarnowski/jet-blocks   php

Repository URL to install this package:

Version: 1.2.8 

/ modules / jet-dashboard / assets / scss / jet-dashboard-admin.scss

$direction: ltr !default;
@import "mixins/direction";
@import "modules/buttons";
@import "modules/banners";
@import "modules/alerts";
@import "modules/popups";
@import "modules/welcome-page";
@import "modules/settings-page";
@import "modules/license-page";
@import "modules/upsale-page";

@if (rtl == $direction) {
	.cx-vui-notices .cx-vui-notice {
		&__icon {
			margin: 0 0 0 15px;
		}

		&__close {
			margin: -2px 10px 0 0;
		}
	}
}

.jet-dashboard-page {
	font-family: Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
	margin: 20px 16px 0 15px;
	visibility: hidden;

	&.inited {
		visibility: visible;
	}

	.proccesing-state {
		opacity: 0.5;
		pointer-events: none;
	}

	&__body {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: stretch;
		gap: 20px;

		@media (max-width: 1140px) {
			flex-wrap: wrap;
		}
	}

	&__notice-list {
		width: 100%;
		margin-bottom: 20px;
	}

	&__before-content {
		width: 100%;
	}

	&__content {
		flex: 1 1 auto;
		order: 1;
		max-width: calc(100% - 320px);

		@media (max-width: 1140px) {
			max-width: 100%;
			order: 2;
		}
	}

	&__before-sidebar {
		width: 100%;
		margin-bottom: 20px;
	}

	&__sidebar-container {
		position: relative;
		width: 300px;
		order: 2;

		@media (max-width: 1140px) {
			display: flex;
			order: 1;
			width: 100%;

			> div {
				margin: 0 20px 0 0;

				&:last-child {
					margin-right: 0;
				}
			}
		}
	}

	&__sidebar {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 20px;

		@media (max-width: 1140px) {
			width: 100%;
			flex-direction: row;
		}
	}

	&__after-sidebar {
		width: 100%;
		margin-top: 20px;
	}

	&__header {
		position: relative;
		padding: 20px 30px;
		background: radial-gradient(34.83% 346.74% at 61.68% 157.61%, rgba(38, 232, 168, 0.8) 17.85%, rgba(38, 232, 168, 0) 100%), radial-gradient(19.98% 198.91% at 78.71% -77.17%, rgba(91, 119, 231, 0.9) 0%, rgba(91, 119, 231, 0) 100%), radial-gradient(38.43% 382.61% at 32.75% -216.3%, rgba(0, 132, 68, 0.8) 47.64%, rgba(0, 132, 68, 0) 100%), #23282D;
		margin-bottom: 20px;
		border-radius: 4px;
		overflow: hidden;
		box-shadow: 0px 2px 6px rgba(35,40,45,0.07);

		.header-inner {}

		.header-title {
			color: white;
			font-size: 24px;
			line-height: 32px;
			font-weight: 500;
			margin: 0;
		}

		.header-desc {
			color: white;
			font-size: 15px;
			line-height: 22px;
			font-weight: normal;
			margin-top: 5px;
			color: #26E8A8;
		}

		.header-icon-link {

			position: absolute;
			top: 19px;
			right: 21px;
			width: 56px;
			height: 56px;
			border-radius: 50%;
			background: linear-gradient( 180deg, #E52D27 0%, #BF171D 100.03% );

			a {
				display: flex;
				justify-content: center;
				align-items: center;
				width: 56px;
				height: 56px;
				line-height: 0;
			}

			svg {
				transition: transform .25s ease;
			}

			&:hover {
				svg {
					transform: scale(1.2);
				}
			}
		}

		&.lifetime-product-type {
			background: radial-gradient(34.83% 346.74% at 61.68% 157.61%, rgba(254, 219, 34, 0.8) 17.85%, rgba(254, 219, 34, 0) 100%), radial-gradient(19.98% 198.91% at 78.71% -77.17%, rgba(195, 109, 0, 0.9) 0%, rgba(195, 109, 0, 0) 100%), radial-gradient(38.43% 382.61% at 32.75% -216.3%, rgba(195, 109, 0, 0.8) 47.64%, rgba(195, 109, 0, 0) 100%), #23282D;

			.header-desc {
				color: #FEDB22;
			}
		}

		&.all-inclusive-product-type {
			background: radial-gradient(34.83% 346.74% at 61.68% 157.61%, rgba(111, 139, 251, 0.8) 17.85%, rgba(111, 139, 251, 0) 100%), radial-gradient(19.98% 198.91% at 78.71% -77.17%, rgba(255, 8, 201, 0.9) 0%, rgba(255, 8, 201, 0) 100%), radial-gradient(38.43% 382.61% at 32.75% -216.3%, rgba(41, 69, 181, 0.8) 47.64%, rgba(41, 69, 181, 0) 100%), #23282D;

			.header-desc {
				color: #00E0FF;
			}
		}

		&.plugin-set-product-type {
			background: radial-gradient(34.83% 346.74% at 61.68% 157.61%, rgba(38, 232, 168, 0.8) 17.85%, rgba(38, 232, 168, 0) 100%), radial-gradient(19.98% 198.91% at 78.71% -77.17%, rgba(91, 119, 231, 0.9) 0%, rgba(91, 119, 231, 0) 100%), radial-gradient(38.43% 382.61% at 32.75% -216.3%, rgba(91, 119, 231, 0.8) 47.64%, rgba(91, 119, 231, 0) 100%), #23282D;

			.header-desc {
				color: #26E8A8;
			}
		}

		&.theme-plugin-bundle-product-type {
			background: radial-gradient(34.83% 346.74% at 61.68% 157.61%, rgba(252, 133, 119, 0.8) 17.85%, rgba(252, 133, 119, 0) 100%), radial-gradient(38.43% 382.61% at 32.75% -216.3%, rgba(25, 118, 211, 0.8) 47.64%, rgba(25, 118, 211, 0) 100%), radial-gradient(19.98% 198.91% at 78.71% -77.17%, rgba(95, 49, 159, 0.9) 0%, rgba(95, 49, 159, 0) 100%), #23282D;

			.header-desc {
				color: #00E0FF;
			}
		}
	}

	&__before-component {
		margin-bottom: 20px;
	}

	&__inner-component {
		margin-top: 20px;
	}

	&__after-component {
		margin-top: 20px;
	}

	p {
		font-size: 13px;
		color: #7b7e81;
		margin: 0 0 10px 0;
	}

	.dashicons {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.cx-vui-subtitle {
		display: flex;
		justify-content: space-between;
		align-items: center;

		&--controls {
			padding-bottom: 20px;
			border-bottom: 1px solid #DCDCDD;
			margin-bottom: 20px;
		}

		&__label {
			font-size: 20px;
			line-height: 24px;
			font-weight: normal;
		}

		&__buttons {
			display: flex;
			justify-content: flex-end;
			align-items: center;

			.cx-vui-button {
				margin-left: 10px;
			}
		}
	}

	.cx-vui-collapse {
		&__heading {
			padding: 15px 0;

			.cx-vui-subtitle {
				font-size: 14px;
				font-weight: 500;
			}
		}

		.cx-vui-collapse {
			.cx-vui-collapse__heading {
				padding: 15px;
			}
		}
	}

	.cx-vui-tabs {
		&__nav {
			background-color: white;
		}
		&__nav-item {
			font-size: 14px;
			font-weight: 500;
		}
	}

	.cx-vui-component {
		&__label {
			font-size: 14px;
			font-weight: 400;
		}

		&__desc {
			font-size: 12px;
		}
	}

	.cx-vui-dimensions {
		position: relative;

		&__units {
			margin-right: 0;
		}

		&__inputs {
			.cx-vui-component-raw {
				min-width: 25%;
			}
		}

		&__link {
			width: 22px;
			height: 22px;
			position: absolute;
			top: 0;
			margin-left: 0;
		}
	}
}

.jet-dashboard-page {

	&__panel {
		min-width: 292px;
		box-sizing: border-box;
		border-radius: 4px;
		padding: 30px;
		background-color: white;
		box-shadow: 0px 2px 6px rgba(35, 40, 45, 0.07);

		& ~ .jet-dashboard-page__panel {
			margin-top: 20px;
		}

		> .cx-vui-subtitle {
			margin-bottom: 20px;
		}
	}

	&__panel-header {
		display: flex;
		justify-content: flex-start;
		align-items: center;

		.panel-header-icon {
			position: relative;
			display: flex;
			justify-content: center;
			align-items: center;
Loading ...