intia-theme 0.1.63 → 0.1.64

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: 2f5108865deb066c3d99f14c443ccc98889f5d6bf51c183572ca8a90e53d8a45
4
- data.tar.gz: 5341a689b6eb8527f545c52ae04ee6c3b722892548d60b2f6f00b9ff7db4a8ed
3
+ metadata.gz: 36f9927c2d30d0febbc145d1df8275c78bf5097b59952e912de8d1b44aab7b3a
4
+ data.tar.gz: 4efedd31105a649be4c1319e2a316acac9fd2d8fa2fd292e9027ab7de1213e68
5
5
  SHA512:
6
- metadata.gz: c29d514c379792f7817998b215044c010434d5f68a9220704d2f7164da493742bbab23e80f0e71455c025209cbae64d95f7e6ad2ca06a171381c2a311f6cc35f
7
- data.tar.gz: 0ac7d5150e9c004b5c4da4c6fee8ceadabefac1eabd4f93746856a9e50c03ed870ce4ff163685764f9310beb50a45bf1b959c25d79fc436118e3369561f92155
6
+ metadata.gz: ac6f65dde41dead07bf4e9e877687e2039685ef2df32e3b790b5e26cf742cd479eb7cdf2e871a356569e455e78bb2579caa3c86b2fd6daed194a19b7f59b4ca5
7
+ data.tar.gz: ebdc0b7851d92efb3d8e330dfa5bfe40307b1b1c49fba9090ed04f891a28df66278f53b8a8000f3277b5c96c8cda96a0b4d922dbbd2c765a12411917e6228ee7
data/_sass/_mobile.scss CHANGED
@@ -1,5 +1,5 @@
1
1
  // Mobil
2
- @include mobile {
2
+ @include until-fullhd {
3
3
  body,
4
4
  .highlighter {
5
5
  font-size: 0.9rem;
data/_sass/_print.scss CHANGED
@@ -15,13 +15,13 @@
15
15
  @media print {
16
16
  @content;
17
17
  }
18
- @media screen and (min-width: 1024px) {
18
+ @media screen and (min-width: 1407px) {
19
19
  .navbar.is-primary .navbar-start .navbar-link::after,
20
20
  .navbar.is-primary .navbar-end .navbar-link::after {
21
21
  border-color: white;
22
22
  }
23
23
  }
24
- @media screen and (min-width: 1024px) {
24
+ @media screen and (min-width: 1407px) {
25
25
  .navbar.is-primary .navbar-start > .navbar-item,
26
26
  .navbar.is-primary .navbar-start .navbar-link,
27
27
  .navbar.is-primary .navbar-end > .navbar-item,
@@ -29,7 +29,7 @@
29
29
  color: white;
30
30
  }
31
31
  }
32
- @media screen and (min-width: 1024px) {
32
+ @media screen and (min-width: 1407px) {
33
33
  .navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link,
34
34
  .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,
35
35
  .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link {
data/_sass/_radar.scss CHANGED
@@ -1,8 +1,9 @@
1
1
  #radar {
2
2
  /* Generel */
3
3
  --fontFamily: "Verdana", sans-serif;
4
- --borderRadius: 0;
4
+ --borderRadius: 0px;
5
5
  --lineWidth: 1;
6
+ --lineWidthSector: 5;
6
7
  --spacing: 8px;
7
8
  --textPadding: 0.25em;
8
9
  --dropdownBoxShadow: 0 5px 20px rgba(0,0,0,0.1);
@@ -36,7 +37,7 @@
36
37
  'radar';
37
38
  grid-gap: var(--spacing);
38
39
  /* background-color: rgb(250, 250, 250); */
39
- background-color: rgba(0, 0, 0, 0.02);
40
+ background-color: white;
40
41
  border-radius: var(--borderRadius);
41
42
  padding: var(--spacing);
42
43
  font-family: var(--fontFamily);
data/assets/js/radar.js CHANGED
@@ -588,7 +588,7 @@ function createRadar(config, structure, entries){
588
588
  .on(`click`, sector => {
589
589
  displaySector(sector);
590
590
  changeSvgViewbox(sector.idText);
591
- });
591
+ })
592
592
  if(config.sector.showName){
593
593
  let name = selection.append(`g`)
594
594
  .attr(`class`, `sectorName`)
@@ -46,7 +46,7 @@ $navbar-divider-height: 2px !default
46
46
 
47
47
  $navbar-bottom-box-shadow-size: 0 -2px 0 0 !default
48
48
 
49
- $navbar-breakpoint: $desktop !default
49
+ $navbar-breakpoint: $fullhd !default
50
50
 
51
51
  $navbar-colors: $colors !default
52
52
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: intia-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.63
4
+ version: 0.1.64
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marc Schmidt
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-05-24 00:00:00.000000000 Z
11
+ date: 2022-05-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll