@valtimo/layout 10.1.0 → 10.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.
Files changed (2) hide show
  1. package/assets/css/app.css +1 -27
  2. package/package.json +1 -1
@@ -18382,19 +18382,7 @@ li.L9 {
18382
18382
  }
18383
18383
 
18384
18384
  .timeline-item:nth-child(4n + 1):before {
18385
- border-color: #ff5800;
18386
- }
18387
-
18388
- .timeline-item:nth-child(4n + 2):before {
18389
- border-color: #fbbc05;
18390
- }
18391
-
18392
- .timeline-item:nth-child(4n + 3):before {
18393
- border-color: #34a853;
18394
- }
18395
-
18396
- .timeline-item:nth-child(4n + 4):before {
18397
- border-color: #ea4335;
18385
+ border-color: #cccccc;
18398
18386
  }
18399
18387
 
18400
18388
  .timeline-variant .timeline-item {
@@ -18585,17 +18573,6 @@ li.L9 {
18585
18573
  line-height: 16px;
18586
18574
  }
18587
18575
 
18588
- .timeline-time {
18589
- float: right;
18590
- color: #ababab;
18591
- }
18592
-
18593
- .timeline-variant .timeline-time {
18594
- float: none;
18595
- display: block;
18596
- line-height: 21px;
18597
- }
18598
-
18599
18576
  .timeline-summary {
18600
18577
  color: #8a8a8a;
18601
18578
  margin-top: 4px;
@@ -18693,9 +18670,6 @@ li.L9 {
18693
18670
  /*------------------------------------------------------------------
18694
18671
  [Detailed items content like gallery & blockquote]
18695
18672
  */
18696
- .timeline-item-detailed .timeline-time {
18697
- line-height: 21px;
18698
- }
18699
18673
 
18700
18674
  .timeline-item-detailed .timeline-header {
18701
18675
  line-height: 21px;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@valtimo/layout",
3
3
  "license": "EUPL-1.2",
4
- "version": "10.1.0",
4
+ "version": "10.2.1",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^14.2.5",
7
7
  "@angular/core": "^14.2.5"