Blame view

resources/styles/fba.less 1.15 KB
e77200db5   nologostudio.ru   Initial commit
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
  @import (reference) '~app/web/resources/styles/main.less';
  
  /**
  * Football Blogging Awards
  */
  
  .fba-nomination-ad {
      background: #F9A117 url(/pics/bg-pattern-1.png?2) bottom no-repeat;
      padding: 15px 20px;
      border-radius: 5px;
      color: #2E1D05;
      font-size: 16px;
      display: block;
      align-items: center;
      
      @media @sm-down {
          text-align: center;
      }
  
      @media @sm-up {
          display: flex;
      }
  
      a {
          color: inherit;
      }
  }
  
  .fba-logo {
      @media @sm-up {
          flex: 0 0 100px;
          padding-right: 40px;
          margin-right: 40px;
          border-right: 1px solid #111;
      }
  }
  
  .fba-logo img {
      width: 120px;
  }
  
  .fba-message {
      flex: 300px;
  
      @media @sm-down {
          margin-top: 10px;
          text-align: center;
      }
  
      p {
          line-height: 26px;
      }
  }
  
  .fba-cta {
      @media @sm-up { 
          order: 1;
          flex: 1;
          text-align: right;
      }
  }
  
  .fba-btn {
      background: #111;
      color: #fff !important;
      padding: 12px 40px;
  }
  
  .fba-notice {
      flex: 0 1 210px;
      font-size: 12px;
      width: 210px;
      margin: 0 auto;
      
      @media @sm-up {
          margin: 0 40px;
      }
  }