/*
Theme Name: Sardaigne
Theme URI: https://git.avecnous.eu/-/ide/project/sardines/sardaigne
Author: NOUS Ouvert Utile et Simple
Author URI: https://www.avecnous.eu
Description: Custom theme for les Sardines à Vélo for WordPress
Requires at least: 6.1
Tested up to: 6.2
Requires PHP: 5.6
Version: 0.9.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Text Domain: sardaigne
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, accessibility-ready, blog, portfolio, news
*/

@import url('assets/built/style.css');
.sardaigne-facebook-social{
    background: url(assets/img/facebook.svg);
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: contain;
  }
  .sardaigne-instagram-social{
    background: url(assets/img/instagram.svg);
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: contain;
  }
  .sardaigne-twitter-social{
    background: url(assets/img/twitter.svg);
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: contain;
  }
