/*
Theme Name: Timecheap
Description: Timecheap theme for WordPress
Requires PHP: 7.2
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cheap
*/

.c-footer__col {
    .icon {
        display: inline-block;
        width: 15px;
        height: 15px;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .icon-x .icon {
        background-image: url('./assets/images/x.svg');
    }

    .icon-discord .icon {
        background-image: url('./assets/images/discord.svg');
    }

    .icon-telegram .icon {
        background-image: url('./assets/images/telegram.svg');
    }

    .icon-email .icon {
        background-image: url('./assets/images/mail.svg');
    }
}