Dashboard Styleguide


/app/stylesheets/makers_empire.scss

Colours

#F37A7C pink
#82BC00 green
#AEDEDF turquoise-25
#7FD6D3 turquoise-50
#40C2BE turquoise-75
#00ADA8 turquoise-dark
#00A6E0 bright-blue
#0D598F blue
#82BC00 lime
#EF3742 red
#FEC52F yellow
#C0C0C0 inactive
#FDBE38 sunny
#F68C28 kombi-orange
#F27B7D musk pink
#FFC2C2 musk-pink-50
#9E58A2 hubba-bubba
#4D4F54 charcoal
#A5A9AB mid-grey
#CFD3D3 light-grey




These colour names are used in the css class names below

Heading 1

<h1>Heading 1</h1>

Heading 2

<h2>Heading 2</h2>

Heading 3

<h3>Heading 3</h3>

Heading 4

<h4>Heading 4</h4>
simple link <a href="#">simple link</a>
<div class="me-dropdown"> <select name="test"> <option value="one">One</option> <option value="two">Two</option> <option value="three">Three</option> <option value="four">Four</option> <option value="five">Five</option> </select> </div>
Turquoise button <a class="btn me-turquoise cta" href="#">Turquoise button</a>
Turquoise rounded button <a class="btn me-turquoise cta rounded" href="#">Turquoise rounded button</a>
Turquoise outline button <a class="btn me-turquoise outline" href="#">Turquoise outline button</a>
Turquoise button disabled <a class="btn me-turquoise cta disabled" href="#">Turquoise button disabled</a>
Turquoise button full width <a class="btn me-turquoise cta width-full" href="#">Turquoise button full width</a>
Turquoise Dark button <a class="btn me-turquoise-dark cta" href="#">Turquoise Dark button</a>
Turquoise Dark rounded button <a class="btn me-turquoise-dark cta rounded" href="#">Turquoise Dark rounded button</a>
Turquoise Dark outline button <a class="btn me-turquoise-dark outline" href="#">Turquoise Dark outline button</a>
Turquoise Dark button disabled <a class="btn me-turquoise-dark cta disabled" href="#">Turquoise Dark button disabled</a>
Turquoise Dark button full width <a class="btn me-turquoise-dark cta width-full" href="#">Turquoise Dark button full width</a>
Pink button <a class="btn me-pink cta" href="#">Pink button</a>
Pink rounded button <a class="btn me-pink cta rounded" href="#">Pink rounded button</a>
Pink outline button <a class="btn me-pink outline" href="#">Pink outline button</a>
Pink button disabled <a class="btn me-pink cta disabled" href="#">Pink button disabled</a>
Pink button full width <a class="btn me-pink cta width-full" href="#">Pink button full width</a>
Red button <a class="btn me-red cta" href="#">Red button</a>
Red rounded button <a class="btn me-red cta rounded" href="#">Red rounded button</a>
Red outline button <a class="btn me-red outline" href="#">Red outline button</a>
Red button disabled <a class="btn me-red cta disabled" href="#">Red button disabled</a>
Red button full width <a class="btn me-red cta width-full" href="#">Red button full width</a>
Green button <a class="btn me-green cta" href="#">Green button</a>
Green rounded button <a class="btn me-green cta rounded" href="#">Green rounded button</a>
Green outline button <a class="btn me-green outline" href="#">Green outline button</a>
Green button disabled <a class="btn me-green cta disabled" href="#">Green button disabled</a>
Green button full width <a class="btn me-green cta width-full" href="#">Green button full width</a>
Yellow button <a class="btn me-yellow cta" href="#">Yellow button</a>
Yellow rounded button <a class="btn me-yellow cta rounded" href="#">Yellow rounded button</a>
Yellow outline button <a class="btn me-yellow outline" href="#">Yellow outline button</a>
Yellow button disabled <a class="btn me-yellow cta disabled" href="#">Yellow button disabled</a>
Yellow button full width <a class="btn me-yellow cta width-full" href="#">Yellow button full width</a>
Inactive button <a class="btn me-inactive cta" href="#">Inactive button</a>
Inactive rounded button <a class="btn me-inactive cta rounded" href="#">Inactive rounded button</a>
Inactive outline button <a class="btn me-inactive outline" href="#">Inactive outline button</a>
Inactive button disabled <a class="btn me-inactive cta disabled" href="#">Inactive button disabled</a>
Inactive button full width <a class="btn me-inactive cta width-full" href="#">Inactive button full width</a>
Sorry, an error has occurred
<div class="alert alert-danger"> Sorry, an error has occurred </div>
Warning Warning - this is a warning
<div class="alert alert-warning"> Warning Warning - this is a warning </div>
Success - you done good
<div class="alert alert-success"> Success - you done good </div>