Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
variables.scss 392 B
Newer Older
  • Learn to ignore specific revisions
  • @mixin border-radius {
      border-radius: 10px;
    }
    
    $color-white: #ffffff;
    $color-black: #000000;
    $color-box-shadow: #65a797;
    $color-mint: #75BDAD;
    $color-blue: #e5f8ff;
    $color-square-gradient: linear-gradient(4deg, rgba(143,236,202,.29) 55%, rgba(74, 247, 255, 0.08) 100%);
    $color-square-webkit-gradient: -webkit-linear-gradient(4deg, rgba(143,236,202,.29) 55%, rgba(74, 247, 255, 0.08) 100%);