﻿/* ==========================================================
   ICON BUTTON
========================================================== */

.icon_button {
    display: flex;
    align-items: center;
    justify-content: flex-end;

    padding: 0;
    border: 0;
    color: inherit;
    background: transparent;
    text-decoration: none;
}

.icon_button_fill {
    inline-size: 100%;
    block-size: 100%;
}

    .icon_button .svg_icon {
        flex: 0 0 auto;
    }

.icon_green .svg_icon,
.icon_green .svg_icon * {
    color: var(--color_Green);
    fill: currentColor;
}

