| Current Path : /home/s/u/n/sunflowe/www2/floridevilladereve/templates/saffron/less/uikit/ |
| Current File : /home/s/u/n/sunflowe/www2/floridevilladereve/templates/saffron/less/uikit/breadcrumb.less |
// Copyright (C) arrowthemes, https://www.gnu.org/licenses/gpl.html GNU/GPL */
//
// Component: Breadcrumb
//
// ========================================================================
// Variables
// ========================================================================
@breadcrumb-divider: "\f142";
@breadcrumb-disabled-color: rgba(255, 255, 255, 0.5);
//
// New
//
@breadcrumb-divider-color: rgba(0, 0, 0, 0.4);
@breadcrumb-divider-margin: 15px;
@breadcrumb-font-size: 13px;
// Component
// ========================================================================
.hook-breadcrumb() {}
// Items
// ========================================================================
.hook-breadcrumb-divider() {
color: @breadcrumb-divider-color;
font-family: "FontAwesome";
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
}
// Miscellaneous
// ========================================================================
.hook-breadcrumb-misc() {
.uk-breadcrumb > li:not(.uk-active) > span {
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
}
}