ar-poncho 2.1.55 → 2.1.57
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/poncho.css +51 -163
- package/dist/css/poncho.min.css +51 -163
- package/package.json +1 -1
package/dist/css/poncho.css
CHANGED
|
@@ -13295,17 +13295,6 @@ pre {
|
|
|
13295
13295
|
* convierte el menú en un desplegable para la
|
|
13296
13296
|
* visualización en dispositivos móviles.
|
|
13297
13297
|
*/
|
|
13298
|
-
.page-sidebar {
|
|
13299
|
-
/**
|
|
13300
|
-
* @TODO revisar los valores de las variables.
|
|
13301
|
-
* No estaban declaradas.
|
|
13302
|
-
*/
|
|
13303
|
-
--collapse-bg: gray;
|
|
13304
|
-
--collapse-color: gray;
|
|
13305
|
-
--collapse-box-shadow: 0 0 6px rgb(0 0 0 / 0.1);
|
|
13306
|
-
--collapse-icon-color: gray;
|
|
13307
|
-
--collapse-line-color: gray;
|
|
13308
|
-
}
|
|
13309
13298
|
.page-sidebar .btn-title a {
|
|
13310
13299
|
font-weight: bold !important;
|
|
13311
13300
|
}
|
|
@@ -13359,14 +13348,14 @@ pre {
|
|
|
13359
13348
|
.card {
|
|
13360
13349
|
width: 100%;
|
|
13361
13350
|
}
|
|
13362
|
-
.card :has(.fa) i {
|
|
13363
|
-
font-family: "FontAwesome";
|
|
13364
|
-
}
|
|
13365
13351
|
.card *, .card.card-body * {
|
|
13366
13352
|
letter-spacing: -0.15pt;
|
|
13367
13353
|
font-size: 18px;
|
|
13368
13354
|
font-family: "Montserrat", sans-serif;
|
|
13369
13355
|
}
|
|
13356
|
+
.card :has(.fa) i {
|
|
13357
|
+
font-family: "FontAwesome";
|
|
13358
|
+
}
|
|
13370
13359
|
.card.card-body details {
|
|
13371
13360
|
--summary-padding-s: 20px;
|
|
13372
13361
|
--summary-padding-e: 8px;
|
|
@@ -13378,6 +13367,7 @@ pre {
|
|
|
13378
13367
|
.card.card-body summary {
|
|
13379
13368
|
display: none;
|
|
13380
13369
|
animation: none;
|
|
13370
|
+
padding-left: 1em;
|
|
13381
13371
|
}
|
|
13382
13372
|
.card.card-body .details-info {
|
|
13383
13373
|
padding: 0;
|
|
@@ -14215,113 +14205,6 @@ footer .nav > li > a:hover {
|
|
|
14215
14205
|
width: 100% !important;
|
|
14216
14206
|
}
|
|
14217
14207
|
}
|
|
14218
|
-
/*
|
|
14219
|
-
Define estilos para modulo de subastas
|
|
14220
|
-
*/
|
|
14221
|
-
.mapa-inmuebles {
|
|
14222
|
-
float: right;
|
|
14223
|
-
}
|
|
14224
|
-
|
|
14225
|
-
.descargas .fa-long-arrow-down {
|
|
14226
|
-
border-bottom: 5px solid #3e5a7e;
|
|
14227
|
-
padding-bottom: 4px;
|
|
14228
|
-
margin-top: -8px;
|
|
14229
|
-
}
|
|
14230
|
-
|
|
14231
|
-
.descargas,
|
|
14232
|
-
.node-type-subasta .pane-drupar-mapa-osm {
|
|
14233
|
-
display: table-cell;
|
|
14234
|
-
}
|
|
14235
|
-
|
|
14236
|
-
.tag-subasta {
|
|
14237
|
-
padding: 0.2em 0.6em 0.3em;
|
|
14238
|
-
}
|
|
14239
|
-
|
|
14240
|
-
.pane-tag-subasta {
|
|
14241
|
-
display: table-cell;
|
|
14242
|
-
}
|
|
14243
|
-
|
|
14244
|
-
.pane-informacion-subasta,
|
|
14245
|
-
.pane-informacion-propiedad,
|
|
14246
|
-
.descargas,
|
|
14247
|
-
.pane-drupar-mapa-osm,
|
|
14248
|
-
.node-type-subasta .js-details.ar-details,
|
|
14249
|
-
.seguir-subasta,
|
|
14250
|
-
.alerta-contenido {
|
|
14251
|
-
padding-left: 1em !important;
|
|
14252
|
-
padding-right: 1em !important;
|
|
14253
|
-
}
|
|
14254
|
-
|
|
14255
|
-
.node-type-subasta .row.m-y-3 {
|
|
14256
|
-
margin: 0px !important;
|
|
14257
|
-
}
|
|
14258
|
-
|
|
14259
|
-
/* /// Corte de palabra en titulos /// */
|
|
14260
|
-
/* En paneles */
|
|
14261
|
-
.nombre-obra {
|
|
14262
|
-
display: -webkit-box;
|
|
14263
|
-
-webkit-line-clamp: 3;
|
|
14264
|
-
-webkit-box-orient: vertical;
|
|
14265
|
-
overflow: hidden;
|
|
14266
|
-
}
|
|
14267
|
-
|
|
14268
|
-
/* En detalle */
|
|
14269
|
-
.mapa-inmuebles .small.ubicacion {
|
|
14270
|
-
display: -webkit-box;
|
|
14271
|
-
-webkit-line-clamp: 2;
|
|
14272
|
-
-webkit-box-orient: vertical;
|
|
14273
|
-
overflow: hidden;
|
|
14274
|
-
}
|
|
14275
|
-
|
|
14276
|
-
.pane-informacion-propiedad .row {
|
|
14277
|
-
display: flex;
|
|
14278
|
-
flex-wrap: wrap;
|
|
14279
|
-
flex-direction: row;
|
|
14280
|
-
}
|
|
14281
|
-
|
|
14282
|
-
.f-left {
|
|
14283
|
-
float: left;
|
|
14284
|
-
}
|
|
14285
|
-
|
|
14286
|
-
.f-right {
|
|
14287
|
-
float: right;
|
|
14288
|
-
}
|
|
14289
|
-
|
|
14290
|
-
/* Medium devices (tablets, less than 992px) */
|
|
14291
|
-
@media (max-width: 991.98px) {
|
|
14292
|
-
.alerta-contenido {
|
|
14293
|
-
margin-top: 1.8em;
|
|
14294
|
-
}
|
|
14295
|
-
.node-type-subasta h3,
|
|
14296
|
-
.node-type-subasta .h3,
|
|
14297
|
-
.node-type-subasta h4,
|
|
14298
|
-
.node-type-subasta .h4,
|
|
14299
|
-
.node-type-subasta h5,
|
|
14300
|
-
.node-type-subasta .h5 {
|
|
14301
|
-
font-size: 1.06rem;
|
|
14302
|
-
padding-top: 0.5rem;
|
|
14303
|
-
}
|
|
14304
|
-
.node-type-subasta .fa-2x {
|
|
14305
|
-
font-size: 1.5rem;
|
|
14306
|
-
line-height: 1.8rem;
|
|
14307
|
-
}
|
|
14308
|
-
.mapa-inmuebles.m-t-3 {
|
|
14309
|
-
margin-top: 0px !important;
|
|
14310
|
-
}
|
|
14311
|
-
.node-type-subasta .section-actions.col-md-12.social-share {
|
|
14312
|
-
display: none;
|
|
14313
|
-
}
|
|
14314
|
-
.node-type-subasta .m-t-3,
|
|
14315
|
-
.node-type-subasta .m-b-3 {
|
|
14316
|
-
margin: 0 !important;
|
|
14317
|
-
}
|
|
14318
|
-
.pane-tag-subasta .label,
|
|
14319
|
-
.pane-tag-subasta .tag-subasta {
|
|
14320
|
-
clear: both;
|
|
14321
|
-
margin-left: 0px !important;
|
|
14322
|
-
margin-top: 0px !important;
|
|
14323
|
-
}
|
|
14324
|
-
}
|
|
14325
14208
|
/* CONTENIDO DE LA PAGINA TRAMITAR V1.1 */
|
|
14326
14209
|
.desplegable-tramitar {
|
|
14327
14210
|
/**
|
|
@@ -14371,30 +14254,6 @@ Define estilos para modulo de subastas
|
|
|
14371
14254
|
content: "\f096";
|
|
14372
14255
|
}
|
|
14373
14256
|
|
|
14374
|
-
/* @todo gcaitai Definir si se utiliza */
|
|
14375
|
-
.items-desplegable-tramitar-select {
|
|
14376
|
-
border: 3px solid var(--arg-verde);
|
|
14377
|
-
border-radius: 15px;
|
|
14378
|
-
padding: 5px;
|
|
14379
|
-
margin: 8px;
|
|
14380
|
-
height: auto;
|
|
14381
|
-
}
|
|
14382
|
-
|
|
14383
|
-
/* @todo gcaiati. Revisar si estos estilos se utilizan en otra parte del sitio. */
|
|
14384
|
-
.f-rigth {
|
|
14385
|
-
float: right;
|
|
14386
|
-
}
|
|
14387
|
-
|
|
14388
|
-
.bdr-l {
|
|
14389
|
-
margin: 20px 0px;
|
|
14390
|
-
float: right;
|
|
14391
|
-
}
|
|
14392
|
-
|
|
14393
|
-
/* @todo gcaiati. No entiendo qué es lo que hace */
|
|
14394
|
-
.listas-destacadas ul.search-results li::before {
|
|
14395
|
-
display: none;
|
|
14396
|
-
}
|
|
14397
|
-
|
|
14398
14257
|
@media (max-width: 991px) {
|
|
14399
14258
|
.jumbotron_body img[alt=tramitar] {
|
|
14400
14259
|
width: 60%;
|
|
@@ -15657,6 +15516,45 @@ Cuando un elemento en inferior al breakpoint los caret cambian el tamaño
|
|
|
15657
15516
|
content: "| ";
|
|
15658
15517
|
}
|
|
15659
15518
|
|
|
15519
|
+
.node-type-subasta .row.m-y-3 {
|
|
15520
|
+
margin: 0px !important;
|
|
15521
|
+
}
|
|
15522
|
+
|
|
15523
|
+
@media (max-width: 575.98px) {
|
|
15524
|
+
.filtro.col-xs-12, .filtro .panel-body {
|
|
15525
|
+
padding: 0px;
|
|
15526
|
+
}
|
|
15527
|
+
.bloque-desktop dd, .bloque-desktop dt {
|
|
15528
|
+
font-size: 0.85rem;
|
|
15529
|
+
}
|
|
15530
|
+
.pane-tag-subasta dd, .pane-tag-subasta dt {
|
|
15531
|
+
font-size: 0.85rem;
|
|
15532
|
+
}
|
|
15533
|
+
}
|
|
15534
|
+
/* Medium devices (tablets, less than 992px) */
|
|
15535
|
+
@media (max-width: 991.98px) {
|
|
15536
|
+
.node-type-subasta h3, .node-type-subasta .h3, .node-type-subasta h4, .node-type-subasta .h4, .node-type-subasta h5, .node-type-subasta .h5 {
|
|
15537
|
+
font-size: 1.06rem;
|
|
15538
|
+
padding-top: 0.5rem;
|
|
15539
|
+
}
|
|
15540
|
+
.node-type-subasta .fa-2x {
|
|
15541
|
+
font-size: 1.5rem;
|
|
15542
|
+
line-height: 1.8rem;
|
|
15543
|
+
}
|
|
15544
|
+
.node-type-subasta .m-t-3, .node-type-subasta .m-b-3 {
|
|
15545
|
+
margin: 0 !important;
|
|
15546
|
+
}
|
|
15547
|
+
.pane-tag-subasta .label {
|
|
15548
|
+
padding: 0.48rem;
|
|
15549
|
+
float: left !important;
|
|
15550
|
+
}
|
|
15551
|
+
.pane-tag-subasta .tag-subasta {
|
|
15552
|
+
clear: both;
|
|
15553
|
+
margin-left: 0rem !important;
|
|
15554
|
+
margin-top: 0rem !important;
|
|
15555
|
+
padding: 0.1rem;
|
|
15556
|
+
}
|
|
15557
|
+
}
|
|
15660
15558
|
/* Imagen y títulos en mobile */
|
|
15661
15559
|
@media (max-width: 992px) {
|
|
15662
15560
|
.imagen-mobile {
|
|
@@ -15690,24 +15588,6 @@ Cuando un elemento en inferior al breakpoint los caret cambian el tamaño
|
|
|
15690
15588
|
background: var(--arg-primary-100);
|
|
15691
15589
|
}
|
|
15692
15590
|
|
|
15693
|
-
/* Tipografía y pesos */
|
|
15694
|
-
/*
|
|
15695
|
-
.fw-light { ¡¡¡¡light y ponés normal!!!!
|
|
15696
|
-
font-weight: 400 !important;
|
|
15697
|
-
}
|
|
15698
|
-
|
|
15699
|
-
.fw-medium {
|
|
15700
|
-
font-weight: 500 !important;
|
|
15701
|
-
}
|
|
15702
|
-
|
|
15703
|
-
.fw-semibold {
|
|
15704
|
-
font-weight: 600 !important;
|
|
15705
|
-
}
|
|
15706
|
-
|
|
15707
|
-
.fw-bold {
|
|
15708
|
-
font-weight: 700 !important;
|
|
15709
|
-
}
|
|
15710
|
-
*/
|
|
15711
15591
|
.text-small {
|
|
15712
15592
|
font-size: 85%;
|
|
15713
15593
|
}
|
|
@@ -15744,6 +15624,14 @@ Cuando un elemento en inferior al breakpoint los caret cambian el tamaño
|
|
|
15744
15624
|
padding-right: 0.2rem;
|
|
15745
15625
|
}
|
|
15746
15626
|
|
|
15627
|
+
.f-left {
|
|
15628
|
+
float: left;
|
|
15629
|
+
}
|
|
15630
|
+
|
|
15631
|
+
.f-right {
|
|
15632
|
+
float: right;
|
|
15633
|
+
}
|
|
15634
|
+
|
|
15747
15635
|
.poncho-loader {
|
|
15748
15636
|
--pm-loader-background: var(--arg-gray-background, #FFFFFF);
|
|
15749
15637
|
--pm-loader-spinner-color: var(--arg-azul-500, #0581C6);
|
package/dist/css/poncho.min.css
CHANGED
|
@@ -13295,17 +13295,6 @@ pre {
|
|
|
13295
13295
|
* convierte el menú en un desplegable para la
|
|
13296
13296
|
* visualización en dispositivos móviles.
|
|
13297
13297
|
*/
|
|
13298
|
-
.page-sidebar {
|
|
13299
|
-
/**
|
|
13300
|
-
* @TODO revisar los valores de las variables.
|
|
13301
|
-
* No estaban declaradas.
|
|
13302
|
-
*/
|
|
13303
|
-
--collapse-bg: gray;
|
|
13304
|
-
--collapse-color: gray;
|
|
13305
|
-
--collapse-box-shadow: 0 0 6px rgb(0 0 0 / 0.1);
|
|
13306
|
-
--collapse-icon-color: gray;
|
|
13307
|
-
--collapse-line-color: gray;
|
|
13308
|
-
}
|
|
13309
13298
|
.page-sidebar .btn-title a {
|
|
13310
13299
|
font-weight: bold !important;
|
|
13311
13300
|
}
|
|
@@ -13359,14 +13348,14 @@ pre {
|
|
|
13359
13348
|
.card {
|
|
13360
13349
|
width: 100%;
|
|
13361
13350
|
}
|
|
13362
|
-
.card :has(.fa) i {
|
|
13363
|
-
font-family: "FontAwesome";
|
|
13364
|
-
}
|
|
13365
13351
|
.card *, .card.card-body * {
|
|
13366
13352
|
letter-spacing: -0.15pt;
|
|
13367
13353
|
font-size: 18px;
|
|
13368
13354
|
font-family: "Montserrat", sans-serif;
|
|
13369
13355
|
}
|
|
13356
|
+
.card :has(.fa) i {
|
|
13357
|
+
font-family: "FontAwesome";
|
|
13358
|
+
}
|
|
13370
13359
|
.card.card-body details {
|
|
13371
13360
|
--summary-padding-s: 20px;
|
|
13372
13361
|
--summary-padding-e: 8px;
|
|
@@ -13378,6 +13367,7 @@ pre {
|
|
|
13378
13367
|
.card.card-body summary {
|
|
13379
13368
|
display: none;
|
|
13380
13369
|
animation: none;
|
|
13370
|
+
padding-left: 1em;
|
|
13381
13371
|
}
|
|
13382
13372
|
.card.card-body .details-info {
|
|
13383
13373
|
padding: 0;
|
|
@@ -14215,113 +14205,6 @@ footer .nav > li > a:hover {
|
|
|
14215
14205
|
width: 100% !important;
|
|
14216
14206
|
}
|
|
14217
14207
|
}
|
|
14218
|
-
/*
|
|
14219
|
-
Define estilos para modulo de subastas
|
|
14220
|
-
*/
|
|
14221
|
-
.mapa-inmuebles {
|
|
14222
|
-
float: right;
|
|
14223
|
-
}
|
|
14224
|
-
|
|
14225
|
-
.descargas .fa-long-arrow-down {
|
|
14226
|
-
border-bottom: 5px solid #3e5a7e;
|
|
14227
|
-
padding-bottom: 4px;
|
|
14228
|
-
margin-top: -8px;
|
|
14229
|
-
}
|
|
14230
|
-
|
|
14231
|
-
.descargas,
|
|
14232
|
-
.node-type-subasta .pane-drupar-mapa-osm {
|
|
14233
|
-
display: table-cell;
|
|
14234
|
-
}
|
|
14235
|
-
|
|
14236
|
-
.tag-subasta {
|
|
14237
|
-
padding: 0.2em 0.6em 0.3em;
|
|
14238
|
-
}
|
|
14239
|
-
|
|
14240
|
-
.pane-tag-subasta {
|
|
14241
|
-
display: table-cell;
|
|
14242
|
-
}
|
|
14243
|
-
|
|
14244
|
-
.pane-informacion-subasta,
|
|
14245
|
-
.pane-informacion-propiedad,
|
|
14246
|
-
.descargas,
|
|
14247
|
-
.pane-drupar-mapa-osm,
|
|
14248
|
-
.node-type-subasta .js-details.ar-details,
|
|
14249
|
-
.seguir-subasta,
|
|
14250
|
-
.alerta-contenido {
|
|
14251
|
-
padding-left: 1em !important;
|
|
14252
|
-
padding-right: 1em !important;
|
|
14253
|
-
}
|
|
14254
|
-
|
|
14255
|
-
.node-type-subasta .row.m-y-3 {
|
|
14256
|
-
margin: 0px !important;
|
|
14257
|
-
}
|
|
14258
|
-
|
|
14259
|
-
/* /// Corte de palabra en titulos /// */
|
|
14260
|
-
/* En paneles */
|
|
14261
|
-
.nombre-obra {
|
|
14262
|
-
display: -webkit-box;
|
|
14263
|
-
-webkit-line-clamp: 3;
|
|
14264
|
-
-webkit-box-orient: vertical;
|
|
14265
|
-
overflow: hidden;
|
|
14266
|
-
}
|
|
14267
|
-
|
|
14268
|
-
/* En detalle */
|
|
14269
|
-
.mapa-inmuebles .small.ubicacion {
|
|
14270
|
-
display: -webkit-box;
|
|
14271
|
-
-webkit-line-clamp: 2;
|
|
14272
|
-
-webkit-box-orient: vertical;
|
|
14273
|
-
overflow: hidden;
|
|
14274
|
-
}
|
|
14275
|
-
|
|
14276
|
-
.pane-informacion-propiedad .row {
|
|
14277
|
-
display: flex;
|
|
14278
|
-
flex-wrap: wrap;
|
|
14279
|
-
flex-direction: row;
|
|
14280
|
-
}
|
|
14281
|
-
|
|
14282
|
-
.f-left {
|
|
14283
|
-
float: left;
|
|
14284
|
-
}
|
|
14285
|
-
|
|
14286
|
-
.f-right {
|
|
14287
|
-
float: right;
|
|
14288
|
-
}
|
|
14289
|
-
|
|
14290
|
-
/* Medium devices (tablets, less than 992px) */
|
|
14291
|
-
@media (max-width: 991.98px) {
|
|
14292
|
-
.alerta-contenido {
|
|
14293
|
-
margin-top: 1.8em;
|
|
14294
|
-
}
|
|
14295
|
-
.node-type-subasta h3,
|
|
14296
|
-
.node-type-subasta .h3,
|
|
14297
|
-
.node-type-subasta h4,
|
|
14298
|
-
.node-type-subasta .h4,
|
|
14299
|
-
.node-type-subasta h5,
|
|
14300
|
-
.node-type-subasta .h5 {
|
|
14301
|
-
font-size: 1.06rem;
|
|
14302
|
-
padding-top: 0.5rem;
|
|
14303
|
-
}
|
|
14304
|
-
.node-type-subasta .fa-2x {
|
|
14305
|
-
font-size: 1.5rem;
|
|
14306
|
-
line-height: 1.8rem;
|
|
14307
|
-
}
|
|
14308
|
-
.mapa-inmuebles.m-t-3 {
|
|
14309
|
-
margin-top: 0px !important;
|
|
14310
|
-
}
|
|
14311
|
-
.node-type-subasta .section-actions.col-md-12.social-share {
|
|
14312
|
-
display: none;
|
|
14313
|
-
}
|
|
14314
|
-
.node-type-subasta .m-t-3,
|
|
14315
|
-
.node-type-subasta .m-b-3 {
|
|
14316
|
-
margin: 0 !important;
|
|
14317
|
-
}
|
|
14318
|
-
.pane-tag-subasta .label,
|
|
14319
|
-
.pane-tag-subasta .tag-subasta {
|
|
14320
|
-
clear: both;
|
|
14321
|
-
margin-left: 0px !important;
|
|
14322
|
-
margin-top: 0px !important;
|
|
14323
|
-
}
|
|
14324
|
-
}
|
|
14325
14208
|
/* CONTENIDO DE LA PAGINA TRAMITAR V1.1 */
|
|
14326
14209
|
.desplegable-tramitar {
|
|
14327
14210
|
/**
|
|
@@ -14371,30 +14254,6 @@ Define estilos para modulo de subastas
|
|
|
14371
14254
|
content: "\f096";
|
|
14372
14255
|
}
|
|
14373
14256
|
|
|
14374
|
-
/* @todo gcaitai Definir si se utiliza */
|
|
14375
|
-
.items-desplegable-tramitar-select {
|
|
14376
|
-
border: 3px solid var(--arg-verde);
|
|
14377
|
-
border-radius: 15px;
|
|
14378
|
-
padding: 5px;
|
|
14379
|
-
margin: 8px;
|
|
14380
|
-
height: auto;
|
|
14381
|
-
}
|
|
14382
|
-
|
|
14383
|
-
/* @todo gcaiati. Revisar si estos estilos se utilizan en otra parte del sitio. */
|
|
14384
|
-
.f-rigth {
|
|
14385
|
-
float: right;
|
|
14386
|
-
}
|
|
14387
|
-
|
|
14388
|
-
.bdr-l {
|
|
14389
|
-
margin: 20px 0px;
|
|
14390
|
-
float: right;
|
|
14391
|
-
}
|
|
14392
|
-
|
|
14393
|
-
/* @todo gcaiati. No entiendo qué es lo que hace */
|
|
14394
|
-
.listas-destacadas ul.search-results li::before {
|
|
14395
|
-
display: none;
|
|
14396
|
-
}
|
|
14397
|
-
|
|
14398
14257
|
@media (max-width: 991px) {
|
|
14399
14258
|
.jumbotron_body img[alt=tramitar] {
|
|
14400
14259
|
width: 60%;
|
|
@@ -15657,6 +15516,45 @@ Cuando un elemento en inferior al breakpoint los caret cambian el tamaño
|
|
|
15657
15516
|
content: "| ";
|
|
15658
15517
|
}
|
|
15659
15518
|
|
|
15519
|
+
.node-type-subasta .row.m-y-3 {
|
|
15520
|
+
margin: 0px !important;
|
|
15521
|
+
}
|
|
15522
|
+
|
|
15523
|
+
@media (max-width: 575.98px) {
|
|
15524
|
+
.filtro.col-xs-12, .filtro .panel-body {
|
|
15525
|
+
padding: 0px;
|
|
15526
|
+
}
|
|
15527
|
+
.bloque-desktop dd, .bloque-desktop dt {
|
|
15528
|
+
font-size: 0.85rem;
|
|
15529
|
+
}
|
|
15530
|
+
.pane-tag-subasta dd, .pane-tag-subasta dt {
|
|
15531
|
+
font-size: 0.85rem;
|
|
15532
|
+
}
|
|
15533
|
+
}
|
|
15534
|
+
/* Medium devices (tablets, less than 992px) */
|
|
15535
|
+
@media (max-width: 991.98px) {
|
|
15536
|
+
.node-type-subasta h3, .node-type-subasta .h3, .node-type-subasta h4, .node-type-subasta .h4, .node-type-subasta h5, .node-type-subasta .h5 {
|
|
15537
|
+
font-size: 1.06rem;
|
|
15538
|
+
padding-top: 0.5rem;
|
|
15539
|
+
}
|
|
15540
|
+
.node-type-subasta .fa-2x {
|
|
15541
|
+
font-size: 1.5rem;
|
|
15542
|
+
line-height: 1.8rem;
|
|
15543
|
+
}
|
|
15544
|
+
.node-type-subasta .m-t-3, .node-type-subasta .m-b-3 {
|
|
15545
|
+
margin: 0 !important;
|
|
15546
|
+
}
|
|
15547
|
+
.pane-tag-subasta .label {
|
|
15548
|
+
padding: 0.48rem;
|
|
15549
|
+
float: left !important;
|
|
15550
|
+
}
|
|
15551
|
+
.pane-tag-subasta .tag-subasta {
|
|
15552
|
+
clear: both;
|
|
15553
|
+
margin-left: 0rem !important;
|
|
15554
|
+
margin-top: 0rem !important;
|
|
15555
|
+
padding: 0.1rem;
|
|
15556
|
+
}
|
|
15557
|
+
}
|
|
15660
15558
|
/* Imagen y títulos en mobile */
|
|
15661
15559
|
@media (max-width: 992px) {
|
|
15662
15560
|
.imagen-mobile {
|
|
@@ -15690,24 +15588,6 @@ Cuando un elemento en inferior al breakpoint los caret cambian el tamaño
|
|
|
15690
15588
|
background: var(--arg-primary-100);
|
|
15691
15589
|
}
|
|
15692
15590
|
|
|
15693
|
-
/* Tipografía y pesos */
|
|
15694
|
-
/*
|
|
15695
|
-
.fw-light { ¡¡¡¡light y ponés normal!!!!
|
|
15696
|
-
font-weight: 400 !important;
|
|
15697
|
-
}
|
|
15698
|
-
|
|
15699
|
-
.fw-medium {
|
|
15700
|
-
font-weight: 500 !important;
|
|
15701
|
-
}
|
|
15702
|
-
|
|
15703
|
-
.fw-semibold {
|
|
15704
|
-
font-weight: 600 !important;
|
|
15705
|
-
}
|
|
15706
|
-
|
|
15707
|
-
.fw-bold {
|
|
15708
|
-
font-weight: 700 !important;
|
|
15709
|
-
}
|
|
15710
|
-
*/
|
|
15711
15591
|
.text-small {
|
|
15712
15592
|
font-size: 85%;
|
|
15713
15593
|
}
|
|
@@ -15744,6 +15624,14 @@ Cuando un elemento en inferior al breakpoint los caret cambian el tamaño
|
|
|
15744
15624
|
padding-right: 0.2rem;
|
|
15745
15625
|
}
|
|
15746
15626
|
|
|
15627
|
+
.f-left {
|
|
15628
|
+
float: left;
|
|
15629
|
+
}
|
|
15630
|
+
|
|
15631
|
+
.f-right {
|
|
15632
|
+
float: right;
|
|
15633
|
+
}
|
|
15634
|
+
|
|
15747
15635
|
.poncho-loader {
|
|
15748
15636
|
--pm-loader-background: var(--arg-gray-background, #FFFFFF);
|
|
15749
15637
|
--pm-loader-spinner-color: var(--arg-azul-500, #0581C6);
|
package/package.json
CHANGED