?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/wdp/wp-content/themes/quadric/assets/css/scss/modules/header/top-bar/



?? Go up: /home/webdevt/www/wdp/wp-content/themes/quadric/assets/css/scss/modules/header

?? Viewing: _top-bar.scss

/* ==========================================================================
   #Top Header styles - start
   ========================================================================== */

$top-bar-height: 40px;

.edgtf-top-bar {
    width: 100%;
    background-color: #000;
    color: #fff;
	position: relative;
    font-weight: 400;
    height: $top-bar-height;
    overflow: hidden;

    .edgtf-grid {
        height: 100%;

        .edgtf-vertical-align-containers {
            padding-left: 0;
            padding-right: 0;
        }
    }
    .edgtf-logo-wrapper a {
        max-height: $top-bar-height;
    }

    .edgtf-position-center {

        p {
            font-size: 13px;
            color: #c99e66;
        }
    }

}

.edgtf-light-header .edgtf-top-bar {
	color: $header-light-color !important; //Beacause of inline color styles

	.widget {
		color: $header-light-color !important; //Beacause of inline color styles

		p,
		a,
		span,
		i,
		.widgettitle {
			color: $header-light-color !important; //Beacause of inline color styles
		}

	}
}

.edgtf-dark-header .edgtf-top-bar {
	color: $header-dark-color !important; //Beacause of inline color styles

	.widget {
		color: $header-dark-color !important; //Beacause of inline color styles

		p,
		a,
		span,
		i,
		.widgettitle {
			color: $header-dark-color !important; //Beacause of inline color styles
		}

	}
}
/* ==========================================================================
   #Top Header styles - start
   ========================================================================== */


??

??