express_admin 1.7.23 → 1.7.24

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1e313cecf7cbee20cd24e4addaa69ac83708b008
4
- data.tar.gz: d9d47b2b8a0029df12c8d5320684274e473cc07c
3
+ metadata.gz: cd9ac1eda63fbbe8d3c7730b963ab6ce4c3010d1
4
+ data.tar.gz: b518962a086923b836ad72a6202ae43b9fba04a3
5
5
  SHA512:
6
- metadata.gz: e1f47eb00ff894a6ccfdb6939a0286460617131a8bca93b9ba42efcaad90b126dc748facb96cd04b4dacaf4af51b8aecd31c7e6d779f6ebb490ba9c159dbe5b3
7
- data.tar.gz: 63f7d411327d06934cb4bf32eb4eea018a1e20c41ef577881bcb1ae7a5b7f43b5a37ce8733db9e0bf467995ae1aaca669090962b9405f8b07a9b76722659c1f8
6
+ metadata.gz: fd1b549d3cf7ac097f4053f04c54d0a466217925ea6d8ad9cd3a5bd003a9f1034ed3d0818e5753027fa602d61e4960559042121efc6e667227d4a4495d79e2db
7
+ data.tar.gz: 5a04a5f5e20eef582b15263c084bacb0ed0e0b38debe7007c74357925cbd8fff4a70f7f079d56138b059239ae96aca24ec0ac55d1b8264a20c490797f034b57d
@@ -34,7 +34,6 @@
34
34
  @import 'shared/messages'
35
35
  @import 'shared/alerts'
36
36
  @import 'shared/progress'
37
- @import 'shared/reveal'
38
37
  @import 'shared/buttons'
39
38
 
40
39
  @import 'components/command_button'
@@ -1,3 +1,3 @@
1
1
  module ExpressAdmin
2
- VERSION = "1.7.23"
2
+ VERSION = "1.7.24"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: express_admin
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.23
4
+ version: 1.7.24
5
5
  platform: ruby
6
6
  authors:
7
7
  - Steven Talcott Smith
@@ -431,7 +431,6 @@ files:
431
431
  - app/assets/stylesheets/express_admin/shared/_media_object.sass
432
432
  - app/assets/stylesheets/express_admin/shared/_messages.sass
433
433
  - app/assets/stylesheets/express_admin/shared/_progress.sass
434
- - app/assets/stylesheets/express_admin/shared/_reveal.sass
435
434
  - app/assets/stylesheets/express_admin/shared/_tables.sass
436
435
  - app/assets/stylesheets/express_admin/shared/_trees.sass
437
436
  - app/assets/stylesheets/express_admin/shared/_widgets.sass
@@ -1,20 +0,0 @@
1
- dialog, .reveal-modal
2
- position: fixed
3
- max-width: inherit
4
- top: 0px !important
5
- transition: top .25s ease
6
- width: 96%
7
- height: 90%
8
- overflow: scroll
9
-
10
- &.open
11
- top: 60px !important
12
-
13
- dialog .close-reveal-modal, .reveal-modal .close-reveal-modal
14
- right: 7px
15
- top: -5px
16
-
17
- h1
18
- font-size: 1.6rem
19
- font-weight: normal
20
- margin-bottom: 10px