@northdata/fomantic-ui 2.8.716 → 2.8.718
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.
|
@@ -1862,6 +1862,10 @@ i.flag.ie:before {
|
|
|
1862
1862
|
background-position: -36px -650px;
|
|
1863
1863
|
}
|
|
1864
1864
|
|
|
1865
|
+
i.flag.il:before {
|
|
1866
|
+
background-position: -36px -676px;
|
|
1867
|
+
}
|
|
1868
|
+
|
|
1865
1869
|
i.flag.it:before {
|
|
1866
1870
|
background-position: -36px -832px;
|
|
1867
1871
|
}
|
|
@@ -17433,105 +17437,26 @@ a.ui.card:hover,
|
|
|
17433
17437
|
Accordion
|
|
17434
17438
|
*******************************/
|
|
17435
17439
|
|
|
17436
|
-
.ui.accordion,
|
|
17437
|
-
.ui.accordion .accordion {
|
|
17438
|
-
max-width: 100%;
|
|
17439
|
-
}
|
|
17440
|
-
|
|
17441
|
-
.ui.accordion .accordion {
|
|
17442
|
-
margin: 1em 0 0;
|
|
17443
|
-
padding: 0;
|
|
17444
|
-
}
|
|
17445
|
-
|
|
17446
17440
|
/* Title */
|
|
17447
17441
|
|
|
17448
|
-
.ui.accordion .title,
|
|
17449
|
-
.ui.accordion .accordion .title {
|
|
17450
|
-
cursor: pointer;
|
|
17451
|
-
}
|
|
17452
|
-
|
|
17453
17442
|
/* Default Styling */
|
|
17454
17443
|
|
|
17455
|
-
.ui.accordion .title:not(.ui) {
|
|
17456
|
-
padding: 0.5em 0;
|
|
17457
|
-
font-family: "Josefin Sans", serif;
|
|
17458
|
-
font-size: 1em;
|
|
17459
|
-
color: rgba(0, 0, 0, 0.87);
|
|
17460
|
-
}
|
|
17461
|
-
|
|
17462
17444
|
/* Default Styling */
|
|
17463
17445
|
|
|
17464
|
-
.ui.accordion:not(.styled) .title ~ .content:not(.ui),
|
|
17465
|
-
.ui.accordion:not(.styled) .accordion .title ~ .content:not(.ui) {
|
|
17466
|
-
margin: '';
|
|
17467
|
-
padding: 0.5em 0 1em;
|
|
17468
|
-
}
|
|
17469
|
-
|
|
17470
|
-
.ui.accordion:not(.styled) .title ~ .content:not(.ui):last-child {
|
|
17471
|
-
padding-bottom: 0;
|
|
17472
|
-
}
|
|
17473
|
-
|
|
17474
17446
|
/* Arrow */
|
|
17475
17447
|
|
|
17476
|
-
.ui.accordion .title .dropdown.icon,
|
|
17477
|
-
.ui.accordion .accordion .title .dropdown.icon {
|
|
17478
|
-
display: inline-block;
|
|
17479
|
-
float: none;
|
|
17480
|
-
opacity: 1;
|
|
17481
|
-
width: 1.25em;
|
|
17482
|
-
height: 1em;
|
|
17483
|
-
margin: 0 0.25rem 0 0;
|
|
17484
|
-
padding: 0;
|
|
17485
|
-
font-size: 1em;
|
|
17486
|
-
-webkit-transition: opacity 0.1s ease, -webkit-transform 0.1s ease;
|
|
17487
|
-
transition: opacity 0.1s ease, -webkit-transform 0.1s ease;
|
|
17488
|
-
transition: transform 0.1s ease, opacity 0.1s ease;
|
|
17489
|
-
transition: transform 0.1s ease, opacity 0.1s ease, -webkit-transform 0.1s ease;
|
|
17490
|
-
vertical-align: baseline;
|
|
17491
|
-
-webkit-transform: none;
|
|
17492
|
-
transform: none;
|
|
17493
|
-
}
|
|
17494
|
-
|
|
17495
17448
|
/*--------------
|
|
17496
17449
|
Coupling
|
|
17497
17450
|
---------------*/
|
|
17498
17451
|
|
|
17499
17452
|
/* Menu */
|
|
17500
17453
|
|
|
17501
|
-
.ui.accordion.menu .item .title {
|
|
17502
|
-
display: block;
|
|
17503
|
-
padding: 0;
|
|
17504
|
-
}
|
|
17505
|
-
|
|
17506
|
-
.ui.accordion.menu .item .title > .dropdown.icon {
|
|
17507
|
-
float: right;
|
|
17508
|
-
margin: 0.21425em 0 0 1em;
|
|
17509
|
-
-webkit-transform: rotate(180deg);
|
|
17510
|
-
transform: rotate(180deg);
|
|
17511
|
-
}
|
|
17512
|
-
|
|
17513
17454
|
/* Header */
|
|
17514
17455
|
|
|
17515
|
-
.ui.accordion .ui.header .dropdown.icon {
|
|
17516
|
-
font-size: 1em;
|
|
17517
|
-
margin: 0 0.25rem 0 0;
|
|
17518
|
-
}
|
|
17519
|
-
|
|
17520
17456
|
/*******************************
|
|
17521
17457
|
States
|
|
17522
17458
|
*******************************/
|
|
17523
17459
|
|
|
17524
|
-
.ui.accordion .active.title .dropdown.icon,
|
|
17525
|
-
.ui.accordion .accordion .active.title .dropdown.icon {
|
|
17526
|
-
-webkit-transform: rotate(90deg);
|
|
17527
|
-
transform: rotate(90deg);
|
|
17528
|
-
}
|
|
17529
|
-
|
|
17530
|
-
.ui.accordion.menu .item .active.title > .dropdown.icon {
|
|
17531
|
-
-webkit-transform: rotate(90deg);
|
|
17532
|
-
transform: rotate(90deg);
|
|
17533
|
-
}
|
|
17534
|
-
|
|
17535
17460
|
/*******************************
|
|
17536
17461
|
Types
|
|
17537
17462
|
*******************************/
|
|
@@ -17540,75 +17465,12 @@ a.ui.card:hover,
|
|
|
17540
17465
|
Styled
|
|
17541
17466
|
---------------*/
|
|
17542
17467
|
|
|
17543
|
-
.ui.styled.accordion {
|
|
17544
|
-
width: 600px;
|
|
17545
|
-
}
|
|
17546
|
-
|
|
17547
|
-
.ui.styled.accordion,
|
|
17548
|
-
.ui.styled.accordion .accordion {
|
|
17549
|
-
border-radius: 0;
|
|
17550
|
-
background: #FFFFFF;
|
|
17551
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), 0 0 0 1px rgba(34, 36, 38, 0.15);
|
|
17552
|
-
box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), 0 0 0 1px rgba(34, 36, 38, 0.15);
|
|
17553
|
-
}
|
|
17554
|
-
|
|
17555
|
-
.ui.styled.accordion .title,
|
|
17556
|
-
.ui.styled.accordion .accordion .title {
|
|
17557
|
-
margin: 0;
|
|
17558
|
-
padding: 0.75em 1em;
|
|
17559
|
-
color: rgba(0, 0, 0, 0.4);
|
|
17560
|
-
font-weight: bold;
|
|
17561
|
-
border-top: 1px solid rgba(34, 36, 38, 0.15);
|
|
17562
|
-
-webkit-transition: background 0.1s ease, color 0.1s ease;
|
|
17563
|
-
transition: background 0.1s ease, color 0.1s ease;
|
|
17564
|
-
}
|
|
17565
|
-
|
|
17566
|
-
.ui.styled.accordion > .title:first-child,
|
|
17567
|
-
.ui.styled.accordion .accordion .title:first-child {
|
|
17568
|
-
border-top: none;
|
|
17569
|
-
}
|
|
17570
|
-
|
|
17571
17468
|
/* Content */
|
|
17572
17469
|
|
|
17573
|
-
.ui.styled.accordion .content,
|
|
17574
|
-
.ui.styled.accordion .accordion .content {
|
|
17575
|
-
margin: 0;
|
|
17576
|
-
padding: 0.5em 1em 1.5em;
|
|
17577
|
-
}
|
|
17578
|
-
|
|
17579
|
-
.ui.styled.accordion .accordion .content {
|
|
17580
|
-
margin: 0;
|
|
17581
|
-
padding: 0.5em 1em 1.5em;
|
|
17582
|
-
}
|
|
17583
|
-
|
|
17584
17470
|
/* Hover */
|
|
17585
17471
|
|
|
17586
|
-
.ui.styled.accordion .title:hover,
|
|
17587
|
-
.ui.styled.accordion .active.title,
|
|
17588
|
-
.ui.styled.accordion .accordion .title:hover,
|
|
17589
|
-
.ui.styled.accordion .accordion .active.title {
|
|
17590
|
-
background: transparent;
|
|
17591
|
-
color: rgba(0, 0, 0, 0.87);
|
|
17592
|
-
}
|
|
17593
|
-
|
|
17594
|
-
.ui.styled.accordion .accordion .title:hover,
|
|
17595
|
-
.ui.styled.accordion .accordion .active.title {
|
|
17596
|
-
background: transparent;
|
|
17597
|
-
color: rgba(0, 0, 0, 0.87);
|
|
17598
|
-
}
|
|
17599
|
-
|
|
17600
17472
|
/* Active */
|
|
17601
17473
|
|
|
17602
|
-
.ui.styled.accordion .active.title {
|
|
17603
|
-
background: transparent;
|
|
17604
|
-
color: rgba(0, 0, 0, 0.95);
|
|
17605
|
-
}
|
|
17606
|
-
|
|
17607
|
-
.ui.styled.accordion .accordion .active.title {
|
|
17608
|
-
background: transparent;
|
|
17609
|
-
color: rgba(0, 0, 0, 0.95);
|
|
17610
|
-
}
|
|
17611
|
-
|
|
17612
17474
|
/*******************************
|
|
17613
17475
|
States
|
|
17614
17476
|
*******************************/
|
|
@@ -17617,11 +17479,6 @@ a.ui.card:hover,
|
|
|
17617
17479
|
Not Active
|
|
17618
17480
|
---------------*/
|
|
17619
17481
|
|
|
17620
|
-
.ui.accordion .title ~ .content:not(.active),
|
|
17621
|
-
.ui.accordion .accordion .title ~ .content:not(.active) {
|
|
17622
|
-
display: none;
|
|
17623
|
-
}
|
|
17624
|
-
|
|
17625
17482
|
/*******************************
|
|
17626
17483
|
Variations
|
|
17627
17484
|
*******************************/
|
|
@@ -17630,11 +17487,6 @@ a.ui.card:hover,
|
|
|
17630
17487
|
Fluid
|
|
17631
17488
|
---------------*/
|
|
17632
17489
|
|
|
17633
|
-
.ui.fluid.accordion,
|
|
17634
|
-
.ui.fluid.accordion .accordion {
|
|
17635
|
-
width: 100%;
|
|
17636
|
-
}
|
|
17637
|
-
|
|
17638
17490
|
/*******************************
|
|
17639
17491
|
Theme Overrides
|
|
17640
17492
|
*******************************/
|
|
@@ -17648,22 +17500,6 @@ a.ui.card:hover,
|
|
|
17648
17500
|
|
|
17649
17501
|
/* Dropdown Icon */
|
|
17650
17502
|
|
|
17651
|
-
.ui.accordion .title .dropdown.icon,
|
|
17652
|
-
.ui.accordion .accordion .title .dropdown.icon {
|
|
17653
|
-
font-family: Accordion;
|
|
17654
|
-
line-height: 1;
|
|
17655
|
-
-webkit-backface-visibility: hidden;
|
|
17656
|
-
backface-visibility: hidden;
|
|
17657
|
-
font-weight: normal;
|
|
17658
|
-
font-style: normal;
|
|
17659
|
-
text-align: center;
|
|
17660
|
-
}
|
|
17661
|
-
|
|
17662
|
-
.ui.accordion .title .dropdown.icon:before,
|
|
17663
|
-
.ui.accordion .accordion .title .dropdown.icon:before {
|
|
17664
|
-
content: '\f0da' ;
|
|
17665
|
-
}
|
|
17666
|
-
|
|
17667
17503
|
/*******************************
|
|
17668
17504
|
User Overrides
|
|
17669
17505
|
*******************************/
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
* Released under the MIT license
|
|
47
47
|
* http://opensource.org/licenses/MIT
|
|
48
48
|
*
|
|
49
|
-
*/i.flag:not(.icon){display:inline-block;width:16px;height:11px;line-height:11px;vertical-align:baseline;margin:0 .5em 0 0;text-decoration:inherit;speak:none;-webkit-font-smoothing:antialiased;-webkit-backface-visibility:hidden;backface-visibility:hidden}i.flag:not(.icon):before{display:inline-block;content:'';background:url("./themes/default/assets/images/flags.png") no-repeat -108px -1976px;width:16px;height:11px}i.flag.at:before{background-position:0 -286px}i.flag.be:before{background-position:0 -494px}i.flag.ch:before{background-position:0 -1066px}i.flag.cy:before{background-position:0 -1378px}i.flag.cz:before{background-position:0 -1404px}i.flag.de:before{background-position:0 -1430px}i.flag.dk:before{background-position:0 -1482px}i.flag.es:before{background-position:0 -1742px}i.flag.fi:before{background-position:0 -1846px}i.flag.fr:before{background-position:0 -1976px}i.flag.gb:before{background-position:-36px -26px}i.flag.gi:before{background-position:-36px -156px}i.flag.gr:before{background-position:-36px -312px}i.flag.ie:before{background-position:-36px -650px}i.flag.it:before{background-position:-36px -832px}i.flag.li:before{background-position:-36px -1300px}i.flag.lu:before{background-position:-36px -1430px}i.flag.mt:before{background-position:-36px -1899px}i.flag.nl:before{background-position:-72px -234px}i.flag.no:before{background-position:-72px -260px}i.flag.pl:before{background-position:-72px -572px}i.flag.pt:before{background-position:-72px -702px}i.flag.rs:before{background-position:-72px -858px}i.flag.se:before{background-position:-72px -1066px}/*!
|
|
49
|
+
*/i.flag:not(.icon){display:inline-block;width:16px;height:11px;line-height:11px;vertical-align:baseline;margin:0 .5em 0 0;text-decoration:inherit;speak:none;-webkit-font-smoothing:antialiased;-webkit-backface-visibility:hidden;backface-visibility:hidden}i.flag:not(.icon):before{display:inline-block;content:'';background:url("./themes/default/assets/images/flags.png") no-repeat -108px -1976px;width:16px;height:11px}i.flag.at:before{background-position:0 -286px}i.flag.be:before{background-position:0 -494px}i.flag.ch:before{background-position:0 -1066px}i.flag.cy:before{background-position:0 -1378px}i.flag.cz:before{background-position:0 -1404px}i.flag.de:before{background-position:0 -1430px}i.flag.dk:before{background-position:0 -1482px}i.flag.es:before{background-position:0 -1742px}i.flag.fi:before{background-position:0 -1846px}i.flag.fr:before{background-position:0 -1976px}i.flag.gb:before{background-position:-36px -26px}i.flag.gi:before{background-position:-36px -156px}i.flag.gr:before{background-position:-36px -312px}i.flag.ie:before{background-position:-36px -650px}i.flag.il:before{background-position:-36px -676px}i.flag.it:before{background-position:-36px -832px}i.flag.li:before{background-position:-36px -1300px}i.flag.lu:before{background-position:-36px -1430px}i.flag.mt:before{background-position:-36px -1899px}i.flag.nl:before{background-position:-72px -234px}i.flag.no:before{background-position:-72px -260px}i.flag.pl:before{background-position:-72px -572px}i.flag.pt:before{background-position:-72px -702px}i.flag.rs:before{background-position:-72px -858px}i.flag.se:before{background-position:-72px -1066px}/*!
|
|
50
50
|
* # Fomantic-UI - Header
|
|
51
51
|
* http://github.com/fomantic/Fomantic-UI/
|
|
52
52
|
*
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
* Released under the MIT license
|
|
175
175
|
* http://opensource.org/licenses/MIT
|
|
176
176
|
*
|
|
177
|
-
|
|
177
|
+
*/@font-face{font-family:Accordion;src:url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMggjB5AAAAC8AAAAYGNtYXAPfOIKAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5Zryj6HgAAAFwAAAAyGhlYWT/0IhHAAACOAAAADZoaGVhApkB5wAAAnAAAAAkaG10eAJuABIAAAKUAAAAGGxvY2EAjABWAAACrAAAAA5tYXhwAAgAFgAAArwAAAAgbmFtZfC1n04AAALcAAABPHBvc3QAAwAAAAAEGAAAACAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADw2gHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIPDa//3//wAAAAAAIPDZ//3//wAB/+MPKwADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQASAEkAtwFuABMAADc0PwE2FzYXFh0BFAcGJwYvASY1EgaABQgHBQYGBQcIBYAG2wcGfwcBAQcECf8IBAcBAQd/BgYAAAAAAQAAAEkApQFuABMAADcRNDc2MzIfARYVFA8BBiMiJyY1AAUGBwgFgAYGgAUIBwYFWwEACAUGBoAFCAcFgAYGBQcAAAABAAAAAQAAqWYls18PPPUACwIAAAAAAM/9o+4AAAAAz/2j7gAAAAAAtwFuAAAACAACAAAAAAAAAAEAAAHg/+AAAAIAAAAAAAC3AAEAAAAAAAAAAAAAAAAAAAAGAAAAAAAAAAAAAAAAAQAAAAC3ABIAtwAAAAAAAAAKABQAHgBCAGQAAAABAAAABgAUAAEAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADAAAAAEAAAAAAAIADgBAAAEAAAAAAAMADAAiAAEAAAAAAAQADABOAAEAAAAAAAUAFgAMAAEAAAAAAAYABgAuAAEAAAAAAAoANABaAAMAAQQJAAEADAAAAAMAAQQJAAIADgBAAAMAAQQJAAMADAAiAAMAAQQJAAQADABOAAMAAQQJAAUAFgAMAAMAAQQJAAYADAA0AAMAAQQJAAoANABaAHIAYQB0AGkAbgBnAFYAZQByAHMAaQBvAG4AIAAxAC4AMAByAGEAdABpAG4AZ3JhdGluZwByAGEAdABpAG4AZwBSAGUAZwB1AGwAYQByAHIAYQB0AGkAbgBnAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('truetype'),url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAASwAAoAAAAABGgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAS0AAAEtFpovuE9TLzIAAAIkAAAAYAAAAGAIIweQY21hcAAAAoQAAABMAAAATA984gpnYXNwAAAC0AAAAAgAAAAIAAAAEGhlYWQAAALYAAAANgAAADb/0IhHaGhlYQAAAxAAAAAkAAAAJAKZAedobXR4AAADNAAAABgAAAAYAm4AEm1heHAAAANMAAAABgAAAAYABlAAbmFtZQAAA1QAAAE8AAABPPC1n05wb3N0AAAEkAAAACAAAAAgAAMAAAEABAQAAQEBB3JhdGluZwABAgABADr4HAL4GwP4GAQeCgAZU/+Lix4KABlT/4uLDAeLa/iU+HQFHQAAAHkPHQAAAH4RHQAAAAkdAAABJBIABwEBBw0PERQZHnJhdGluZ3JhdGluZ3UwdTF1MjB1RjBEOXVGMERBAAACAYkABAAGAQEEBwoNVp38lA78lA78lA77lA773Z33bxWLkI2Qj44I9xT3FAWOj5CNkIuQi4+JjoePiI2Gi4YIi/uUBYuGiYeHiIiHh4mGi4aLho2Ijwj7FPcUBYeOiY+LkAgO+92L5hWL95QFi5CNkI6Oj4+PjZCLkIuQiY6HCPcU+xQFj4iNhouGi4aJh4eICPsU+xQFiIeGiYaLhouHjYePiI6Jj4uQCA74lBT4lBWLDAoAAAAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADw2gHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIPDa//3//wAAAAAAIPDZ//3//wAB/+MPKwADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAEAADfYOJZfDzz1AAsCAAAAAADP/aPuAAAAAM/9o+4AAAAAALcBbgAAAAgAAgAAAAAAAAABAAAB4P/gAAACAAAAAAAAtwABAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAEAAAAAtwASALcAAAAAUAAABgAAAAAADgCuAAEAAAAAAAEADAAAAAEAAAAAAAIADgBAAAEAAAAAAAMADAAiAAEAAAAAAAQADABOAAEAAAAAAAUAFgAMAAEAAAAAAAYABgAuAAEAAAAAAAoANABaAAMAAQQJAAEADAAAAAMAAQQJAAIADgBAAAMAAQQJAAMADAAiAAMAAQQJAAQADABOAAMAAQQJAAUAFgAMAAMAAQQJAAYADAA0AAMAAQQJAAoANABaAHIAYQB0AGkAbgBnAFYAZQByAHMAaQBvAG4AIAAxAC4AMAByAGEAdABpAG4AZ3JhdGluZwByAGEAdABpAG4AZwBSAGUAZwB1AGwAYQByAHIAYQB0AGkAbgBnAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('woff');font-weight:400;font-style:normal}/*!
|
|
178
178
|
* # Fomantic-UI - Calendar
|
|
179
179
|
* http://github.com/fomantic/Fomantic-UI/
|
|
180
180
|
*
|