@plasoft/boletos 1.0.19 → 1.0.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -13,7 +13,7 @@
13
13
  padding: 0;
14
14
  box-sizing: border-box;
15
15
  font-family: arial, sans-serif;
16
- font-size: 12px
16
+ font-size: 11px
17
17
  }
18
18
 
19
19
  .container {
@@ -31,13 +31,13 @@
31
31
  }
32
32
 
33
33
  .header-banco {
34
- border-left: 3px solid #333333;
35
- border-right: 3px solid #333333;
34
+ border-left: 1px solid #333333;
35
+ border-right: 1px solid #333333;
36
36
  padding: 8px;
37
37
  }
38
38
 
39
39
  td {
40
- border: 2px solid #333333;
40
+ border: 1px solid #333333;
41
41
  padding: 0px 5px;
42
42
  }
43
43
 
@@ -69,12 +69,12 @@
69
69
  }
70
70
 
71
71
  .border-right-td {
72
- border-bottom: 2px solid #333333 !important;
73
- border-right: 2px solid #333333 !important;
72
+ border-bottom: 1px solid #333333 !important;
73
+ border-right: 1px solid #333333 !important;
74
74
  }
75
75
 
76
76
  .border-bottom-tr {
77
- border-bottom: 2px solid #333333 !important;
77
+ border-bottom: 1px solid #333333 !important;
78
78
  }
79
79
 
80
80
  .align-right {