captive_admin 0.2.0 → 0.2.1

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: 6ddcd4b44250598d163ee0ed11b88e4259337de716ddad97e3c8a46ca561f8f6
4
- data.tar.gz: d007d5611d9fa1451ffba1a449f16889a1e27b9be9da69886e25a202d9bdc317
3
+ metadata.gz: b6ba087531cc47aedc6b39a074613a83d31a7606f19037608dc9bf8d079a1cf2
4
+ data.tar.gz: f1b0fb8192294ae49188cd308151547b50c7eb68604f4b8e9a3f876d75df4a71
5
5
  SHA512:
6
- metadata.gz: ff3bad67b2e852971b5ad10b1313dafc8f246d96c9362fddd6df6db9e6668c0c8439d250ae2d25ddb1ee2d8e5038c6d202d53acd3ee68c2857fa6f3bec23c384
7
- data.tar.gz: 6448cce4015aee08996a6f8e7378b87eb42bb24d1c5f31771798a6dd3f2bb5737c0876d371040129b4e798a1b5ae4fbc5502e20f893c734a88049cc918bf1b67
6
+ metadata.gz: fc8277e332fd276212db311753e0382be806181a0a5e9d9853223c43e4f5e781b595fc4e721ee9eab10618a2c155a6d402d880e5a5828f24fbc1cdc600341cd8
7
+ data.tar.gz: 7822f7375dbdf20eba78de4c3e7f587e4b6bb17c717850634584e1d4dad699d00194bbf6e71e82f13e5dc4ae040ae19ff2ad68c2785dfd01ef6800bd8d2b48f1
@@ -6,4 +6,5 @@ body {
6
6
  h1,h2,h3,h4,h5,h6 {
7
7
  @include title-family;
8
8
  letter-spacing: .5px;
9
+ margin-top: 0;
9
10
  }
@@ -4,6 +4,7 @@
4
4
  table.index_table {
5
5
  @include shadow-xs;
6
6
  border-radius: $border-radius-s;
7
+ overflow: hidden;
7
8
 
8
9
  th {
9
10
  a, a:link, a:visited {
@@ -15,27 +16,8 @@ table.index_table {
15
16
  border-bottom: 2px solid $border-color-emphasis;
16
17
  }
17
18
 
18
- &:first-child {
19
- border-top-left-radius: $border-radius-s;
20
- }
21
-
22
19
  &:last-child {
23
20
  border-right: none;
24
- border-top-right-radius: $border-radius-s;
25
- }
26
- }
27
-
28
- tr {
29
- &:last-child {
30
- td {
31
- &:first-child {
32
- border-bottom-left-radius: $border-radius-s;
33
- }
34
-
35
- &:last-child {
36
- border-bottom-right-radius: $border-radius-s;
37
- }
38
- }
39
21
  }
40
22
  }
41
23
 
@@ -17,8 +17,7 @@
17
17
 
18
18
  @mixin section-background {
19
19
  background: $bg-subtle;
20
-
21
- // heritage AA
22
- @include rounded(4px);
23
- @include inset-shadow(0,1px,4px, #ddd);
20
+ @include rounded($border-radius-s);
21
+ @include shadow-xs;
22
+ overflow: hidden;
24
23
  }
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module CaptiveAdmin
4
- VERSION = "0.2.0"
4
+ VERSION = "0.2.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: captive_admin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Captive
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2023-07-18 00:00:00.000000000 Z
12
+ date: 2023-07-20 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Un thème pour ActiveAdmin aux couleurs de Captive.
15
15
  email: