Sindbad~EG File Manager

Current Path : /var/www/quickscrum.com/wp-content/themes/Quickscrum/sass/
Upload File :
Current File : /var/www/quickscrum.com/wp-content/themes/Quickscrum/sass/_reset.scss

///**
// * Quickscrum by NiceThemes.
// *
// * Reset styles.
// *
// * @package   Quickscrum
// * @author    NiceThemes <hello@nicethemes.com>
// * @license   GPL-2.0+
// * @link      http://nicethemes.com/product/Quickscrum
// * @copyright 2020 NiceThemes
// * @since     2.0
// */

// OLD

/*-------------------------------------------------------------------------------------------*/
/* 0. RESET - http://meyerweb.com/eric/tools/css/reset/ | v1.0 | 20080212 */
/*-------------------------------------------------------------------------------------------*/

body,html{height:100%; }
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;margin:0;padding:0; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body{line-height:1; }
ol,ul{list-style:none; }
blockquote,q{quotes:none; }
blockquote:before,blockquote:after,q:before,q:after{content: '';content: none; }
:focus{outline:0; }
ins { text-decoration: none; }
del{text-decoration:line-through; }
table{border-collapse:collapse;border-spacing:0; }

/* Floating & Alignment  */
.fl, .alignleft {float:left; }
.fr, .alignright{float:right; }
.ac{text-align:center; }
.aligncenter {margin-left: auto;margin-right: auto;display: block;clear: both; }
.ar{text-align:right; }

/* Clear Floats  */
.col-full:after{content:".";display:block;height:0;clear:both;visibility:hidden; }
.fix{clear:both;height:1px;overflow:hidden;margin:-1px 0 0; }
html body * span.clear,html body * div.clear,html body * li.clear,html body * dd.clear{background:none;border:0;clear:both;display:block;float:none;font-size:0;list-style:none;overflow:hidden;visibility:hidden;width:0;height:0;margin:0;padding:0; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix { display: inline-block; } /* Hide from IE Mac \*/ .clearfix { display: block; } /* End hide from IE Mac */ .none { display: none; } /* End Clearfix */

// NEW

::selection {
	background: $color__accent-color; /* WebKit/Blink Browsers */
	color: $white;
}
::-moz-selection {
	background: $color__accent-color; /* Gecko Browsers */
	color: $white;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	overflow-y: scroll;             // Keeps page centered in all browsers regardless of content height.
	-webkit-text-size-adjust: 100%; // Prevents iOS text size adjust after orientation change, without disabling user zoom.
	    -ms-text-size-adjust: 100%; // http://www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/.
}

/**
 * Apply a natural box layout model to all elements.
 *
 * {@link http://www.paulirish.com/2012/box-sizing-border-box-ftw/}
 */
* {
	&,
	&:before,
	&:after {
		@include box-sizing(border-box);
	}
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, main, menu, nav, section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table {
	/* Tables still need 'cellspacing="0"' in the markup. */
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

blockquote,
q {
	quotes: "" "";
	&:before,
	&:after {
		content: "";
	}
}

a {
	img {
		border: 0;

		&[data-original] {
			display: inline-block;
			@include opacity(0 !important);
			@include transition( opacity .2s ease-in-out 0s );

			&.loaded {
				@include opacity(1 !important);
			}
		}
	}

	&:hover,
	&:active,
	&:focus {
		outline: none;
	}

	&:visited:hover {
		color: unset;
	}
}

article {
	overflow: visible;
}

/* Floating & Alignment  */
.fl {
	float: left;
}

.fr {
	float: right;
}

.ac {
	text-align: center;
}

.ar {
	text-align: right;
}

/* clearfix */

.clearfix {
	*zoom: 1;

	&:before,
	&:after {
		content: ' ';
		display: table;
	}

	&:after {
		clear: both;
	}
}

/* Display */
.block {
	display: block;
}

.inline {
	display: inline;
}

.inline-block {
	display: inline-block;
}

/* Hidden elements. */
.hidden {
	display: none;
}

/* Visible elements. */
.visible {
	display: inherit;
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists