word-games-theme 1.8.3 → 1.8.4

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
  SHA256:
3
- metadata.gz: 40ef288f40a12ffa00e679a7df9741c897b768793877f4a3ae930b7596852cec
4
- data.tar.gz: 1d4c06e9d4f51a8f2d286fdc976e18de345e44383fb04167e425c8dd8f3bb46c
3
+ metadata.gz: 4e6db3892c9497c0eebd8a59254df6a234164bedb089c227296f1b825a65b7d4
4
+ data.tar.gz: 19a54bb42744b249ddbaa1f5ee5fb6df4b081fa39041d003003ce17ec442dfad
5
5
  SHA512:
6
- metadata.gz: 130441d1504ba933ab0ba83e46d897659aa1af157354e03a1979e9375054f191ca21dc8871f0973c807230fea724ed5b4c0d40ab2d7d25b0e6c555b5c6ac912b
7
- data.tar.gz: aa4c11837dd6f94f69b087fe07ea4fa12f7e418baecbb4ac6a2a070d9282335f66f115f219b4e2e1b89ef7f22d9629f91df3a0166b144ebdac3caadbed6a9848
6
+ metadata.gz: e05bed4e8f60e6548c742ef92d4cafc6f3c18650bbb5c28bbf3c42edee9e490e74bcb19a40d895acf2557c511abed3f551376a48aebdab35e519ba037fed8ecc
7
+ data.tar.gz: 6a6086b868b2f60557899a6cb634577dc57edfcf3c7db8107bd65ea0c2dfc42e60cee074d60c6b0d7533c00414508ef198cc62ce3a145e6296fe1bc537c75f86
@@ -449,6 +449,28 @@ header {
449
449
  font-size: 3.8rem;
450
450
  }
451
451
 
452
+ .navbar-nav {
453
+ margin-left: 14rem;
454
+ }
455
+
456
+ .navbar-nav .nav-item {
457
+ padding: 0 15px;
458
+ }
459
+
460
+ .navbar-nav .nav-link:hover {
461
+ color: var(--txtColor) !important;
462
+ transition: all 0.2s linear;
463
+ -webkit-transition: all 0.2s linear;
464
+ -moz-transition: all 0.2s linear;
465
+ }
466
+
467
+ .nav-link {
468
+ text-decoration: none !important;
469
+ font-size: 16px;
470
+ color: gray !important;
471
+ }
472
+
473
+
452
474
  @media (max-width: 768px) {
453
475
  .language-drop-down-item {
454
476
  width: 100% !important;
@@ -499,17 +521,19 @@ header {
499
521
  }
500
522
  }
501
523
 
502
- .bi::before,
503
- [class*=" bi-"]::before,
504
- [class^="bi-"]::before {
505
- display: inline-block;
506
- font-family: bootstrap-icons !important;
507
- font-style: normal;
508
- font-weight: 400 !important;
509
- font-variant: normal;
510
- text-transform: none;
511
- line-height: 1;
512
- vertical-align: -0.125em;
513
- -webkit-font-smoothing: antialiased;
514
- -moz-osx-font-smoothing: grayscale;
515
- }
524
+ @media (max-width: 992px) {
525
+ .navbar-nav {
526
+ margin-left: 0rem;
527
+ }
528
+
529
+ .dropdown-menu.show {
530
+ display: block !important;
531
+ padding: 15px !important
532
+ }
533
+
534
+ .dropdown-item {
535
+ text-align: left;
536
+ font-weight: 600;
537
+ padding: 0.25rem 0;
538
+ }
539
+ }
@@ -251,6 +251,19 @@ body {
251
251
  gap: 40px;
252
252
  }
253
253
 
254
+ .navbar-nav .nav-link:hover {
255
+ color: var(--txtColor) !important;
256
+ transition: all 0.2s linear;
257
+ -webkit-transition: all 0.2s linear;
258
+ -moz-transition: all 0.2s linear;
259
+ }
260
+
261
+ .nav-link {
262
+ text-decoration: none !important;
263
+ font-size: 16px;
264
+ color: gray !important;
265
+ }
266
+
254
267
 
255
268
  @media (max-width: 992px) {
256
269
  .dropdown-item {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: word-games-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.3
4
+ version: 1.8.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - manpreet-appscms