welcome_css 0.62 → 0.63

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: 74079c29bdb7847936ab9dcfdd4bd4c4e42905872ab678ea68339c1d9875f758
4
- data.tar.gz: 4ee9acd7057323ff045621356674920bdfe09c20fe19a4122bac6bd2dbe8ed25
3
+ metadata.gz: 67754d2ecc1c20ca43fd8f132ea58088108da46767fb5091cdd76c62e9bd8a7e
4
+ data.tar.gz: e6adc5aa05f49a1475b1eec6bd209777c5ade42e7ca3ea98f279e925ddcfc93a
5
5
  SHA512:
6
- metadata.gz: 573eb4a7dfea36539cf0fe7e82a02ba95d7746443c083b68f50ddc2524cc2923dcfdec5417b350514bd24815b841d547a66928fb9cfd817e4c20ad5bb009b217
7
- data.tar.gz: d82205259030531a4f4642d8545f2c3a375e57263182fabe62f81e41df5a71d5e3241bb14a9495e5dc79d8553a7153ae9f2abc5b8da6a2a2b8d935b6c01ae200
6
+ metadata.gz: 7f277b68ba58c850b395446ab6bce71e97f1386648d4b74dbac56d861caf11a5305bc3998cf6ac365e2fdd9b9c8832c04059d9c2be072e065ac0031759f51f6e
7
+ data.tar.gz: cf9a0d319cc00b472026cfd7900a610d3cf005e2f23491999b874a3b39996b0eb27aeda73255712de6c3422d03b2ded8218cb45233b70ca7c39272a3b957d449
@@ -3075,11 +3075,30 @@ table .ui-table-row {
3075
3075
  .modal-dialog #product_list .product-selected h4 {
3076
3076
  font-size: 18px;
3077
3077
  }
3078
+ .modal-dialog #product_list .product-selected .card {
3079
+ width: 100% !important;
3080
+ }
3081
+
3078
3082
  .modal-dialog #product_list .product-selected .product-item {
3079
3083
  width: 100% !important;
3080
3084
  }
3085
+ .modal-dialog #product_list .card {
3086
+ width: 23%;
3087
+ float: left;
3088
+ margin-bottom: 20px;
3089
+ margin-right: 7px;
3090
+ }
3091
+ .modal-dialog #product_list .product-selected .card.selected form:nth-child(2) {
3092
+ display: block;
3093
+ position: absolute;
3094
+ width: 25px !important;
3095
+ height: 25px;
3096
+ top: 0;
3097
+ right: 0;
3098
+ }
3099
+
3081
3100
  .modal-dialog #product_list .product-item {
3082
- width: 25%;
3101
+ width: 100%;
3083
3102
  display: block;
3084
3103
  float: left;
3085
3104
  position: relative;
@@ -3092,6 +3111,11 @@ table .ui-table-row {
3092
3111
  position: relative;
3093
3112
  width: 78%;
3094
3113
  }
3114
+ .modal-dialog #product_list .product-list .card.selected form:nth-child(2) {
3115
+ height: 0 !important;
3116
+ margin-bottom: 0 !important;
3117
+ }
3118
+
3095
3119
  .modal-dialog #product_list .product-item .card-body {
3096
3120
  padding: 8px;
3097
3121
  }
@@ -3151,7 +3175,8 @@ table .ui-table-row {
3151
3175
  border: 1px solid #6FB1F3;
3152
3176
  }
3153
3177
  .modal-dialog #product_list button {
3154
- border: 2px solid #E8E9E9 !important;
3178
+ /*border: 2px solid #E8E9E9 !important;*/
3179
+ border: none !important;
3155
3180
  width: 100%;
3156
3181
  background-color: #fff;
3157
3182
  padding: 0;
@@ -3227,6 +3252,9 @@ table .ui-table-row {
3227
3252
  border: 1px solid #D8D9DF;
3228
3253
  /*box-shadow: 1px -1px 8px 0px rgba(174,174,174,.2%);*/
3229
3254
  }
3255
+ .modal-dialog #product_list .product-list .card-title {
3256
+ height: 44px;
3257
+ }
3230
3258
 
3231
3259
 
3232
3260
 
@@ -1,3 +1,3 @@
1
1
  module WelcomeCss
2
- VERSION = "0.62"
2
+ VERSION = "0.63"
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.62'
4
+ version: '0.63'
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-30 00:00:00.000000000 Z
11
+ date: 2022-03-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails