welcome_css 0.41 → 0.44

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: 01d0fc1f19a006df6afb08b3c94d0a70029e20fd9797f281f663756326680572
4
- data.tar.gz: 35fdcb23dacb108537b30db9c006697ca0daeba8fc93efbf7683c8fb904d9a99
3
+ metadata.gz: a2ea9f04a53cba40334a1a460ba2692a267930d9d12042008f48cd9e0d379ee0
4
+ data.tar.gz: db81585bb546a478f5c86bcb8755529befbf4bdc86db61676aefe2ea718328a4
5
5
  SHA512:
6
- metadata.gz: b1a6dc0e9cb7611f7b10e570401fdaad261bb873a3d8caa6dd490be9bfd7a74df7c290ff91cd946c6a81ec52782b2a0f3006ee55cc4eaa163a011b98afc8a68d
7
- data.tar.gz: 2cdb751fee631a2801e1b9c356167cad1d73c9d6dc6429b6b20132299390e0551b89cd370342d119bd873573c3126f8eccc5c7c16652a50fc09c0f7bc39dc0ec
6
+ metadata.gz: 55f57c55d0a76bd2e83beec33aa29eafeeb4329ba25c87f25ac42df89105d1a5fb7a4def684a01b19ad720f9c3c663c3e50b17ffe30c8be641cb98eab0f9fd60
7
+ data.tar.gz: d96a59397f6dab3da96f81374f551caf64a06213242095613d0a7d4105455d658290b368d6d96260ff6f0a8dedc34204f7711e389f74f5d7c7949417bf979641
@@ -55,6 +55,9 @@
55
55
  .am-content.ui-app-area .model-widget .model-info .model-title {
56
56
  width: 100% !important;
57
57
  }
58
+ .ui-app-area .items-container .table-item {
59
+ width: 24%;
60
+ }
58
61
  }
59
62
 
60
63
  @media (max-width: 992px) {
@@ -373,6 +376,10 @@
373
376
  padding-left: 0 !important;
374
377
  padding-right: 0 !important;
375
378
  }
379
+
380
+ .ui-app-area .items-container .table-item {
381
+ width: 32%;
382
+ }
376
383
  }
377
384
 
378
385
  @media (max-width: 460px) {
@@ -398,6 +405,10 @@
398
405
  .ui-app-area .table-item {
399
406
  width: 48%;
400
407
  }
408
+
409
+ .ui-app-area .items-container .table-item {
410
+ width: 49%;
411
+ }
401
412
  }
402
413
 
