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

widgetize.less « stylesheets « Widgetize « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d4bc1d43a208bdc354195b7d5f7d9d752aad5399 (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
.widgetize {
    width: 100%;
    font-size: 13px;

  .top_controls {
    padding-bottom: 16px;
    margin-top: 16px;
  }

  #widgetPreview {
    margin-top: 16px;
  }
}

.widgetize .formEmbedCode {
    font-size: 11px;
    text-decoration: none;
    background-color: #FBFDFF;
    border: 1px solid #ECECEC;
    width: 220px;
}

.widgetize label {
    color: @theme-color-text-lighter;
    line-height: 18px;
    margin-right: 5px;
    font-weight: bold;
    padding-bottom: 100px;
}

#embedThisWidgetIframe {
    margin-top: 16px;
}

body>.widget {
  margin: 10px 7px;
  overflow: visible;

  strong {
    font-weight: 700;
  }
}

body.widgetized {
  background-color: @theme-color-widget-exported-background-base;

  #pageFooter {
    margin-bottom: 0;
  }
}