// ============================================================================= // SCSS/SITE/STACKS/INTEGRITY/_LOGOBAR.SCSS // ----------------------------------------------------------------------------- // Contains styles for the logobar. // ============================================================================= // ============================================================================= // TABLE OF CONTENTS // ----------------------------------------------------------------------------- // 01. Base Styles // ============================================================================= // Base Styles // ============================================================================= .x-logobar { position: relative; overflow: visible; border-bottom: 1px solid darken($navbarBackground, 5%); text-align: center; background-color: $navbarBackground; z-index: $zindexNavbar; }