| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288 | //===================================================================================//BUTTONS.demo-button-sizes {    .btn {        margin-bottom: 5px;    }}.icon-button-demo {    button {        margin-right: 5px;        margin-bottom: 12px;    }}.icon-and-text-button-demo {    button {        margin-right: 5px;        margin-bottom: 12px;        width: 16.66666666666667%;    }}.button-demo {    ul {        padding-left: 0;        li {            list-style: none;            padding-left: 0;            display: inline-block;            margin-right: 7px;            .btn {                display: block;                min-width: 175px;            }        }    }    .btn {        margin-right: 8px;        margin-bottom: 13px;        min-width: 120px;    }}.demo-button-groups {    .btn-group {        margin-right: 10px;    }}.demo-button-toolbar {    .btn-toolbar {        float: left;        margin-right: 25px;    }}.demo-button-nesting {    > .btn-group {        margin-right: 15px;    }}.demo-single-button-dropdowns {    > .btn-group {        margin-right: 10px;    }}.demo-splite-button-dropdowns {    > .btn-group {        margin-right: 10px;    }}.demo-dropup {    .dropup {        margin-right: 10px;    }}//=====================================================================================//=====================================================================================//CHECKBOX & RADIO.demo-checkbox,.demo-radio-button {    label {        min-width: 150px;    }}//=====================================================================================//=====================================================================================//JQUERY KNOB-CHART.demo-knob-chart {    div {        margin-right: 15px;    }}//=====================================================================================//=====================================================================================//SWITCH.demo-switch {    .switch {        display: inline-block;        min-width: 170px;    }    .demo-switch-title {        min-width: 95px;        display: inline-block;    }}//=====================================================================================//=====================================================================================//COLOR BOX.demo-color-box {    padding: 15px 0;    text-align: center;    margin-bottom: 20px;    @include border-radius(3px);    .color-name {        font-size: 16px;        margin-bottom: 5px;    }    .color-code,    .color-class-name {        font-size: 13px;    }}//=====================================================================================//=====================================================================================//IMAGES.demo-image-copyright {    text-align: right;    font-style: italic;    font-size: 12px;    color: #777;    margin: 5px 0 10px 0;    a {        font-weight: bold;        color: #555 !important;    }}//=====================================================================================//=====================================================================================//TAGS INPUT.demo-tagsinput-area {    margin-bottom: 50px !important;}//=====================================================================================//=====================================================================================//GOOGLE MATERIAL DESIGN ICON.demo-icon-container {    .demo-google-material-icon {        margin-bottom: 5px;        text-align: left;        .icon-name {            position: relative;            top: -8px;            left: 7px;        }        .material-icons {            width: 24px;        }    }}//=====================================================================================//=====================================================================================//PRELOADERS.demo-preloader {    .preloader {        margin-right: 10px;    }}//=====================================================================================//=====================================================================================//ION RANGE SLIDER.irs-demo {    margin-bottom: 40px;    .irs {        margin-top: 15px;    }}//=====================================================================================//=====================================================================================//RIGHT SIDEBAR.right-sidebar {    .nav-tabs + .tab-content {        padding: 0;    }    p {        margin: 20px 15px 15px 15px;        font-weight: bold;        text-align: center;    }    #settings {        .setting-list {            list-style: none;            padding-left: 0;            margin-bottom: 20px;            li {                padding: 15px;                position: relative;                border-top: 1px solid #eee;                .switch {                    position: absolute;                    top: 15px;                    right: 5px;                }            }        }    }}.demo-choose-skin {    list-style: none;    padding-left: 0;    overflow-y: hidden;    li {        border-bottom: 1px solid #eee;        padding: 10px 10px 4px 10px;        position: relative;        cursor: pointer;        &.active {            background-color: #eee;            &:after {                font-family: 'Material Icons';                position: absolute;                top: 10px;                right: 10px;                content: '\E876';                font-size: 18px;                font-weight: bold;            }        }        &:hover {            background-color: #eee;        }        div {            width: 24px;            height: 24px;            display: inline-block;            @include border-radius(3px);        }        span {            position: relative;            bottom: 7px;            left: 5px;        }    }    @each $key, $val in $colors {        .#{$key} {            background-color: $val;        }    }}//=====================================================================================
 |