holygrail2 1.2.2 → 1.2.3

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.
package/dist/style.css CHANGED
@@ -1,7 +1,7 @@
1
1
 
2
2
  /*
3
3
  Paquete: holygrail2
4
- Versión: 1.1.97
4
+ Versión: 1.2.2
5
5
  */
6
6
  @charset "UTF-8";
7
7
  *,
@@ -240,32 +240,26 @@ button {
240
240
  }
241
241
 
242
242
  .slide-in {
243
- -webkit-animation: slide-right 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
244
243
  animation: slide-right 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
245
244
  }
246
245
 
247
246
  .slide-out {
248
- -webkit-animation: slide-left 300ms cubic-bezier(0.39, 0.575, 0.565, 1) both;
249
247
  animation: slide-left 300ms cubic-bezier(0.39, 0.575, 0.565, 1) both;
250
248
  }
251
249
 
252
250
  .fade-in {
253
- -webkit-animation: fade-in 300ms ease-in-out both;
254
251
  animation: fade-in 300ms ease-in-out both;
255
252
  }
256
253
 
257
254
  .fade-out {
258
- -webkit-animation: fade-out 150ms ease-in-out both;
259
255
  animation: fade-out 150ms ease-in-out both;
260
256
  }
261
257
 
262
258
  .expand-top {
263
- -webkit-animation: scale-up-top 700ms ease-in-out both;
264
259
  animation: scale-up-top 700ms ease-in-out both;
265
260
  }
266
261
 
267
262
  .collapse-top {
268
- -webkit-animation: scale-down-top 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
269
263
  animation: scale-down-top 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
270
264
  }
271
265
 
@@ -3014,7 +3008,6 @@ mark {
3014
3008
  line-height: 1.2;
3015
3009
  }
3016
3010
  }
