welcome_css 0.58 → 0.59

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: 6593f7b42bba11d97be8401161099a47db5ad8d3cbfd6e337d73d7f1c53704e0
4
- data.tar.gz: 8c82aff173b60c64d549688fc56fc6a14353d2afbab12c007ecaf2a52826cd80
3
+ metadata.gz: b0ce1679057567ce050e84c13d141494be0e07106e53a799220ba904851300e2
4
+ data.tar.gz: 6642184a31f924822c01904ad3428a0042ac54d1b6601f169c7a5aa53080b6bd
5
5
  SHA512:
6
- metadata.gz: 5291da67757cca82a4f91407d973a2d2052a3970a819670a41e6e2ec8ea3c9889811d1f3813c9c7d9c972b36984cf3c984dbe22cc847cdd9b8b71dc105b019bb
7
- data.tar.gz: 2b681645dfbf667f76cd6c9a9ee71846bea010d2bca655b16ee514b5a9e88b66b682cf666470d233585cf5e337bebe8b8f3f37ed38b1f024f107787dae09b9cb
6
+ metadata.gz: 37493d603a7c4e9edca0300638ff4e7fb57c33976463f8d8ba40840ddf463dee820fa02c6afb28269ea9caba4f2a81ba3d58e1683c90554e39f778d170c3bd6a
7
+ data.tar.gz: 68f95ef8df09d197d893aced99ce7e32c4ca3a5ca1e6f85b69598d30f6ce8a0ce4eb69b151306c3c0cbfa4a95cbb341e15ddb4fc469e31261ce1b9bcef8c38cf
@@ -2948,26 +2948,47 @@ table .ui-table-row {
2948
2948
  float: right;
2949
2949
  }
2950
2950
 
2951
+ /*.ui-app-area .estimates-drop-container .themes-column {
2952
+ display: block;
2953
+ width: 55%;
2954
+ float: right;
2955
+ }*/
2951
2956
  .ui-app-area .estimates-drop-container .themes-column {
2952
2957
  display: block;
2953
2958
  width: 55%;
2954
2959
  float: right;
2960
+ margin-top: 0px;
2961
+ /*background-color: #F9FAFC !important;
2962
+ border: 1px solid #D8D9DF;*/
2963
+
2964
+ height: calc(100vh - 20px);
2965
+ overflow: scroll;
2966
+ position: relative;
2955
2967
  }
2956
2968
  .ui-app-area .estimates-drop-container .themes-column .card-body {
2957
2969
  display: block;
2958
2970
  width: 100%;
2959
2971
  float: left;
2960
2972
  position: relative;
2973
+ padding-top: 0 !important;
2974
+ padding-bottom: 70px;
2975
+ }
2976
+ .ui-app-area .estimates-drop-container .themes-column .estimates-container {
2977
+ display: block;
2978
+ position: absolute;
2979
+ height: 100%;
2980
+ padding-bottom: 80px;
2961
2981
  }
2962
2982
  .ui-app-area .estimates-drop-container .themes-column .price-container {
2963
2983
  display: block;
2964
2984
  width: 100% !important;
2965
2985
  float: right;
2966
2986
  margin-top: 0px;
2967
- top: 20px;
2968
- background-color: #F9FAFC !important;
2987
+ background-color: #fff !important;
2969
2988
  border: 1px solid #D8D9DF;
2970
2989
  text-align: center;
2990
+ position: absolute;
2991
+ bottom: 0;
2971
2992
  }
2972
2993
  .ui-app-area .estimates-drop-container .component-addition {
2973
2994
  padding-top: 6px;
@@ -2979,6 +3000,20 @@ table .ui-table-row {
2979
3000
  background-color: #EBEFF5;
2980
3001
  color: #000;
2981
3002
  }
3003
+ .ui-app-area .estimates-drop-container .product-choice .text-success {
3004
+ background-color: #53DA7E;
3005
+ color: #fff !important;
3006
+ border-radius: 50%;
3007
+ padding: 2px 6px;
3008
+ font-size: 12px;
3009
+ }
3010
+ .ui-app-area .estimates-drop-container .product-choice .text-danger {
3011
+ background-color: #eaeaea;
3012
+ color: #fff !important;
3013
+ border-radius: 50%;
3014
+ padding: 2px 6px;
3015
+ font-size: 12px;
3016
+ }
2982
3017
 
2983
3018
  /* =========================== */
2984
3019
 
@@ -1,3 +1,3 @@
1
1
  module WelcomeCss
2
- VERSION = "0.58"
2
+ VERSION = "0.59"
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.58'
4
+ version: '0.59'
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-23 00:00:00.000000000 Z
11
+ date: 2022-03-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails