welcome_css 0.31 → 0.32

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: 9a365bff6330a1c6fff56987855c750a9205b0cb995606b65b984f429a3736c8
4
- data.tar.gz: d1e3cbb52da57ae2f5d0ed2f47386c4a42e9bbc6680e262ab688d181effd463a
3
+ metadata.gz: 63471af3bc78ed04b2da3f1c28f9c711f1cdab06dcc3cf1d6e7e78b6008c6de4
4
+ data.tar.gz: 7781a9d524e314769738e6bc306639ee10fa89493beab5a77dfd377cde565cfa
5
5
  SHA512:
6
- metadata.gz: 15657c6c360a3e308190bd958d34a7ace7d1a1af964dff9c57f2b4a8dce0b4b6a4373edc7f4f92a7d76076efbd7de3c421ac113674e1980f8e43bff03bb25e4b
7
- data.tar.gz: 4205dff1fe705ed2e463435aadfdb372bd94801a5e50bf911d7dc89a4f546ee3442901423aa9af5734edf91923ce75d1bb01d764992ee67190ed342a1e2c878f
6
+ metadata.gz: e70f902bdbbd654c9abb68e410f42f224aa92d5e0b4c26533e1d0ecb24a8275858298084fe61060a335f966b5b1de7b981fee19147807d5be1cabb2332acfc64
7
+ data.tar.gz: 9ce04606e7fa8486dfc8afd7cd267092747d69798b9145d41d45efe49ac2d7e8313bfc3dcc0f0a5a836f6e73773160b8e7aafb54293737ee68348c438dcbabc9
@@ -1825,10 +1825,14 @@ table .ui-table-row {
1825
1825
  background-position: top 5px left 0px;
1826
1826
  padding-left: 12px;
1827
1827
  }
1828
- .am-content.ui-app-area .model-widget .model-info .model-title,
1829
- .am-content.ui-app-area .model-widget .model-info .model-studio-status {
1828
+ .am-content.ui-app-area .model-widget .model-info .model-title {
1830
1829
  display: block;
1831
1830
  float: left;
1831
+ margin-bottom: 6px;
1832
+ }
1833
+ .am-content.ui-app-area .model-widget .model-info .model-studio-status {
1834
+ display: block;
1835
+ float: right;
1832
1836
  }
1833
1837
  .am-content.ui-app-area .model-widget .model-info .model-studio-status .model-studio-active {
1834
1838
  float: right;
@@ -2250,6 +2254,43 @@ table .ui-table-row {
2250
2254
  width: 34px;
2251
2255
  }
2252
2256
 
2257
+ /* =========================== */
2258
+
2259
+ .am-content.ui-app-area .form-img-container {
2260
+ padding: 15px;
2261
+ background-color: #eaeaea;
2262
+ height: 160px;
2263
+ }
2264
+ .am-content.ui-app-area .form-img-container .img-fluid {
2265
+ width: 100%;
2266
+ height: 100%;
2267
+ object-fit: contain;
2268
+ }
2269
+ .am-content.ui-app-area .img-btns {
2270
+ position: absolute;
2271
+ right: 8px;
2272
+ bottom: 8px;
2273
+ background-color: $ui_white;
2274
+ padding: 2px 6px 8px;
2275
+ border-radius: $ui-radius;
2276
+ box-shadow: 1px -1px 13px 0px rgba(174,174,174,0.30);
2277
+ -webkit-box-shadow: 1px -1px 13px 0px rgba(174,174,174,0.30);
2278
+ -moz-box-shadow: 1px -1px 13px 0px rgba(174,174,174,0.30);
2279
+ }
2280
+ .am-content.ui-app-area .img-btns .btn.btn-outline-danger {
2281
+ padding: 5px 12px !important;
2282
+ background-position: top 8px left 6px;
2283
+ margin-bottom: 0;
2284
+ }
2285
+ .am-content.ui-app-area .img-btns .btn.btn-outline-primary {
2286
+ padding: 5px 12px !important;
2287
+ background-position: top 9px left 5px;
2288
+ margin-bottom: 0;
2289
+ }
2290
+ .am-content.ui-app-area .modal-dialog .img-btns .btn-outline-danger {
2291
+ width: 27px;
2292
+ }
2293
+
2253
2294
 
2254
2295
 
2255
2296
 
@@ -1,3 +1,3 @@
1
1
  module WelcomeCss
2
- VERSION = "0.31"
2
+ VERSION = "0.32"
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.31'
4
+ version: '0.32'
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-01-18 00:00:00.000000000 Z
11
+ date: 2022-01-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails