ar-poncho 2.1.80 → 2.1.82
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/css/icono-arg.css +8 -6
- package/dist/css/poncho.css +426 -26
- package/dist/css/poncho.min.css +426 -26
- package/dist/fonts/{icono-arg_7640d133f4844282e60affce5e791ee1.eot → icono-arg_d655ba6fcc4821856b6119b1bf5a17af.eot} +0 -0
- package/dist/fonts/{icono-arg_7640d133f4844282e60affce5e791ee1.svg → icono-arg_d655ba6fcc4821856b6119b1bf5a17af.svg} +10 -3
- package/dist/fonts/{icono-arg_7640d133f4844282e60affce5e791ee1.ttf → icono-arg_d655ba6fcc4821856b6119b1bf5a17af.ttf} +0 -0
- package/dist/fonts/icono-arg_d655ba6fcc4821856b6119b1bf5a17af.woff +0 -0
- package/dist/fonts/icono-arg_d655ba6fcc4821856b6119b1bf5a17af.woff2 +0 -0
- package/dist/js/poncho.js +350 -95
- package/dist/js/poncho.min.js +1 -1
- package/dist/jsons/icono-arg.json +5 -0
- package/gulpfile.js +2 -3
- package/package.json +1 -1
- package/dist/fonts/icono-arg_7640d133f4844282e60affce5e791ee1.woff +0 -0
- package/dist/fonts/icono-arg_7640d133f4844282e60affce5e791ee1.woff2 +0 -0
package/dist/css/poncho.css
CHANGED
|
@@ -10852,6 +10852,9 @@ a.alert.alert-danger i {
|
|
|
10852
10852
|
padding-bottom: 0;
|
|
10853
10853
|
text-align: center;
|
|
10854
10854
|
}
|
|
10855
|
+
.highlight-box .media .media-left i {
|
|
10856
|
+
color: var(--main-theme);
|
|
10857
|
+
}
|
|
10855
10858
|
.highlight-box .media .media-body {
|
|
10856
10859
|
width: auto;
|
|
10857
10860
|
align-self: center;
|
|
@@ -10869,9 +10872,6 @@ a.alert.alert-danger i {
|
|
|
10869
10872
|
.highlight-box .fa-5x {
|
|
10870
10873
|
font-size: var(--icon-size) !important;
|
|
10871
10874
|
}
|
|
10872
|
-
.highlight-box i {
|
|
10873
|
-
color: var(--main-theme);
|
|
10874
|
-
}
|
|
10875
10875
|
.highlight-box p {
|
|
10876
10876
|
margin-bottom: 1em;
|
|
10877
10877
|
}
|
|
@@ -12835,33 +12835,33 @@ input[type=search].js-poncho-map-search__input::-webkit-search-cancel-button {
|
|
|
12835
12835
|
}
|
|
12836
12836
|
|
|
12837
12837
|
.border {
|
|
12838
|
-
border-style: solid;
|
|
12839
|
-
border-width: 1px;
|
|
12840
|
-
border-color: var(--arg-gray-light);
|
|
12838
|
+
border-style: solid !important;
|
|
12839
|
+
border-width: 1px !important;
|
|
12840
|
+
border-color: var(--arg-gray-light) !important;
|
|
12841
12841
|
}
|
|
12842
12842
|
|
|
12843
12843
|
.border-top {
|
|
12844
|
-
border-top-style: solid;
|
|
12845
|
-
border-top-width: 1px;
|
|
12846
|
-
border-top-color: var(--arg-gray-light);
|
|
12844
|
+
border-top-style: solid !important;
|
|
12845
|
+
border-top-width: 1px !important;
|
|
12846
|
+
border-top-color: var(--arg-gray-light) !important;
|
|
12847
12847
|
}
|
|
12848
12848
|
|
|
12849
12849
|
.border-bottom {
|
|
12850
|
-
border-bottom-style: solid;
|
|
12851
|
-
border-bottom-width: 1px;
|
|
12852
|
-
border-bottom-color: var(--arg-gray-light);
|
|
12850
|
+
border-bottom-style: solid !important;
|
|
12851
|
+
border-bottom-width: 1px !important;
|
|
12852
|
+
border-bottom-color: var(--arg-gray-light) !important;
|
|
12853
12853
|
}
|
|
12854
12854
|
|
|
12855
12855
|
.border-right {
|
|
12856
|
-
border-right-style: solid;
|
|
12857
|
-
border-right-width: 1px;
|
|
12858
|
-
border-right-color: var(--arg-gray-light);
|
|
12856
|
+
border-right-style: solid !important;
|
|
12857
|
+
border-right-width: 1px !important;
|
|
12858
|
+
border-right-color: var(--arg-gray-light) !important;
|
|
12859
12859
|
}
|
|
12860
12860
|
|
|
12861
12861
|
.border-left {
|
|
12862
|
-
border-left-style: solid;
|
|
12863
|
-
border-left-width: 1px;
|
|
12864
|
-
border-left-color: var(--arg-gray-light);
|
|
12862
|
+
border-left-style: solid !important;
|
|
12863
|
+
border-left-width: 1px !important;
|
|
12864
|
+
border-left-color: var(--arg-gray-light) !important;
|
|
12865
12865
|
}
|
|
12866
12866
|
|
|
12867
12867
|
.border-0 {
|
|
@@ -12885,15 +12885,15 @@ input[type=search].js-poncho-map-search__input::-webkit-search-cancel-button {
|
|
|
12885
12885
|
}
|
|
12886
12886
|
|
|
12887
12887
|
.border-medium {
|
|
12888
|
-
border-width: 2px;
|
|
12888
|
+
border-width: 2px !important;
|
|
12889
12889
|
}
|
|
12890
12890
|
|
|
12891
12891
|
.border-thick {
|
|
12892
|
-
border-width: 3px;
|
|
12892
|
+
border-width: 3px !important;
|
|
12893
12893
|
}
|
|
12894
12894
|
|
|
12895
12895
|
.border-heavy {
|
|
12896
|
-
border-width: 6px;
|
|
12896
|
+
border-width: 6px !important;
|
|
12897
12897
|
}
|
|
12898
12898
|
|
|
12899
12899
|
.border-arg-default {
|
|
@@ -12917,7 +12917,7 @@ input[type=search].js-poncho-map-search__input::-webkit-search-cancel-button {
|
|
|
12917
12917
|
}
|
|
12918
12918
|
|
|
12919
12919
|
.border-arg-arena {
|
|
12920
|
-
border-color: var(--arg-arena);
|
|
12920
|
+
border-color: var(--arg-arena) !important;
|
|
12921
12921
|
}
|
|
12922
12922
|
|
|
12923
12923
|
.border-arg-rojo {
|
|
@@ -14276,7 +14276,7 @@ pre {
|
|
|
14276
14276
|
* Subsecretaría de Tecnologías de la Información
|
|
14277
14277
|
* Presidencia de la Nación Argentina
|
|
14278
14278
|
* Licenciado bajo MIT (https://github.com/argob/poncho/LICENSE)
|
|
14279
|
-
|
|
14279
|
+
*/
|
|
14280
14280
|
/* Main
|
|
14281
14281
|
======================================================================== */
|
|
14282
14282
|
main a[href^="http://"][target^=_blank]:after,
|
|
@@ -16398,7 +16398,7 @@ Cuando un elemento en inferior al breakpoint los caret cambian el tamaño
|
|
|
16398
16398
|
.details-display details {
|
|
16399
16399
|
--figure-width: 1.15rem;
|
|
16400
16400
|
--figure-text-gap: 10px;
|
|
16401
|
-
--figure-color:
|
|
16401
|
+
--figure-color: var(--arg-secundario);
|
|
16402
16402
|
--figure-font-size: 1.5em;
|
|
16403
16403
|
--summary-font-size: 1em;
|
|
16404
16404
|
}
|
|
@@ -16420,7 +16420,6 @@ Cuando un elemento en inferior al breakpoint los caret cambian el tamaño
|
|
|
16420
16420
|
.details-display summary:has(.figure) {
|
|
16421
16421
|
font-size: var(--summary-font-size);
|
|
16422
16422
|
gap: var(--figure-text-gap);
|
|
16423
|
-
color: var(--arg-secundario);
|
|
16424
16423
|
}
|
|
16425
16424
|
.details-display summary:has(i.fa-2x) i,
|
|
16426
16425
|
.details-display summary .figure {
|
|
@@ -16444,7 +16443,7 @@ Cuando un elemento en inferior al breakpoint los caret cambian el tamaño
|
|
|
16444
16443
|
.details-display.details-display-md > details, .details-display.details-display-lg > details {
|
|
16445
16444
|
--figure-width: 1.15rem;
|
|
16446
16445
|
--figure-text-gap: 10px;
|
|
16447
|
-
--figure-color:
|
|
16446
|
+
--figure-color: var(--arg-secundario);
|
|
16448
16447
|
--figure-font-size: 1.5em;
|
|
16449
16448
|
--summary-font-size: 1em;
|
|
16450
16449
|
/* Global componente */
|
|
@@ -16455,6 +16454,14 @@ Cuando un elemento en inferior al breakpoint los caret cambian el tamaño
|
|
|
16455
16454
|
align-self: start;
|
|
16456
16455
|
}
|
|
16457
16456
|
}
|
|
16457
|
+
/*
|
|
16458
|
+
Ajusta el icono cuando se utiliza details-display con un icono dentro
|
|
16459
|
+
de un container
|
|
16460
|
+
*/
|
|
16461
|
+
.details-container.details-display:has(i) summary {
|
|
16462
|
+
padding-left: 9px;
|
|
16463
|
+
}
|
|
16464
|
+
|
|
16458
16465
|
/* FORMULARIOS Y SELECT2 */
|
|
16459
16466
|
/* Oculta selección previa de meses */
|
|
16460
16467
|
#filter-cuando + .select2-container .select2-selection__choice {
|
|
@@ -16887,6 +16894,399 @@ Cuando un elemento en inferior al breakpoint los caret cambian el tamaño
|
|
|
16887
16894
|
padding: 0 0 0 30px;
|
|
16888
16895
|
}
|
|
16889
16896
|
}
|
|
16897
|
+
/* SMN | Home */
|
|
16898
|
+
/* === Widget === */
|
|
16899
|
+
.weather-widget {
|
|
16900
|
+
background-color: #F2F2F2 !important;
|
|
16901
|
+
padding-top: 2rem !important;
|
|
16902
|
+
border-radius: 0.5rem;
|
|
16903
|
+
}
|
|
16904
|
+
.weather-widget #weather-content {
|
|
16905
|
+
padding-bottom: 1rem;
|
|
16906
|
+
}
|
|
16907
|
+
.weather-widget #weather-content .bg-gray > div:not(:first-child) {
|
|
16908
|
+
opacity: 0.8;
|
|
16909
|
+
filter: blur(8px);
|
|
16910
|
+
transform: translateY(10px);
|
|
16911
|
+
transition: all 0.5s ease;
|
|
16912
|
+
}
|
|
16913
|
+
.weather-widget #weather-content .bg-gray.loaded > div:not(:first-child) {
|
|
16914
|
+
opacity: 1;
|
|
16915
|
+
filter: blur(0);
|
|
16916
|
+
transform: translateY(0);
|
|
16917
|
+
}
|
|
16918
|
+
@media (max-width: 767px) {
|
|
16919
|
+
.weather-widget #weather-content .header-weather .h1 {
|
|
16920
|
+
font-size: 34px !important;
|
|
16921
|
+
font-weight: 700 !important;
|
|
16922
|
+
}
|
|
16923
|
+
}
|
|
16924
|
+
.weather-widget .header-weather {
|
|
16925
|
+
display: flex;
|
|
16926
|
+
align-items: center;
|
|
16927
|
+
gap: 10px;
|
|
16928
|
+
}
|
|
16929
|
+
@media (max-width: 450px) {
|
|
16930
|
+
.weather-widget .header-weather {
|
|
16931
|
+
flex-direction: column !important;
|
|
16932
|
+
align-items: center !important;
|
|
16933
|
+
text-align: center !important;
|
|
16934
|
+
gap: 6px !important;
|
|
16935
|
+
}
|
|
16936
|
+
}
|
|
16937
|
+
.weather-widget .col-md-8 > .d-flex > div {
|
|
16938
|
+
white-space: nowrap;
|
|
16939
|
+
}
|
|
16940
|
+
.weather-widget #location-name {
|
|
16941
|
+
display: contents;
|
|
16942
|
+
}
|
|
16943
|
+
.weather-widget .location-header {
|
|
16944
|
+
display: block;
|
|
16945
|
+
}
|
|
16946
|
+
.weather-widget .location-header h2 {
|
|
16947
|
+
margin: 0;
|
|
16948
|
+
}
|
|
16949
|
+
.weather-widget #locality-search {
|
|
16950
|
+
border-radius: 8px;
|
|
16951
|
+
height: 70px;
|
|
16952
|
+
border: 1px solid #DDDDDD;
|
|
16953
|
+
}
|
|
16954
|
+
@media (max-width: 767px) {
|
|
16955
|
+
.weather-widget #locality-search {
|
|
16956
|
+
width: 100% !important;
|
|
16957
|
+
margin-bottom: 12px !important;
|
|
16958
|
+
}
|
|
16959
|
+
}
|
|
16960
|
+
@media (max-width: 767px) {
|
|
16961
|
+
.weather-widget #weather-description {
|
|
16962
|
+
font-size: 14px !important;
|
|
16963
|
+
color: #555555;
|
|
16964
|
+
}
|
|
16965
|
+
}
|
|
16966
|
+
@media (max-width: 767px) {
|
|
16967
|
+
.weather-widget #weather-icon {
|
|
16968
|
+
font-size: 3rem !important;
|
|
16969
|
+
}
|
|
16970
|
+
}
|
|
16971
|
+
@media (max-width: 450px) {
|
|
16972
|
+
.weather-widget #weather-icon {
|
|
16973
|
+
font-size: 2.5rem !important;
|
|
16974
|
+
}
|
|
16975
|
+
}
|
|
16976
|
+
.weather-widget {
|
|
16977
|
+
/* === Tooltip === */
|
|
16978
|
+
}
|
|
16979
|
+
.weather-widget .pi-tooltip {
|
|
16980
|
+
position: relative;
|
|
16981
|
+
display: inline-flex;
|
|
16982
|
+
align-items: center;
|
|
16983
|
+
top: 1px;
|
|
16984
|
+
overflow: visible;
|
|
16985
|
+
}
|
|
16986
|
+
.weather-widget .pi-tooltip summary {
|
|
16987
|
+
all: unset;
|
|
16988
|
+
cursor: pointer;
|
|
16989
|
+
display: inline-flex;
|
|
16990
|
+
align-items: center;
|
|
16991
|
+
line-height: 1;
|
|
16992
|
+
}
|
|
16993
|
+
.weather-widget .pi-tooltip summary i {
|
|
16994
|
+
font-size: 14px;
|
|
16995
|
+
}
|
|
16996
|
+
.weather-widget .pi-tooltip summary::marker, .weather-widget .pi-tooltip summary::-webkit-details-marker {
|
|
16997
|
+
display: none;
|
|
16998
|
+
}
|
|
16999
|
+
.weather-widget .pi-tooltip summary::before, .weather-widget .pi-tooltip summary::after {
|
|
17000
|
+
content: none !important;
|
|
17001
|
+
display: none !important;
|
|
17002
|
+
}
|
|
17003
|
+
.weather-widget .pi-tooltip:not([open]) .pi-tooltip-content {
|
|
17004
|
+
display: none;
|
|
17005
|
+
}
|
|
17006
|
+
.weather-widget .pi-tooltip-content {
|
|
17007
|
+
position: absolute;
|
|
17008
|
+
top: 50%;
|
|
17009
|
+
left: 32px;
|
|
17010
|
+
transform: translateY(-50%);
|
|
17011
|
+
background: #444444;
|
|
17012
|
+
color: #FFFFFF;
|
|
17013
|
+
padding: 6px 10px;
|
|
17014
|
+
border-radius: 6px;
|
|
17015
|
+
width: 220px;
|
|
17016
|
+
z-index: 10;
|
|
17017
|
+
}
|
|
17018
|
+
.weather-widget .pi-tooltip-content a {
|
|
17019
|
+
color: #FFFFFF;
|
|
17020
|
+
}
|
|
17021
|
+
.weather-widget .pi-tooltip-content::after {
|
|
17022
|
+
content: "";
|
|
17023
|
+
position: absolute;
|
|
17024
|
+
top: 50%;
|
|
17025
|
+
left: -6px;
|
|
17026
|
+
transform: translateY(-50%);
|
|
17027
|
+
border-style: solid;
|
|
17028
|
+
border-width: 6px 6px 6px 0;
|
|
17029
|
+
border-color: transparent #444444 transparent transparent;
|
|
17030
|
+
}
|
|
17031
|
+
.weather-widget {
|
|
17032
|
+
/* === Forecast desktop === */
|
|
17033
|
+
}
|
|
17034
|
+
.weather-widget .forecast-grid {
|
|
17035
|
+
width: 100%;
|
|
17036
|
+
}
|
|
17037
|
+
.weather-widget .forecast-row {
|
|
17038
|
+
display: grid;
|
|
17039
|
+
grid-template-columns: 1fr 2fr 1fr 1fr 1fr 1fr;
|
|
17040
|
+
align-items: center;
|
|
17041
|
+
padding: 0.75em 0;
|
|
17042
|
+
border-bottom: 1px solid #DEE2E6;
|
|
17043
|
+
font-size: 0.9em;
|
|
17044
|
+
gap: 0 8px;
|
|
17045
|
+
}
|
|
17046
|
+
.weather-widget .forecast-row:last-child {
|
|
17047
|
+
border-bottom: none;
|
|
17048
|
+
}
|
|
17049
|
+
.weather-widget .forecast-row .fc-day {
|
|
17050
|
+
font-weight: 700;
|
|
17051
|
+
color: #444444;
|
|
17052
|
+
}
|
|
17053
|
+
.weather-widget .forecast-row .fc-estado,
|
|
17054
|
+
.weather-widget .forecast-row .fc-min,
|
|
17055
|
+
.weather-widget .forecast-row .fc-max,
|
|
17056
|
+
.weather-widget .forecast-row .fc-lluvia,
|
|
17057
|
+
.weather-widget .forecast-row .fc-humedad {
|
|
17058
|
+
display: flex;
|
|
17059
|
+
align-items: center;
|
|
17060
|
+
gap: 5px;
|
|
17061
|
+
color: #444444;
|
|
17062
|
+
white-space: nowrap;
|
|
17063
|
+
}
|
|
17064
|
+
.weather-widget {
|
|
17065
|
+
/* === Pronóstico header === */
|
|
17066
|
+
}
|
|
17067
|
+
.weather-widget .pronostico .d-flex.align-items-center.gap-1 {
|
|
17068
|
+
display: block;
|
|
17069
|
+
}
|
|
17070
|
+
.weather-widget .pronostico .h4.font-sans-serif.m-0 {
|
|
17071
|
+
display: contents;
|
|
17072
|
+
}
|
|
17073
|
+
@media (max-width: 767px) {
|
|
17074
|
+
.weather-widget .pronostico {
|
|
17075
|
+
margin: 0 !important;
|
|
17076
|
+
}
|
|
17077
|
+
.weather-widget .pronostico > .col-md-12 {
|
|
17078
|
+
padding: 0 !important;
|
|
17079
|
+
}
|
|
17080
|
+
}
|
|
17081
|
+
.weather-widget {
|
|
17082
|
+
/* === Search container === */
|
|
17083
|
+
}
|
|
17084
|
+
@media (max-width: 767px) {
|
|
17085
|
+
.weather-widget .search-container.p-b-0.p-l-3 {
|
|
17086
|
+
padding: 0 1rem !important;
|
|
17087
|
+
}
|
|
17088
|
+
}
|
|
17089
|
+
@media (max-width: 767px) {
|
|
17090
|
+
.weather-widget .search-container .row {
|
|
17091
|
+
display: flex;
|
|
17092
|
+
flex-direction: column;
|
|
17093
|
+
gap: 10px;
|
|
17094
|
+
}
|
|
17095
|
+
}
|
|
17096
|
+
@media (max-width: 767px) {
|
|
17097
|
+
.weather-widget .search-container .col-xs-6,
|
|
17098
|
+
.weather-widget .search-container .col-xs-3 {
|
|
17099
|
+
width: 100%;
|
|
17100
|
+
max-width: 100%;
|
|
17101
|
+
}
|
|
17102
|
+
}
|
|
17103
|
+
@media (max-width: 767px) {
|
|
17104
|
+
.weather-widget .search-container .form-group {
|
|
17105
|
+
margin-bottom: 0;
|
|
17106
|
+
}
|
|
17107
|
+
}
|
|
17108
|
+
.weather-widget {
|
|
17109
|
+
/* === Mobile === */
|
|
17110
|
+
}
|
|
17111
|
+
@media (max-width: 767px) {
|
|
17112
|
+
.weather-widget .panel.bg-gray.p-x-3.p-b-3.p-t-0,
|
|
17113
|
+
.weather-widget .panel.bg-gray.p-x-3.p-b-0.m-b-05.p-t-0.loaded {
|
|
17114
|
+
padding: 1rem !important;
|
|
17115
|
+
}
|
|
17116
|
+
.weather-widget {
|
|
17117
|
+
/* Hero card */
|
|
17118
|
+
}
|
|
17119
|
+
.weather-widget .principal {
|
|
17120
|
+
margin: 0 !important;
|
|
17121
|
+
}
|
|
17122
|
+
.weather-widget .principal .col-md-8 {
|
|
17123
|
+
background: #FFFFFF;
|
|
17124
|
+
border-radius: 14px;
|
|
17125
|
+
border: 1px solid #E9E9E9;
|
|
17126
|
+
padding: 14px 16px;
|
|
17127
|
+
margin-bottom: 10px;
|
|
17128
|
+
width: 100%;
|
|
17129
|
+
}
|
|
17130
|
+
.weather-widget .principal .col-md-8 > .d-flex.justify-content-center {
|
|
17131
|
+
flex-direction: row !important;
|
|
17132
|
+
justify-content: space-between !important;
|
|
17133
|
+
width: 100% !important;
|
|
17134
|
+
}
|
|
17135
|
+
.weather-widget .principal .col-md-8 > .d-flex.justify-content-center > .d-flex.gap-4 {
|
|
17136
|
+
flex-direction: column !important;
|
|
17137
|
+
padding-left: 12px !important;
|
|
17138
|
+
border-left: 1px solid #DDDDDD;
|
|
17139
|
+
gap: 8px !important;
|
|
17140
|
+
}
|
|
17141
|
+
.weather-widget .principal .col-md-8 > .d-flex.justify-content-center > .d-flex.gap-4 > .d-flex {
|
|
17142
|
+
font-size: 13px !important;
|
|
17143
|
+
gap: 6px !important;
|
|
17144
|
+
}
|
|
17145
|
+
.weather-widget {
|
|
17146
|
+
/* Datos + Solares */
|
|
17147
|
+
}
|
|
17148
|
+
.weather-widget .datos,
|
|
17149
|
+
.weather-widget .solares {
|
|
17150
|
+
background: #FFFFFF;
|
|
17151
|
+
border-radius: 14px;
|
|
17152
|
+
border: 1px solid #E9E9E9 !important;
|
|
17153
|
+
margin: 0 0 10px !important;
|
|
17154
|
+
padding: 12px 0 !important;
|
|
17155
|
+
}
|
|
17156
|
+
.weather-widget .weather-col {
|
|
17157
|
+
display: flex !important;
|
|
17158
|
+
align-items: center !important;
|
|
17159
|
+
gap: 10px !important;
|
|
17160
|
+
padding: 6px 16px !important;
|
|
17161
|
+
}
|
|
17162
|
+
.weather-widget .weather-col i {
|
|
17163
|
+
font-size: 1.4em !important;
|
|
17164
|
+
width: 32px;
|
|
17165
|
+
text-align: center;
|
|
17166
|
+
}
|
|
17167
|
+
.weather-widget .weather-col span {
|
|
17168
|
+
margin-left: auto;
|
|
17169
|
+
font-weight: 600;
|
|
17170
|
+
}
|
|
17171
|
+
.weather-widget .col-xs-12:not(:last-child) .weather-col {
|
|
17172
|
+
border-bottom: 1px solid #F0F0F0;
|
|
17173
|
+
}
|
|
17174
|
+
.weather-widget {
|
|
17175
|
+
/* Forecast cards */
|
|
17176
|
+
}
|
|
17177
|
+
.weather-widget .forecast-grid {
|
|
17178
|
+
display: grid;
|
|
17179
|
+
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
17180
|
+
gap: 6px;
|
|
17181
|
+
}
|
|
17182
|
+
.weather-widget .forecast-row:nth-child(n+5) {
|
|
17183
|
+
display: none;
|
|
17184
|
+
}
|
|
17185
|
+
.weather-widget .forecast-row {
|
|
17186
|
+
transition: all 0.2s ease;
|
|
17187
|
+
border-radius: 14px;
|
|
17188
|
+
border: 1px solid #E9E9E9;
|
|
17189
|
+
background: #FFFFFF;
|
|
17190
|
+
box-shadow: 0 1px 2px rgba(68, 68, 68, 0.08);
|
|
17191
|
+
}
|
|
17192
|
+
.weather-widget {
|
|
17193
|
+
/* Card Hoy */
|
|
17194
|
+
}
|
|
17195
|
+
.weather-widget .forecast-row[data-today=true] {
|
|
17196
|
+
grid-column: 1/-1;
|
|
17197
|
+
display: grid;
|
|
17198
|
+
grid-template-columns: 1fr auto;
|
|
17199
|
+
gap: 6px 12px;
|
|
17200
|
+
padding: 12px 17px;
|
|
17201
|
+
margin-bottom: 6px;
|
|
17202
|
+
border-bottom: none;
|
|
17203
|
+
}
|
|
17204
|
+
.weather-widget .forecast-row[data-today=true] .fc-day {
|
|
17205
|
+
font-size: 12px;
|
|
17206
|
+
font-weight: 700;
|
|
17207
|
+
text-transform: uppercase;
|
|
17208
|
+
color: #838383;
|
|
17209
|
+
}
|
|
17210
|
+
.weather-widget .forecast-row[data-today=true] .fc-estado {
|
|
17211
|
+
font-size: 16px;
|
|
17212
|
+
}
|
|
17213
|
+
.weather-widget .forecast-row[data-today=true] .fc-max {
|
|
17214
|
+
font-size: 22px;
|
|
17215
|
+
font-weight: 700;
|
|
17216
|
+
text-align: right;
|
|
17217
|
+
}
|
|
17218
|
+
.weather-widget .forecast-row[data-today=true] .fc-min,
|
|
17219
|
+
.weather-widget .forecast-row[data-today=true] .fc-lluvia {
|
|
17220
|
+
font-size: 13px;
|
|
17221
|
+
color: #838383;
|
|
17222
|
+
}
|
|
17223
|
+
.weather-widget .forecast-row[data-today=true] .fc-humedad,
|
|
17224
|
+
.weather-widget .forecast-row[data-today=true] .fc-max i,
|
|
17225
|
+
.weather-widget .forecast-row[data-today=true] .fc-min i {
|
|
17226
|
+
display: none;
|
|
17227
|
+
}
|
|
17228
|
+
.weather-widget {
|
|
17229
|
+
/* Cards futuras */
|
|
17230
|
+
}
|
|
17231
|
+
.weather-widget .forecast-row:not([data-today=true]) {
|
|
17232
|
+
display: flex;
|
|
17233
|
+
flex-direction: column;
|
|
17234
|
+
padding: 12px 6px;
|
|
17235
|
+
text-align: center;
|
|
17236
|
+
gap: 3px;
|
|
17237
|
+
}
|
|
17238
|
+
.weather-widget .forecast-row:not([data-today=true]) .fc-day {
|
|
17239
|
+
font-size: 12px;
|
|
17240
|
+
color: #555555;
|
|
17241
|
+
}
|
|
17242
|
+
.weather-widget .forecast-row:not([data-today=true]) .fc-estado {
|
|
17243
|
+
flex-direction: column;
|
|
17244
|
+
}
|
|
17245
|
+
.weather-widget .forecast-row:not([data-today=true]) .fc-estado i {
|
|
17246
|
+
font-size: 22px;
|
|
17247
|
+
margin: 4px 0;
|
|
17248
|
+
}
|
|
17249
|
+
.weather-widget .forecast-row:not([data-today=true]) .fc-estado span {
|
|
17250
|
+
display: none;
|
|
17251
|
+
}
|
|
17252
|
+
.weather-widget .forecast-row:not([data-today=true]) .fc-max {
|
|
17253
|
+
font-size: 16px;
|
|
17254
|
+
font-weight: 700;
|
|
17255
|
+
}
|
|
17256
|
+
.weather-widget .forecast-row:not([data-today=true]) .fc-min {
|
|
17257
|
+
font-size: 12px;
|
|
17258
|
+
color: #838383;
|
|
17259
|
+
}
|
|
17260
|
+
.weather-widget .forecast-row:not([data-today=true]) .fc-max i,
|
|
17261
|
+
.weather-widget .forecast-row:not([data-today=true]) .fc-min i,
|
|
17262
|
+
.weather-widget .forecast-row:not([data-today=true]) .fc-lluvia,
|
|
17263
|
+
.weather-widget .forecast-row:not([data-today=true]) .fc-humedad {
|
|
17264
|
+
display: none;
|
|
17265
|
+
}
|
|
17266
|
+
}
|
|
17267
|
+
.weather-widget {
|
|
17268
|
+
/* === Mobile XS (≤450px) === */
|
|
17269
|
+
}
|
|
17270
|
+
@media (max-width: 450px) {
|
|
17271
|
+
.weather-widget .principal .col-md-8 > .d-flex.justify-content-center {
|
|
17272
|
+
flex-direction: column !important;
|
|
17273
|
+
align-items: center !important;
|
|
17274
|
+
gap: 12px !important;
|
|
17275
|
+
}
|
|
17276
|
+
.weather-widget .principal .col-md-8 > .d-flex.justify-content-center > .d-flex.gap-4 {
|
|
17277
|
+
flex-direction: row !important;
|
|
17278
|
+
justify-content: center !important;
|
|
17279
|
+
border-left: none !important;
|
|
17280
|
+
padding-left: 0 !important;
|
|
17281
|
+
gap: 20px !important;
|
|
17282
|
+
width: 100%;
|
|
17283
|
+
}
|
|
17284
|
+
.weather-widget .principal .col-md-8 > .d-flex.justify-content-center > .d-flex.gap-4 > .d-flex {
|
|
17285
|
+
justify-content: center;
|
|
17286
|
+
font-size: 13px;
|
|
17287
|
+
}
|
|
17288
|
+
}
|
|
17289
|
+
|
|
16890
17290
|
/**
|
|
16891
17291
|
* Styles for the copy and share functionality in Poncho Table.
|
|
16892
17292
|
*/
|