Welcome to mirror list, hosted at ThFree Co, Russian Federation.

feedback.less « stylesheets « Feedback « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 80b98101cc388aa9f05a5de2de767a0b0c9d57b4 (plain)
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
#feedback-faq {

  ul {
    list-style: none;
    padding: 0 0 0 20px;
    font-size: 13px;
    line-height: 18px;
  }

  .header_full, p {
    padding-bottom: 0px;
  }

  p {
    line-height: 1.7em;
    font-size: 13px;
  }

  div {
    max-width: 850px;
  }

  .piwik-donate-call {
    border: 0px;
    padding-left: 0px;
    padding-top: 0px;
  }

  .donate-form-instructions {
    margin: 0 1.25em 0 0em;
    color: #5E5E5C;
  }

  .piwik-donate-slider {
    margin: 1em 0 1em 0em;
  }

  #piwik-worth {
    margin: 0 1em 0 0em;
    font-size: 1em;
    font-style: normal;
  }

  .footer {
    text-align: center;

    a {
      color: black;
      &:hover {
        text-decoration: underline;
      }
    }

    hr {
      margin-top: 45px;
      background-color: @color-silver-l90;
      height: 1px;
      border: 0px;
    }
  }

  .claim {
    font-size: 13px;
    line-height: 16px;
    color: #808080;
    margin-bottom: 50px;
    margin-top: 15px;
  }

  .menu {
    li {
      margin: 0 10px 10px 0px
    }

    li:not(:first-child) {
      &:before {
        color: #333;
        content: '· ';
      }
    }

    a {
      display: inline-block;
      padding-right: 10px;
      padding-left: 18px;
    }
  }

  .social {
    margin-top: 22px;

    li {
      margin: 0 20px 10px;
    }
  }

  .menu,
  .social {
    margin: 15px 0 10px;
    display: block;

    .icon {
      width: 15px;
      height: 15px;
      margin-bottom: 2px;
    }

    li {
      display: inline-block;
    }
  }
}