3017
- /* todo una vez incluida */
3018
3011
  .fluid-3-l {
3019
3012
  font-family: arial, sans-serif;
3020
3013
  font-weight: 100;
@@ -5566,18 +5559,18 @@ strong {
5566
5559
  }
5567
5560
 
5568
5561
  .ov-custom::-webkit-scrollbar-track {
5569
- background-color: #f0f0f0;
5562
+ background-color: rgba(240, 240, 240, 0.1);
5570
5563
  }
5571
5564
  .ov-custom::-webkit-scrollbar-track:hover {
5572
- background-color: #f0f0f0;
5565
+ background-color: rgba(240, 240, 240, 0.1);
5573
5566
  }
5574
5567
  .ov-custom::-webkit-scrollbar-thumb {
5575
- background-color: #666666;
5568
+ background-color: rgba(102, 102, 102, 0.6);
5576
5569
  border-radius: 16px;
5577
5570
  border: 3px solid #fff;
5578
5571
  }
5579
5572
  .ov-custom::-webkit-scrollbar-thumb:hover {
5580
- background-color: #666666;
5573
+ background-color: rgba(102, 102, 102, 0.6);
5581
5574
  border: 2px solid #f0f0f0;
5582
5575
  }
5583
5576
  .ov-custom::-webkit-scrollbar-button {
@@ -5829,8 +5822,6 @@ strong {
5829
5822
 
5830
5823
  .scrollcustom {
5831
5824
  overflow: auto;
5832
- /* Track */
5833
- /* Handle */
5834
5825
  }
5835
5826
  .scrollcustom::-webkit-scrollbar {
5836
5827
  width: 5px;
@@ -5838,77 +5829,73 @@ strong {
5838
5829
  }
5839
5830
  .scrollcustom::-webkit-scrollbar-track {
5840
5831
  background-color: rgba(0, 0, 0, 0.1);
5841
- -webkit-border-radius: 10px;
5842
5832
  border-radius: 10px;
5843
5833
  }
5844
5834
  .scrollcustom::-webkit-scrollbar-thumb {
5845
- -webkit-border-radius: 10px;
5846
5835
  border-radius: 10px;
5847
5836
  background-color: rgba(0, 0, 0, 0.6);
5848
5837
  }
5849
- .scrollcustom::-webkit-scrollbar-thumb:window-inactive {
5850
- background-color: rgba(0, 0, 0, 0.6);
5851
- }
5852
5838
 
5853
5839
  .min-scrollcustom-y {
5854
5840
  overflow: auto;
5855
- /* Track */
5856
- /* Handle */
5857
5841
  }
5858
5842
  .min-scrollcustom-y::-webkit-scrollbar {
5859
5843
  width: 1px;
5844
+ height: 1px;
5860
5845
  }
5861
5846
  .min-scrollcustom-y::-webkit-scrollbar-track {
5862
5847
  background-color: rgba(0, 0, 0, 0.1);
5863
- -webkit-border-radius: 10px;
5864
5848
  border-radius: 0;
5865
5849
  }
5866
5850
  .min-scrollcustom-y::-webkit-scrollbar-thumb {
5867
- -webkit-border-radius: 10px;
5868
- border-radius: 10px;
5851
+ border-radius: 0;
5869
5852
  background-color: rgba(0, 0, 0, 0.6);
5870
5853
  }
5871
- .min-scrollcustom-y::-webkit-scrollbar-thumb:window-inactive {
5854
+
5855
+ .min-scrollcustom-hover {
5856
+ overflow: auto;
5857
+ }
5858
+ .min-scrollcustom-hover::-webkit-scrollbar {
5859
+ width: 0;
5860
+ }
5861
+ .min-scrollcustom-hover::-webkit-scrollbar-track {
5862
+ background-color: rgba(0, 0, 0, 0.1);
5863
+ border-radius: 0;
5864
+ }
5865
+ .min-scrollcustom-hover::-webkit-scrollbar-thumb {
5866
+ border-radius: 10px;
5872
5867
  background-color: rgba(0, 0, 0, 0.6);
5873
5868
  }
5874
5869
 
5875
5870
  .min-scrollcustom-x {
5876
5871
  overflow: auto;
5877
- /* Track */
5878
- /* Handle */
5879
5872
  }
5880
5873
  .min-scrollcustom-x::-webkit-scrollbar {
5881
5874
  height: 5px;
5882
5875
  }
5883
5876
  .min-scrollcustom-x::-webkit-scrollbar-track {
5884
5877
  background: #fff;
5885
- -webkit-border-radius: 10px;
5886
5878
  border-radius: 0;
5887
5879
  }
5888
5880
  .min-scrollcustom-x::-webkit-scrollbar-thumb {
5889
- -webkit-border-radius: 10px;
5890
5881
  border-radius: 10px;
5891
- background: #999;
5882
+ background: #a9a9a9;
5892
5883
  }
5893
5884
  .min-scrollcustom-x::-webkit-scrollbar-thumb:window-inactive {
5894
- background: #999;
5885
+ background: #a9a9a9;
5895
5886
  }
5896
5887
 
5897
5888
  .min-scrollcustom-x.has-dark {
5898
5889
  overflow: auto;
5899
- /* Track */
5900
- /* Handle */
5901
5890
  }
5902
5891
  .min-scrollcustom-x.has-dark::-webkit-scrollbar {
5903
5892
  height: 5px;
5904
5893
  }
5905
5894
  .min-scrollcustom-x.has-dark::-webkit-scrollbar-track {
5906
5895
  background: #a9a9a9;
5907
- -webkit-border-radius: 10px;
5908
5896
  border-radius: 0;
5909
5897
  }
5910
5898
  .min-scrollcustom-x.has-dark::-webkit-scrollbar-thumb {
5911
- -webkit-border-radius: 10px;
5912
5899
  border-radius: 10px;
5913
5900
  background: #000;
5914
5901
  }
@@ -6405,8 +6392,6 @@ strong {
6405
6392
  bottom: 0;
6406
6393
  right: 0;
6407
6394
  color: #000;
6408
- display: box;
6409
- display: flexbox;
6410
6395
  display: flex;
6411
6396
  opacity: 1;
6412
6397
  -webkit-box-align: end;
@@ -6415,7 +6400,6 @@ strong {
6415
6400
  transition: opacity 0.3s ease;
6416
6401
  z-index: 6;
6417
6402
  }
6418
-
6419
6403
  .arrow-cover svg {
6420
6404
  animation: bounce 0.8s infinite alternate;
6421
6405
  }
@@ -7780,6 +7764,75 @@ button {
7780
7764
  background-color: #000;
7781
7765
  }
7782
7766
 
7767
+ .btn-square {
7768
+ color: #fff;
7769
+ background-color: rgba(255, 255, 255, 0.3);
7770
+ border: none;
7771
+ width: 20px;
7772
+ height: 20px;
7773
+ padding: 2px;
7774
+ }
7775
+ .btn-square:focus, .btn-square.focus, .btn-square:hover, .btn-square.hover, .btn-square:active, .btn-square.active {
7776
+ color: #fff;
7777
+ background-color: #666666;
7778
+ border: 1px solid #666666;
7779
+ opacity: 1;
7780
+ cursor: pointer;
7781
+ }
7782
+ .btn-square[disabled], .btn-square:disabled, .btn-square.disabled {
7783
+ background-color: #f0f0f0;
7784
+ border: 1px solid #f0f0f0;
7785
+ color: #666666;
7786
+ opacity: 1;
7787
+ }
7788
+ .btn-square[disabled] svg g, .btn-square:disabled svg g, .btn-square.disabled svg g {
7789
+ fill: #666666;
7790
+ stroke: #666666;
7791
+ }
7792
+ .btn-square[disabled] svg circle, .btn-square:disabled svg circle, .btn-square.disabled svg circle {
7793
+ stroke: #666666;
7794
+ }
7795
+ .btn-square[disabled] svg path, .btn-square:disabled svg path, .btn-square.disabled svg path {
7796
+ fill: #666666;
7797
+ }
7798
+ .has-light .btn-square {
7799
+ color: #000;
7800
+ background-color: #fff;
7801
+ border: 1px solid #fff;
7802
+ }
7803
+ .has-light .btn-square svg g {
7804
+ fill: #000;
7805
+ stroke: #000;
7806
+ }
7807
+ .has-light .btn-square svg circle {
7808
+ stroke: #000;
7809
+ }
7810
+ .has-light .btn-square svg path {
7811
+ fill: #000;
7812
+ }
7813
+ .has-light .btn-square:focus, .has-light .btn-square.focus, .has-light .btn-square:hover, .has-light .btn-square.hover, .has-light .btn-square:active, .has-light .btn-square.active {
7814
+ color: #fff;
7815
+ background-color: #666666;
7816
+ border: 1px solid #666666;
7817
+ opacity: 1;
7818
+ }
7819
+ .has-light .btn-square:focus svg g, .has-light .btn-square.focus svg g, .has-light .btn-square:hover svg g, .has-light .btn-square.hover svg g, .has-light .btn-square:active svg g, .has-light .btn-square.active svg g {
7820
+ fill: #fff;
7821
+ stroke: #fff;
7822
+ }
7823
+ .has-light .btn-square:focus svg circle, .has-light .btn-square.focus svg circle, .has-light .btn-square:hover svg circle, .has-light .btn-square.hover svg circle, .has-light .btn-square:active svg circle, .has-light .btn-square.active svg circle {
7824
+ stroke: #fff;
7825
+ }
7826
+ .has-light .btn-square:focus svg path, .has-light .btn-square.focus svg path, .has-light .btn-square:hover svg path, .has-light .btn-square.hover svg path, .has-light .btn-square:active svg path, .has-light .btn-square.active svg path {
7827
+ fill: #fff;
7828
+ }
7829
+ .has-light .btn-square[disabled], .has-light .btn-square:disabled, .has-light .btn-square.disabled {
7830
+ background-color: #f0f0f0;
7831
+ border: 1px solid #f0f0f0;
7832
+ color: #666666;
7833
+ opacity: 1;
7834
+ }
7835
+
7783
7836
  /* prettier-ignore */
7784
7837
  /* functional */
7785
7838
  /* prettier-ignore */
@@ -7838,8 +7891,6 @@ button {
7838
7891
  font-weight: normal;
7839
7892
  font-size: 12px;
7840
7893
  text-align: initial;
7841
- display: box;
7842
- display: flexbox;
7843
7894
  display: flex;
7844
7895
  }
7845
7896
  .checkbox-item [type=checkbox]:not(:checked) + label::before,
@@ -7927,8 +7978,6 @@ button {
7927
7978
  font-weight: normal;
7928
7979
  font-size: 12px;
7929
7980
  text-align: initial;
7930
- display: box;
7931
- display: flexbox;
7932
7981
  display: flex;
7933
7982
  }
7934
7983
  .checkbox-item-2 [type=checkbox]:not(:checked) + label::before,
@@ -8004,8 +8053,6 @@ button {
8004
8053
  font-weight: normal;
8005
8054
  font-size: 12px;
8006
8055
  text-align: initial;
8007
- display: box;
8008
- display: flexbox;
8009
8056
  display: flex;
8010
8057
  flex-direction: column;
8011
8058
  float: none;
@@ -8128,7 +8175,6 @@ button {
8128
8175
  transform: rotate(50deg);
8129
8176
  background-color: #000;
8130
8177
  }
8131
- .checkbox-item-img [type=checkbox] + label::after,
8132
8178
  .checkbox-item-img [type=checkbox] + label::after {
8133
8179
  width: 80px;
8134
8180
  height: 80px;
@@ -8269,10 +8315,10 @@ button {
8269
8315
  .check-center .box3-content {
8270
8316
  padding-left: 30px;
8271
8317
  }
8272
- .check-center.checkbox-radio [type=radio]:checked + label .border-1-grey, .check-center.checkbox-radio [type=radio]:checked + label .border-1-grey {
8318
+ .check-center.checkbox-radio [type=radio]:checked + label .border-1-grey {
8273
8319
  border: 1px solid #000;
8274
8320
  }
8275
- .check-center.checkbox-radio [type=radio]:checked + label .border-1, .check-center.checkbox-radio [type=radio]:checked + label .border-1 {
8321
+ .check-center.checkbox-radio [type=radio]:checked + label .border-1 {
8276
8322
  border: 1px solid #000;
8277
8323
  }
8278
8324
 
@@ -9937,7 +9983,7 @@ ul.list-breadcrumb li.list-breadcrumb-divider {
9937
9983
  align-items: center;
9938
9984
  vertical-align: top;
9939
9985
  cursor: pointer;
9940
- padding: 0 20px 0;
9986
+ padding: 0 20px;
9941
9987
  line-height: 1;
9942
9988
  }
9943
9989
  .tabs li.is-active a, .tabs li.is-active span, .tabs li.is-active .tab {
@@ -9987,6 +10033,7 @@ ul.list-breadcrumb li.list-breadcrumb-divider {
9987
10033
  align-items: center;
9988
10034
  }
9989
10035
  .tabs2 li {
10036
+ position: relative;
9990
10037
  display: block;
9991
10038
  margin: 0;
9992
10039
  padding-block: 8px;
@@ -10012,10 +10059,9 @@ ul.list-breadcrumb li.list-breadcrumb-divider {
10012
10059
  width: 4px;
10013
10060
  height: 4px;
10014
10061
  background-color: #000;
10015
- bottom: -8px;
10016
- }
10017
- .tabs2 li::after {
10018
- display: none;
10062
+ bottom: 0;
10063
+ left: 50%;
10064
+ margin-left: -2px;
10019
10065
  }
10020
10066
  .tabs2.tabs-resetfirst ul li:first-child a {
10021
10067
  padding: 0 20px 0 0;
@@ -10037,62 +10083,6 @@ ul.list-breadcrumb li.list-breadcrumb-divider {
10037
10083
  flex-grow: 1;
10038
10084
  }
10039
10085
 
10040
- .tabs-inline ul {
10041
- display: flex;
10042
- margin: 0;
10043
- flex-grow: 1;
10044
- flex-shrink: 0;
10045
- }
10046
- .tabs-inline ul.content-start {
10047
- justify-content: flex-start;
10048
- }
10049
- .tabs-inline ul.content-center {
10050
- align-items: center;
10051
- }
10052
- .tabs-inline li {
10053
- display: block;
10054
- margin: 0;
10055
- }
10056
- .tabs-inline li::after {
10057
- display: none;
10058
- }
10059
- .tabs-inline li a,
10060
- .tabs-inline li span,
10061
- .tabs-inline li .tab {
10062
- display: flex;
10063
- justify-content: center;
10064
- align-items: center;
10065
- vertical-align: top;
10066
- cursor: pointer;
10067
- }
10068
- .tabs-inline li.is-active a, .tabs-inline li.is-active span, .tabs-inline li.is-active .tab {
10069
- position: relative;
10070
- }
10071
- .tabs-inline li.is-active a::after, .tabs-inline li.is-active span::after, .tabs-inline li.is-active .tab::after {
10072
- content: "";
10073
- position: absolute;
10074
- width: 4px;
10075
- height: 4px;
10076
- background-color: #000;
10077
- bottom: 0;
10078
- }
10079
- .tabs-inline.is-center ul {
10080
- justify-content: center;
10081
- }
10082
- .tabs-inline.is-around ul {
10083
- justify-content: space-around;
10084
- }
10085
- .tabs-inline.is-around ul li {
10086
- flex: 1;
10087
- }
10088
- .tabs-inline .list-equal {
10089
- display: flex;
10090
- align-items: flex-end;
10091
- }
10092
- .tabs-inline .list-equal li {
10093
- flex-grow: 1;
10094
- }
10095
-
10096
10086
  .tabs-inline ul {
10097
10087
  display: flex;
10098
10088
  margin: 0;
@@ -11167,8 +11157,6 @@ ul.list-clear li.list-box:last-child {
11167
11157
  }
11168
11158
 
11169
11159
  .row1 {
11170
- /* no se usa */
11171
- display: box;
11172
11160
  display: flex;
11173
11161
  flex-flow: row wrap;
11174
11162
  flex-shrink: 0;
@@ -11620,7 +11608,6 @@ div.card9-wrap .rat-content:hover .card9-add {
11620
11608
  /* prettier-ignore */
11621
11609
  /* prettier-ignore */
11622
11610
  .box3 {
11623
- /* no se usa */
11624
11611
  position: relative;
11625
11612
  width: 100%;
11626
11613
  min-height: 58px;
@@ -11735,7 +11722,6 @@ div.card9-wrap .rat-content:hover .card9-add {
11735
11722
  /* prettier-ignore */
11736
11723
  /* prettier-ignore */
11737
11724
  @media (max-width: 767px) {
11738
- /* no se usa */
11739
11725
  .header-account-logo {
11740
11726
  display: none;
11741
11727
  }
@@ -12053,7 +12039,6 @@ div.card9-wrap .rat-content:hover .card9-add {
12053
12039
  }
12054
12040
  .nativescroll .inner-nativescroll div {
12055
12041
  background: #ccc;
12056
- /* float: left; */
12057
12042
  width: 22vw;
12058
12043
  }
12059
12044
  @media (min-width: 992px) {
@@ -12270,7 +12255,7 @@ div.card9-wrap .rat-content:hover .card9-add {
12270
12255
  .header-new .search-bar {
12271
12256
  position: relative;
12272
12257
  }
12273
- .header-new .search-bar:after {
12258
+ .header-new .search-bar::after {
12274
12259
  position: absolute;
12275
12260
  bottom: -4px;
12276
12261
  left: 50%;