Setup

First steps.

Setup your environment and add the scss files as explained on the home page.

Add some html

And just add a bit of html to your website.

<body>
    <nav class="lyara-menu" role="navigation">
        <a class="lyara-menu-link" href="...">
            <i class="lyara-menu-icon fa fa-home"></i>
            Link title
        </a>
        ...
    </nav>
    <div class="lyara-container">
        ... the rest of your code ...
    </div>
</body>

Change some codes.

Here is the default _variables.scss file, you can setup your own colors, sizes and settings.

// background
$lyara-background: #1abc9c !default;
$lyara-background-active: darken($lyara-background, 10%) !default;
$lyara-background-hover: darken($lyara-background, 5%) !default;

// text-colors
$lyara-link-color: darken($lyara-background, 35%) !default;
$lyara-link-color-hover: darken($lyara-background, 45%) !default;
$lyara-link-padding: .5rem !default;

// settings
$lyara-font-size-base: 1rem !default;
$lyara-zindex: 1060 !default;
$lyara-breakpoint: 992px !default;
$lyara-width: 350px !default;
$lyara-shadow: 0 0 1rem darken($lyara-background, 40%) !default;;

And enjoy.

And just enjoy the rest of your development.


subscribe via RSS | connect on github