403
414
  @media (min-width: 576px) {
@@ -2636,11 +2636,31 @@ table .ui-table-row {
2636
2636
  /* =========================== */
2637
2637
 
2638
2638
  .ui-app-area .items-container .table-item {
2639
- padding: 12px !important;
2639
+ padding: 12px 12px 15px 12px !important;
2640
+ font-size: 14px;
2641
+ width: 19%;
2642
+ }
2643
+ .ui-app-area .items-container .table-item h4 {
2644
+ font-size: 16px;
2645
+ }
2646
+ .ui-app-area .items-container .item-information {
2647
+ display: block;
2648
+ float: left;
2649
+ position: relative;
2650
+ width: 95%;
2651
+ margin-bottom: 8px;
2640
2652
  }
2641
2653
  .ui-app-area .items-container .table-item img.img-responsive {
2642
2654
  width: 100%;
2643
2655
  max-width: 100%;
2656
+ margin-bottom: 12px;
2657
+ }
2658
+ .ui-app-area .items-container .table-item .ui-menu-dots {
2659
+ width: 5px;
2660
+ height: 30px;
2661
+ position: absolute;
2662
+ right: 12px;
2663
+ bottom: 15px;
2644
2664
  }
2645
2665
 
2646
2666
 
@@ -0,0 +1,44 @@
1
+ // Variables
2
+ // Welcome UI Typography
3
+
4
+ @font-face {
5
+ font-family: 'hk_groteskmedium';
6
+ src: url('HK-Grotesk/Medium/HKGrotesk-Medium.eot');
7
+ src: url('<%= asset_url("HK-Grotesk/Medium/HKGrotesk-Medium.eot") %>') format('embedded-opentype'),
8
+ url('<%= asset_url("HK-Grotesk/Medium/HKGrotesk-Medium.woff") %>') format('woff'),
9
+ url('<%= asset_url("HK-Grotesk/Medium/HKGrotesk-Medium.ttf") %>') format('truetype');
10
+ }
11
+ @font-face {
12
+ font-family: 'hk_groteskbold';
13
+ src: url('<%= asset_url("HK-Grotesk/Bold/HKGrotesk-Bold.eot") %>');
14
+ src: url('<%= asset_url("HK-Grotesk/Bold/HKGrotesk-Bold.eot") %>#iefix') format('embedded-opentype'),
15
+ url('<%= asset_url("HK-Grotesk/Bold/HKGrotesk-Bold.woff") %>') format('woff'),
16
+ url('<%= asset_url("HK-Grotesk/Bold/HKGrotesk-Bold.ttf") %>') format('truetype');
17
+ }
18
+
19
+ @font-face {
20
+ font-family: 'nunitosans-bold';
21
+ src: url('<%= asset_url("nunito/bold/nunitosans-bold.woff2") %>') format('woff2'),
22
+ url('<%= asset_url("nunito/bold/nunitosans-bold.woff") %>') format('woff'),
23
+ url('<%= asset_url("nunito/bold/nunitosans-bold.ttf") %>') format('truetype'),
24
+ url('<%= asset_url("nunito/bold/nunitosans-bold.svg") %>#nunitosans-bold') format('svg');
25
+ font-weight: normal;
26
+ font-style: normal;
27
+ }
28
+
29
+ /* ================================ */
30
+
31
+ @font-face {
32
+ font-family: 'gt-eesti-regular';
33
+ src: url('<%= asset_url("GT-Eesti/Regular/GTEestiDisplay-Regular.eot") %>');
34
+ src: url('<%= asset_url("GT-Eesti/Regular/GTEestiDisplay-Regular.eot") %>#iefix') format('embedded-opentype'),
35
+ url('<%= asset_url("GT-Eesti/Regular/GTEestiDisplay-Regular.woff") %>') format('woff'),
36
+ url('<%= asset_url("GT-Eesti/Regular/GTEestiDisplay-Regular.ttf") %>') format('truetype');
37
+ }
38
+ @font-face {
39
+ font-family: 'gt-eesti-light';
40
+ src: url('<%= asset_url("GT-Eesti/Light/GTEestiDisplay-Light.eot") %>');
41
+ src: url('<%= asset_url("GT-Eesti/Light/GTEestiDisplay-Light.eot") %>#iefix') format('embedded-opentype'),
42
+ url('<%= asset_url("GT-Eesti/Light/GTEestiDisplay-Light.woff") %>') format('woff'),
43
+ url('<%= asset_url("GT-Eesti/Light/GTEestiDisplay-Light.ttf") %>') format('truetype');
44
+ }
@@ -1,7 +1,7 @@
1
1
  @import "welcome-ui";
2
+ @import "welcome-ui-typography";
2
3
  @import "welcome_bootstrap_variables";
3
4
  @import "bootstrap/scss/bootstrap";
4
- @import "welcome-ui-typography";
5
5
  @import "welcome-ui-tables";
6
6
  @import "welcome-ui-navbar";
7
7
  @import "welcome-ui-menu-app";
@@ -1,4 +1,7 @@
1
1
  module WelcomeCss
2
2
  class Engine < ::Rails::Engine
3
+ initializer "welcome_css.assets.precompile" do |app|
4
+ app.config.assets.precompile += %w( welcome.css )
5
+ end
3
6
  end
4
7
  end
@@ -1,3 +1,3 @@
1
1
  module WelcomeCss
2
- VERSION = "0.41"
2
+ VERSION = "0.44"
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.41'
4
+ version: '0.44'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jose Camacho
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-03-03 00:00:00.000000000 Z
11
+ date: 2022-03-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -44,7 +44,7 @@ dependencies:
44
44
  - - ">="
45
45
  - !ruby/object:Gem::Version
46
46
  version: 4.6.0
47
- description:
47
+ description:
48
48
  email:
49
49
  - jose@welcomehomes.com
50
50
  executables: []
@@ -109,7 +109,7 @@ files:
109
109
  - app/assets/stylesheets/_welcome-ui-sidebar.scss
110
110
  - app/assets/stylesheets/_welcome-ui-tables.scss
111
111
  - app/assets/stylesheets/_welcome-ui-tabs.scss
112
- - app/assets/stylesheets/_welcome-ui-typography.scss
112
+ - app/assets/stylesheets/_welcome-ui-typography.scss.erb
113
113
  - app/assets/stylesheets/_welcome-ui.scss
114
114
  - app/assets/stylesheets/_welcome_bootstrap_variables.scss
115
115
  - app/assets/stylesheets/welcome.css.scss
@@ -123,7 +123,7 @@ licenses:
123
123
  - MIT
124
124
  metadata:
125
125
  homepage_uri: https://github.com/WelcomeHomes/welcome_css
126
- post_install_message:
126
+ post_install_message:
127
127
  rdoc_options: []
128
128
  require_paths:
129
129
  - lib
@@ -138,8 +138,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
138
138
  - !ruby/object:Gem::Version
139
139
  version: '0'
140
140
  requirements: []
141
- rubygems_version: 3.1.4
142
- signing_key:
141
+ rubygems_version: 3.3.3
142
+ signing_key:
143
143
  specification_version: 4
144
144
  summary: Stylesheets for dashboards and admin systems
145
145
  test_files: []
@@ -1,44 +0,0 @@
1
- // Variables
2
- // Welcome UI Typography
3
-
4
- @font-face {
5
- font-family: 'hk_groteskmedium';
6
- src: asset-url('HK-Grotesk/Medium/HKGrotesk-Medium.eot');
7
- src: asset-url('HK-Grotesk/Medium/HKGrotesk-Medium.eot#iefix') format('embedded-opentype'),
8
- asset-url('HK-Grotesk/Medium/HKGrotesk-Medium.woff') format('woff'),
9
- asset-url('HK-Grotesk/Medium/HKGrotesk-Medium.ttf') format('truetype');
10
- }
11
- @font-face {
12
- font-family: 'hk_groteskbold';
13
- src: asset-url('HK-Grotesk/Bold/HKGrotesk-Bold.eot');
14
- src: asset-url('HK-Grotesk/Bold/HKGrotesk-Bold.eot#iefix') format('embedded-opentype'),
15
- asset-url('HK-Grotesk/Bold/HKGrotesk-Bold.woff') format('woff'),
16
- asset-url('HK-Grotesk/Bold/HKGrotesk-Bold.ttf') format('truetype');
17
- }
18
-
19
- @font-face {
20
- font-family: 'nunitosans-bold';
21
- src: asset-url('nunito/bold/nunitosans-bold.woff2') format('woff2'),
22
- asset-url('nunito/bold/nunitosans-bold.woff') format('woff'),
23
- asset-url('nunito/bold/nunitosans-bold.ttf') format('truetype'),
24
- asset-url('nunito/bold/nunitosans-bold.svg#nunitosans-bold') format('svg');
25
- font-weight: normal;
26
- font-style: normal;
27
- }
28
-
29
- /* ================================ */
30
-
31
- @font-face {
32
- font-family: 'gt-eesti-regular';
33
- src: asset-url('GT-Eesti/Regular/GTEestiDisplay-Regular.eot');
34
- src: asset-url('GT-Eesti/Regular/GTEestiDisplay-Regular.eot#iefix') format('embedded-opentype'),
35
- asset-url('GT-Eesti/Regular/GTEestiDisplay-Regular.woff') format('woff'),
36
- asset-url('GT-Eesti/Regular/GTEestiDisplay-Regular.ttf') format('truetype');
37
- }
38
- @font-face {
39
- font-family: 'gt-eesti-light';
40
- src: asset-url('GT-Eesti/Light/GTEestiDisplay-Light.eot');
41
- src: asset-url('GT-Eesti/Light/GTEestiDisplay-Light.eot#iefix') format('embedded-opentype'),
42
- asset-url('GT-Eesti/Light/GTEestiDisplay-Light.woff') format('woff'),
43
- asset-url('GT-Eesti/Light/GTEestiDisplay-Light.ttf') format('truetype');
44
- }