Giter VIP home page Giter VIP logo

foundation-less's Introduction

foundation-less

Nothing to see here folks.

foundation-less's People

Contributors

incrediwill avatar

Watchers

 avatar

foundation-less's Issues

Preferred Payments Widget (SRP & VDP)

Go over css for the Preferred Payments Widget to make it non-reliant on any other wrappers and/or styles. Needed so it can be a stand alone control in SiteBuilder.

Move BS Popover To Extras.less

.popover {
border: 1px solid @divider-color;
border-radius: @popover-border-radius;
padding: 0;
max-width: 300px;
box-shadow: none;

.popover-title {
    background: @theme-color;
    border-radius: @popover-title-border-radius;
    border: 0;
    color: #ffffff;
}   

.popover-content {
    background: @content-bg;
    font-size: 10px;
}

}

Double check variables.less. See Dark Theme collection

Conditional statement for button gradients

Need variable (boolean) and css to change how buttons look if the designer wants gradients or not.

.button {
     & when (@button-gradient = true) {
          background: linear-gradient(to bottom,  #1e5799 0%, #7db9e8 100%);
     }
}

Navigation Overflow

Look into a solution for displaying the nav or cutting it off when it becomes too long for Header Style 1.

Add Share Dropdown CSS

Add share dropdown css found in the footer of the Honda, Toyota & Porsche designs: http://www.porschewestbroward.com/

Note:
Add variables to customize size, bg color, hover bg color and content bg color

.share-panel {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    max-width: 300px;
    width: 100%;
}

.share-panel ul {
    display: none;
    position: absolute;
    background-color: #ffffff;
    box-sizing: border-box;
    border: 1px solid #DEDEDE;
    border-radius: 5px;
    max-width: 300px;
    width: 100%;
    padding: 15px 10px 10px 10px;
    margin: -5px 0 0 0;
    z-index: 1;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;   
}   

.share-panel ul li {
    list-style: none;
}

.share-panel:hover ul {
    display: block;
}

.share-panel:hover .share-button {
    background: #CF0000;
}

.share-panel .share-button {
    background: #3E4146;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 100;
    height: 38px;
    line-height: 38px;
    position: relative;
    padding: 0 30px;
    z-index: 10;    
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;   
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.