cirandas.net

ref: master

plugins/financial/public/stylesheets/cycle.scss


 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
.cycle_report {
  padding: 10px;
  padding-left: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: -23px;

  max-width: 1040px;
  background: #F2F2F2;
  font-size: 12px;
  border: 1px solid #ccc;
  cursor: pointer;

  .header, .body, .footer {
    overflow: hidden;
  }
  .header {
    line-height: 26px;

    & div {
      display: inline-block;
      padding: 5px;

      strong { margin-right: 5px; }
    }

    .name {
      font-weight: bold;
    }
    button {
      float: right;
    }
  }
  .body, .footer { display: none; }
  .body {
    button {
      float: right;
    }
    table {
      margin-bottom: 10px;
    }
    .total {
      font-size: 14px;
      margin-bottom: 40px;
      .title {
        font-weight: bold;
      }
    }
  }
  .footer {
    border-top: 1px solid #ccc;

    .action-button {
      margin-right: 10px;
    }
  }
}