Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 651 Bytes

File metadata and controls

49 lines (35 loc) · 651 Bytes

Logo

Root component class name

hggs-logo

Theme selector

.hggs-logo {
  /*
  ... put here variables ...
  */
}

Component variables

--logo-height
--logo-height-small
--logo-url
--logo-url-dark
--logo-url-light
--logo-width
--logo-width-small

HTML Structure

Default

Basic HTML structure

<div class="hggs-logo"></div>

Basic HTML structure with --black modifier

<div class="hggs-logo hggs-logo--black"></div>

Basic HTML structure with --white modifier

<div class="hggs-logo hggs-logo--black"></div>