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

feedback-popup.directive.less « feedback-popup « angularjs « Feedback « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 25aa00154c68a0c36bc130c2b0c77376f3b8de94 (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
.requestReview {
  .review-links {
    display: flex;
  }

  .review-link {
    width: 20%;

    div {
      width: 100%;
    }

    div.image {
      height: 80px;
    }
    
    div.link {
      font-size: 13px;
    }

    img {
      max-width: 60px;
    }
  }
}