arctic_admin 4.2.5 → 4.2.6
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 +4 -4
- data/app/assets/stylesheets/arctic_admin/_base.scss +1 -1
- data/app/assets/stylesheets/arctic_admin/_main.scss +1 -1
- data/app/assets/stylesheets/arctic_admin/components/_date_picker.scss +1 -1
- data/app/assets/stylesheets/arctic_admin/components/_inputs.scss +1 -1
- data/app/assets/stylesheets/arctic_admin/components/_pagination.scss +2 -2
- data/app/assets/stylesheets/arctic_admin/components/_tabs.scss +2 -2
- data/app/assets/stylesheets/arctic_admin/components/_toggle.scss +2 -2
- data/app/assets/stylesheets/arctic_admin/layouts/_header.scss +1 -1
- data/app/assets/stylesheets/arctic_admin/layouts/_sidebar.scss +2 -2
- data/app/assets/stylesheets/arctic_admin/pages/_index.scss +4 -4
- data/app/assets/stylesheets/arctic_admin/variables/_colors.scss +2 -0
- data/lib/arctic_admin/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2a746612b0e01e0e601cd1db54b7c74080558bde92142f757fdabb7f126fc93a
|
|
4
|
+
data.tar.gz: d48579407d4b36559ddfb52ddc00eba3d5f8af03d826a63a30a36c099f00dcf7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1aa6be26cacf2c287da3ab039326d0fa84df8ca57a6cec899dccaffcd8de8a9d6a588780f3f2c485f0d82e0903d6853f1c5c062b5cc47359e5e676dff6b4e7fa
|
|
7
|
+
data.tar.gz: 163ea4784e203dd19046b27d2aadacc3842561386675109909325c1de7d3c4b6003699496e4c51b7c5110d230566549e7d7516cb77a5222fd7b3ab0e3d9a996d
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
@include transition-button();
|
|
13
13
|
|
|
14
14
|
&:hover {
|
|
15
|
-
color: $primary-color;
|
|
15
|
+
color: $link-primary-color;
|
|
16
16
|
}
|
|
17
17
|
}
|
|
18
18
|
.page.current {
|
|
19
|
-
background-color: $primary-color;
|
|
19
|
+
background-color: $link-primary-color;
|
|
20
20
|
color: #fff;
|
|
21
21
|
border-radius: $border-radius;
|
|
22
22
|
padding: .3rem .4rem;
|
|
@@ -3,7 +3,7 @@ $toggle-height: 20px !default;
|
|
|
3
3
|
$toggle-offset: 3px !default;
|
|
4
4
|
|
|
5
5
|
$toggle-outer-default: #ddd !default;
|
|
6
|
-
$toggle-outer-active: $primary-color !default;
|
|
6
|
+
$toggle-outer-active: $link-primary-color !default;
|
|
7
7
|
$toggle-inner-default: #fff !default;
|
|
8
8
|
$toggle-inner-active: #fff !default;
|
|
9
9
|
|
|
@@ -61,7 +61,7 @@ $toggle-transition: 200ms ease-out !default;
|
|
|
61
61
|
// reset style
|
|
62
62
|
background-image: none;
|
|
63
63
|
//
|
|
64
|
-
background: $primary-color;
|
|
64
|
+
background: $link-primary-color;
|
|
65
65
|
|
|
66
66
|
&::before {
|
|
67
67
|
// reset style
|
|
@@ -29,7 +29,7 @@ body.index {
|
|
|
29
29
|
}
|
|
30
30
|
|
|
31
31
|
.dropdown_menu_button{
|
|
32
|
-
@include secondary-dropdown($primary-color);
|
|
32
|
+
@include secondary-dropdown($button-primary-color);
|
|
33
33
|
}
|
|
34
34
|
|
|
35
35
|
.dropdown_menu_list {
|
|
@@ -47,7 +47,7 @@ body.index {
|
|
|
47
47
|
justify-content: right;
|
|
48
48
|
|
|
49
49
|
a {
|
|
50
|
-
@include secondary-button($primary-color);
|
|
50
|
+
@include secondary-button($button-primary-color);
|
|
51
51
|
}
|
|
52
52
|
|
|
53
53
|
.index {
|
|
@@ -97,7 +97,7 @@ body.index {
|
|
|
97
97
|
margin-bottom: -4px;
|
|
98
98
|
|
|
99
99
|
.member_link {
|
|
100
|
-
@include primary-button($primary-color, white);
|
|
100
|
+
@include primary-button($button-primary-color, white);
|
|
101
101
|
padding: 4px 8px;
|
|
102
102
|
margin-right: 4px;
|
|
103
103
|
margin-bottom: 4px;
|
|
@@ -106,7 +106,7 @@ body.index {
|
|
|
106
106
|
|
|
107
107
|
.scopes {
|
|
108
108
|
.scope {
|
|
109
|
-
@include group-button($primary-color);
|
|
109
|
+
@include group-button($button-primary-color);
|
|
110
110
|
|
|
111
111
|
a {
|
|
112
112
|
margin-right: .25rem;
|
data/lib/arctic_admin/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: arctic_admin
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.2.
|
|
4
|
+
version: 4.2.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Clément Prod'homme
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-10-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|