403Webshell
Server IP : 209.209.40.120  /  Your IP : 216.73.217.112
Web Server : Microsoft-IIS/10.0
System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586
User : NEWWWW$ ( 0)
PHP Version : 8.3.30
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/HostingSpaces/admin/penpalamerica.com/backup/newpal2/assets/sass/components/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : C:/HostingSpaces/admin/penpalamerica.com/backup/newpal2/assets/sass/components/_features.scss
/*
	Tactile by Pixelarity
	pixelarity.com @pixelarity
	License: pixelarity.com/license
*/

/* Features */

	.features {
		@include vendor('display', 'flex');
		@include vendor('flex-wrap', 'wrap');
		@include vendor('justify-content', 'center');
		margin-bottom: 0;
		list-style: none;
		padding: 0;
		width: 100%;

		> li {
			@include padding(4em, 4em);
			width: 50%;

			> .content {
				max-width: ((_size(inner) / 2) - 4em);
			}

			&:nth-child(odd) {
				> .content {
					float: right;
				}
			}

			@for $i from 1 through _misc(max-features) {
				$j: 0.035 * $i;

				&:nth-child(#{$i}) {
					background-color: rgba(0,0,0, $j);
				}
			}

			@include breakpoint(medium) {
				@include padding(3em, 2em);
				text-align: center;

				.major {
					&:after {
						margin-left: auto;
						margin-right: auto;
					}

					&.icon {
						margin-bottom: (_size(element-margin) / 2);
					}
				}
			}

			@include breakpoint(small) {
				@include padding(3em, 3em);
				background-color: transparent !important;
				border-top-style: solid;
				border-top-width: (_size(border-width) * 2);
				width: 100%;

				&:first-child {
					border-top: 0;
				}
			}

			@include breakpoint(xsmall) {
				@include padding(3em, 2em);
			}
		}
	}

	@mixin color-features($p: null) {
		$highlight: _palette($p, highlight);

		.features {
			> li {
				border-top-color: _palette($p, border-bg);
			}
		}
	}

	@include color-features;

Youez - 2016 - github.com/yon3zu
LinuXploit