PK œqhYî¶J‚ßFßF)nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/ $#$#$#

Dir : /home/trave494/outtheboxministry.org/admin-panel/assets/sass/components/
Server: Linux ngx353.inmotionhosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64
IP: 209.182.202.254
Choose File :

Url:
Dir : /home/trave494/outtheboxministry.org/admin-panel/assets/sass/components/demo.scss

.demo-icon-list {
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 25px
}

@media (max-width: 768px) {
	.theme-switcher {
		display: none;
	}
}

@media (min-width: 768px) {
	.theme-switcher {
		display: flex;
		align-items: center;
		position: fixed;
		right: -250px;
		top: 50%;
		transform: translate(0, -50%);
		user-select: none;
		z-index: 9999;
		transition: right .3s;

		&.open {
			right: 0;
		}

		.theme-switcher-button {
			background-color: $color-primary;
			color: white;
			padding: 15px 20px;
			border-top-left-radius: 5px;
			border-bottom-left-radius: 5px;
			cursor: pointer;

			i {
				font-size: 30px;
				animation-name: spin;
				animation-duration: 2000ms;
				animation-iteration-count: infinite;
				animation-timing-function: linear;
			}
		}

		.theme-switcher-panel {
			width: 250px;

			.card {
				margin-bottom: 0;
				border: 1px solid $color-primary;
				border-right: none;
				border-top-right-radius: 0;
				border-bottom-right-radius: 0;
			}
		}
	}

	@keyframes spin {
		from {
			transform: rotate(0deg);
		}
		to {
			transform: rotate(360deg);
		}
	}
}