Blame view

frontend/web/css/_speakers.scss 952 Bytes
18b65d7d   Виталий   add partners
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
  .section-speakers-page {
    margin-top: 50px;
    margin-bottom: 55px;
  }
  .speakers-page-img {
    img {
      vertical-align: top;
      margin-top: 1px;
      max-width: 100%;
    }
  }
  
  .speakers-page-name {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: $blue-color;
  }
  
  .speakers-page-specialty {
    font-size: 15px;
    margin-top: 16px;
  }
  
  .speakers-page-country {
    font-size: 14px;
    font-weight: 700;
    margin-top: 9px;
  }
  
  .speakers-page-txt {
    font-size: 15px;
    line-height: 20px;
    * {
      margin-top: 20px;
    }
    img {
      max-width: 100%;
      vertical-align: top;
    }
    h1, h2, h3, h4, h5 {
      line-height: normal;
    }
    ul, ol {
      li {
  
        list-style-position: inside;
      margin-top: 5px;
      }
    }
    ul li { list-style: disc;}
    ol li { list-style: decimal;}
  }
  
  
  @media (max-width: 767px) {
    .speakers-page-img {
      text-align: center;
      img {margin-top: 0}
    }
    .speakers-page-name {
      margin-top: 40px;
    }
  }