welcome_css 0.57 → 0.58

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5cda193bb14837e19ccde63ea0f2a38a9c1646550def46f385d9c4cc326e9fdf
4
- data.tar.gz: 98293ddf80558a2e71ff89d3f9ef6542b3b5edeebeb16ee03a1cab8923217c5d
3
+ metadata.gz: 6593f7b42bba11d97be8401161099a47db5ad8d3cbfd6e337d73d7f1c53704e0
4
+ data.tar.gz: 8c82aff173b60c64d549688fc56fc6a14353d2afbab12c007ecaf2a52826cd80
5
5
  SHA512:
6
- metadata.gz: feee58798818bba7a8b3caf6ea08164a075742d8d5f1b8785eb2d31d2ed35096d47a829ef2c6d2425e8ecc22ae5d1f3a02b602c332b19abf0c4e86c559e69669
7
- data.tar.gz: dd316a486be3c30fc739f0badf85f8d9534f6f8d6a7d0ff1702a979e5e04b5bd96818ffd2a58d776ed2be2e91fc08ba05a98857083f795486142c6fbdc5c2691
6
+ metadata.gz: 5291da67757cca82a4f91407d973a2d2052a3970a819670a41e6e2ec8ea3c9889811d1f3813c9c7d9c972b36984cf3c984dbe22cc847cdd9b8b71dc105b019bb
7
+ data.tar.gz: 2b681645dfbf667f76cd6c9a9ee71846bea010d2bca655b16ee514b5a9e88b66b682cf666470d233585cf5e337bebe8b8f3f37ed38b1f024f107787dae09b9cb
@@ -6,7 +6,7 @@
6
6
  border: 1px solid $ui_green;
7
7
  }
8
8
  .ui-btn {
9
- font-family: 'gt-eesti-medium';
9
+ font-family: 'hk_groteskmedium';
10
10
  padding: 7px 15px 6px 34px;
11
11
  border-radius: $ui-radius;
12
12
  margin-left: 8px !important;
@@ -17,7 +17,7 @@
17
17
  background-image: image-url('icons/add.svg');
18
18
  background-repeat: no-repeat;
19
19
  background-position: left 16px top 14px;
20
- font-family: 'gt-eesti-medium';
20
+ font-family: 'hk_groteskmedium';
21
21
  }
22
22
  .btn-primary {
23
23
  background-color: $ui_blue;
@@ -65,16 +65,16 @@
65
65
  background-repeat: no-repeat;
66
66
  background-size: 8px;
67
67
  background-position: right 10px top 16px;
68
- font-family: 'gt-eesti-medium';
68
+ font-family: 'hk_groteskmedium';
69
69
  }
70
70
  .ui-app-area .btn-success {
71
- font-family: 'gt-eesti-medium';
71
+ font-family: 'hk_groteskmedium';
72
72
  background-color: transparent;
73
73
  border: 1px solid $ui_blue;
74
74
  color: $ui_blue;
75
75
  }
76
76
  .ui-app-area .btn-alternative {
77
- font-family: 'gt-eesti-medium';
77
+ font-family: 'hk_groteskmedium';
78
78
  background-color: transparent;
79
79
  border: 1px solid #D9D9D9;
80
80
  font-weight: normal;
@@ -86,7 +86,7 @@
86
86
  font-size: $ui_font_normal;
87
87
  color: $ui_blue;
88
88
  border: 1px solid $ui_blue;
89
- font-family: 'gt-eesti-medium';
89
+ font-family: 'hk_groteskmedium';
90
90
  }
91
91
 
92
92
  .btn-white {
@@ -94,7 +94,7 @@
94
94
  font-size: $ui_font_normal;
95
95
  color: $ui_back;
96
96
  border: 1px solid $ui_back;
97
- font-family: 'gt-eesti-medium';
97
+ font-family: 'hk_groteskmedium';
98
98
  }
99
99
  .btn-gray {
100
100
  background-color: $ui_white;
@@ -110,14 +110,14 @@
110
110
  font-size: $ui_font_normal;
111
111
  color: $ui_white;
112
112
  border: 1px solid $ui_back;
113
- font-family: 'gt-eesti-medium';
113
+ font-family: 'hk_groteskmedium';
114
114
  }
115
115
  .btn-black-alternative {
116
116
  background-color: $ui_white;
117
117
  font-size: $ui_font_normal;
118
118
  color: $ui_back;
119
119
  border: 1px solid $ui_back;
120
- font-family: 'gt-eesti-medium';
120
+ font-family: 'hk_groteskmedium';
121
121
  }
122
122
  .btn-pad-lg {
123
123
  padding: 6px 30px !important;
@@ -1,3 +1,3 @@
1
1
  module WelcomeCss
2
- VERSION = "0.57"
2
+ VERSION = "0.58"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: welcome_css
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.57'
4
+ version: '0.58'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jose Camacho
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-03-22 00:00:00.000000000 Z
11
+ date: 2022-03-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails