welcome_css 0.38 → 0.39

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: f53b1b42e87314c8ce00c0ebb3ca114c912b0d2ca2c56046dcae0f218f89d227
4
- data.tar.gz: 366ba048fe4381ec309a392f1f772b09152e761e2390a80d13c13174c00fec67
3
+ metadata.gz: 8251a0ef74454d7828c942cd0e62c90422e47504b531fe6dfbb264955ec36523
4
+ data.tar.gz: 3d2ccb943eb4f8432b1220255ac5ceff751a35936dd59cac006e3d56b4d64de2
5
5
  SHA512:
6
- metadata.gz: f44fed499e71b88836fc651e40bbb9665358f9dc53b9caac60ecadc384c6f7c7a4b227841af432b79dc36bfe195ae61b1859189fa712e3916e9f8fc6f8239b03
7
- data.tar.gz: 7fb8107c5ff35284283025243402958215644e5113e0077b47853827611d72b245b0c534813724994797ffd19a5c6c3a93217bf8a4a3f94c1a790c10921d65cc
6
+ metadata.gz: 0e896dcdd9071c4ec8a77429195f6ce7d07595ee94a6760d44c4f8649eb6bb7f967c6c7b892cd4d4df72df594400c99ab75068eb83ea10c728bcfcf15e110327
7
+ data.tar.gz: 6168aec4358ae1ea66801214c8349c5dbc6ed2c64d2f798e4e769cb7975b42d7e811e71bac2e077c371c340ddecb074493412fa93a36ba61e6a6d1fae1038cbe
@@ -10,8 +10,7 @@
10
10
  border: none;
11
11
  font-size: $ui_font_normal;
12
12
  border-left: 2px solid $ui_white;
13
- font-family: 'nunitosans-semibold';
14
- /*font-family: 'nunitosans-bold';*/
13
+ font-family: 'hk_groteskmedium';
15
14
  }
16
15
  .menu-app .list-group-item-action:hover,
17
16
  .menu-app .list-group-item-action:focus {
@@ -10,8 +10,7 @@ ul#navbar {
10
10
  .navbar-ui .nav-link {
11
11
  color: $ui_back;
12
12
  font-size: $ui_font_small;
13
- /*font-family: 'hk-grotesk-semibold';*/
14
- font-family: 'nunitosans-semibold';
13
+ font-family: 'hk_groteskbold';
15
14
  }
16
15
 
17
16
  .alert-msg {
@@ -112,7 +112,7 @@ table .ui-table-row {
112
112
  /*background-color: #edeff4;*/
113
113
  background-color: $ui_white;
114
114
  /*border-bottom: 1px solid #000;*/
115
- font-family: 'nunitosans-semibold';
115
+ font-family: 'hk_groteskbold';
116
116
  }
117
117
  .ui-table table {
118
118
  background-color: $ui_white;
@@ -123,10 +123,10 @@ table .ui-table-row {
123
123
  }
124
124
  .ui-table td {
125
125
  padding: 26px 20px;
126
- font-family: 'nunitosans-regular';
126
+ font-family: 'hk_groteskmedium';
127
127
  }
128
128
  .ui-table td a {
129
- font-family: 'nunitosans-semibold';
129
+ font-family: 'hk_groteskbold';
130
130
  }
131
131
  .ui-table .ui-sort {
132
132
  color: $ui_back;
@@ -37,22 +37,19 @@ $ui_font_normal: 16px;
37
37
  /* --------------- */
38
38
 
39
39
  h1, h2, h3, h4 {
40
- /*font-family: 'gt-eesti-regular';*/
41
- font-family: 'gilroy-bold';
40
+ font-family: 'gt-eesti-regular';
42
41
  }
43
42
  .ui-app-area {
44
- /*font-family: 'hk_groteskmedium';*/
45
- font-family: 'nunitosans-regular';
43
+ font-family: 'hk_groteskmedium';
46
44
  }
47
45
  .ui-app-area strong {
48
- /*font-family: 'hk_groteskbold';*/
49
- font-family: 'nunitosans-bold';
46
+ font-family: 'hk_groteskbold';
50
47
  }
51
48
 
52
49
  /* --------------- */
53
50
 
54
51
  .am-content.ui-app-area .page-head h2 {
55
- font-family: 'gilroy-bold';
52
+ font-family: 'hk_groteskbold';
56
53
  font-size: 26px;
57
54
  line-height: 32px;
58
55
  }
@@ -1,3 +1,3 @@
1
1
  module WelcomeCss
2
- VERSION = "0.38"
2
+ VERSION = "0.39"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: welcome_css
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.38'
4
+ version: '0.39'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jose Camacho