Blame view

local/templates/vekprom/scss/_vars.scss 652 Bytes
2fe1e5ce8   Андрей Ларионов   Первый коммит на ...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
  // $main: #012060;
  // $black: #000000;
  // $white: #FFFFFF;
  
  
  
  @mixin co() {
      font-family: 'Cormorant SC', serif;
  }
  
  @mixin font-face($font-family, $path, $font-weight, $font-style) {
      @font-face {
          font-family: $font-family;
          src: url('../fonts/#{$path}.woff2') format('woff2'),
          url('../fonts/#{$path}.woff') format('woff');
          font-weight: $font-weight;
          font-style: $font-style;
          font-display: swap;
      }
  }
  
  $vmainGrey: #333B49;
  $vMain3: #ABB2BF;
  $vMain2: #636B78;
  $vactiveOrange: #F5851A;
  
  $b1200: 1200px;
  $b1024: 1024px;
  $b780: 780px;
  $b640: 640px;
  $b480: 480px;
  
  
  // @media (min-width: ) {
     
  // }