Blame view

frontend/themes/markup/src/scss/custom/_tabs.scss 973 Bytes
d1f8bd40   Alexey Boroda   first 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
  .tab-content {
    color: #2572a6;
    .tabs-table-heading{
      border-bottom: 1px solid #e3f3f1;
      font-size: 14px;
      padding: 5px 0 10px 0;
    }
    table {
      width: 100%;
      font-size: 14px;
      tr:nth-of-type(2n) {
        background-color: #eaf7fa;
      }
      td{
        padding: 10px;
      }
    }
  }
  .pdf-download-btn{
    padding-left: 30px;
    display: block;
    position: relative;
    &:before{
      position: absolute;
      top: 3px;
      left: 0;
      background: url("../img/pdf.png") center no-repeat;
      width: 20px;
      height: 28px;
      content: "";
    }
  }
  .table-icon{
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 10px;
  }
  .vertical-align {
    display: flex;
    align-items: center;
  }
  .sm-map{
    width: 100%;
    height: 100%;
    min-height: 313px;
  }
  .map-text-info{
    padding: 10px;
  }
  .reset-margin-top{
    margin-top: 0;
  }
  .project-container{
    padding-top: 15px;
  }