/*
 * This file is part of the MINT NETWORK.
 * Copyright (c) 2020 johanneshein.com
 *
 * Authors: Johannes Hein <info@johanneshein.com>
 *
 * This file is copyrighted and may not be used outside of this site without
 * permission. Copying and re-posting on another site without licensing is
 * strictly prohibited. Contact us for more information.
 */

/*
###############################################################################
# BREADCRUMB LAYOUT                                                           #
###############################################################################
*/

.mint-breadcrumb-list
{
    padding-top: 8px;
    padding-bottom: 8px;
}

/*
###############################################################################
# BREADCRUMB IMAGE APPEARANCE                                                 #
###############################################################################
*/

/*
###############################################################################
# BREADCRUMB FONT APPEARANCE                                                  #
###############################################################################
*/

.mint-breadcrumb:nth-child(n+2)::before
{
    vertical-align: top;
    display: inline-block;
    font-family: 'Material Icons';
    content: '\E5CC';
    font-weight: normal;
    font-style: normal;
    margin: 0 5px 0 5px;
    -webkit-font-smoothing: antialiased;
}

.mint-breadcrumb:last-child
{
    font-weight: bold;
} 

/*
###############################################################################
# BREADCRUMB COLOR SCHEME                                                     #
###############################################################################
*/

.mint-breadcrumb-list
{
    border-bottom: 1px solid #e5e5e5;
}

.mint-breadcrumb
{
    color: var(--color-mint-network-green);
}
