Skip to content

Commit 92de23a

Browse files
committed
centrar imágenes biblio digital
1 parent 9f9ec5e commit 92de23a

File tree

9 files changed

+182
-167
lines changed

9 files changed

+182
-167
lines changed

_config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ disqus:
3232
markdown: kramdown
3333
encoding: utf-8
3434

35+
sass:
36+
sass_dir: _sass
37+
3538
plugins:
3639
- jekyll-feed
3740
- jekyll-sitemap

_includes/header.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
<div class="container header__links-wrapper">
1111
{% for item in site.translations[site.lang].navigation %}
1212
{% if item.sublinks %}
13-
<div class="header__dropdown">
14-
<a class="header__link" href="{{ item.link | relative_url }}" itemprop="url">
13+
<div class="header__link dropdown">
14+
<a class="dropdown__link" href="{{ item.link | relative_url }}" itemprop="url">
1515
<span itemprop="name">{{ item.name }}</span>
1616
</a>
17-
<div class="header__dropdown-menu">
17+
<div class="dropdown-content">
1818
{% for sub in item.sublinks %}
19-
<a class="header__sublink" href="{{ sub.link | relative_url }}">{{ sub.name }}</a>
19+
<a class="dropdown-item" href="{{ sub.link | relative_url }}">{{ sub.name }}</a>
2020
{% endfor %}
2121
</div>
2222
</div>

_pages/bibliotecadigital.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ <h1 class="hero__title">{% t titles.library %}</h1>
2424
<!-- Card LAM -->
2525

2626
<div class="post-card" itemprop="blogPosts" itemscope="" itemtype="http://schema.org/BlogPosting" style="box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);">
27-
<a href="http://hdlabconicet.github.io/La-Argentina-Manuscrita" target="_blank"><img src="{{site.baseurl}}/assets/img/chico_arg-manus-pagina-uno.png" align="center"/></a>
27+
<a href="http://hdlabconicet.github.io/La-Argentina-Manuscrita" target="_blank"><img src="{{site.baseurl}}/assets/img/chico_arg-manus-pagina-uno.png"/></a>
2828
<a class="post-card__inner" href="http://hdlabconicet.github.io/La-Argentina-Manuscrita" target="_blank">
2929
<p style="font-size: 10px; text-align:left;">Imagen: gallica.bnf.fr</p>
3030
<h2>La Argentina Manuscrita</h2>
3131
</a>
3232
</div>
3333
<!-- Card ACARETE -->
3434
<div class="post-card" itemprop="blogPosts" itemscope="" itemtype="http://schema.org/BlogPosting" style="box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);">
35-
<a href="http://hdlabconicet.github.io/Relacion-de-un-viaje/" target="_blank"><img src="{{site.baseurl}}/assets/img/chico_acarete-1943-cover.jpg" align="center"/></a>
35+
<a href="http://hdlabconicet.github.io/Relacion-de-un-viaje/" target="_blank"><img src="{{site.baseurl}}/assets/img/chico_acarete-1943-cover.jpg"/></a>
3636
<a class="post-card__inner" href="http://hdlabconicet.github.io/Relacion-de-un-viaje/" target="_blank">
3737
<p style="font-size: 10px; text-align:left;">Imagen: Cervantes Virtual</p>
3838
<h2>Relación de un viaje</h2>
@@ -79,23 +79,23 @@ <h2>Miscelánea/Miscellaneous texts</h2>
7979
<div class="post-list" itemscope="" itemtype="http://schema.org/Blog">
8080
<!-- Card POESIA MEDIEVAL -->
8181
<div class="post-card" itemprop="blogPosts" itemscope="" itemtype="http://schema.org/BlogPosting" style="box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);">
82-
<a href="http://hdlabconicet.github.io/Poesia-Medieval/" target="_blank"><img src="{{site.baseurl}}/assets/img/chico_Cancioneiro_da_Ajuda_151_37.jpg" align="center"/></a>
82+
<a href="http://hdlabconicet.github.io/Poesia-Medieval/" target="_blank"><img src="{{site.baseurl}}/assets/img/chico_Cancioneiro_da_Ajuda_151_37.jpg"/></a>
8383
<a class="post-card__inner" href="http://hdlabconicet.github.io/Poesia-Medieval/" target="_blank" title="via Wikimedia Commons">
8484
<p style="font-size: 10px; text-align:left;">Imagen: Biblioteca da Ajuda</p>
8585
<h2>Poesía Medieval</h2>
8686
</a>
8787
</div>
8888
<!-- Card DIÁLOGO PINTURA MÉXICO -->
8989
<div class="post-card" itemprop="blogPosts" itemscope="" itemtype="http://schema.org/BlogPosting" style="box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);">
90-
<a href="https://mtravelo.github.io/dialogo_pintura_mexico/" target="_blank"><img src="{{site.baseurl}}/assets/img/chico_dialogo_pintura_mexico.jpg" align="center"/></a>
90+
<a href="https://mtravelo.github.io/dialogo_pintura_mexico/" target="_blank"><img src="{{site.baseurl}}/assets/img/chico_dialogo_pintura_mexico.jpg"/></a>
9191
<a class="post-card__inner" href="https://mtravelo.github.io/dialogo_pintura_mexico/" target="_blank" title="via Wikimedia Commons">
9292
<p style="font-size: 10px; text-align:left;">Imagen: Portada del libro Diálogo sobre la historia de la pintura en México</p>
9393
<h2>Diálogo sobre la historia de la pintura en México</h2>
9494
</a>
9595
</div>
9696
<!-- Card CARTAS DE BUSA -->
9797
<div class="post-card" itemprop="blogPosts" itemscope="" itemtype="http://schema.org/BlogPosting" style="box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);">
98-
<a href="https://hdlab.space/cartas_busa/" target="_blank"><img src="{{site.baseurl}}/assets/img/chico_dibujo_busa_index.jpg" align="center"/></a>
98+
<a href="https://hdlab.space/cartas_busa/" target="_blank"><img src="{{site.baseurl}}/assets/img/chico_dibujo_busa_index.jpg"/></a>
9999
<a class="post-card__inner" href="https://hdlab.space/cartas_busa/" target="_blank" title="via Wikimedia Commons">
100100
<p style="font-size: 10px; text-align:left;">Imagen: Dibujo de la serie de postales de Navidad que Busa encargaba todos los años a Marina Molino.</p>
101101
<h2>Cartas del Padre Busa</h2>
@@ -105,7 +105,7 @@ <h2>Cartas del Padre Busa</h2>
105105
<!-- Card COLECCIÓN FOULCHÉ DELBOSC-->
106106

107107
<div class="post-card" itemprop="blogPosts" itemscope="" itemtype="http://schema.org/BlogPosting" style="box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);">
108-
<a href="https://hdlab.space/coleccion-foulche-delbosc/" target="_blank"><img src="{{site.baseurl}}/assets/img/foulche-delbosc-chico.jpg" align="center"/></a>
108+
<a href="https://hdlab.space/coleccion-foulche-delbosc/" target="_blank"><img src="{{site.baseurl}}/assets/img/foulche-delbosc-chico.jpg"/></a>
109109
<a class="post-card__inner" href="https://hdlab.space/coleccion-foulche-delbosc/" target="_blank" title="via Wikimedia Commons">
110110
<p style="font-size: 10px; text-align:left;">Imagen: Retrato de Foulché-Delbosc.</p>
111111
<h2>La Colección Foulché-Delbosc, de la Historia del Libro y la Edición a las Humanidades Digitales</h2>
@@ -116,7 +116,7 @@ <h2>La Colección Foulché-Delbosc, de la Historia del Libro y la Edición a las
116116
<!-- Card LIBRO DE MOTES -->
117117

118118
<div class="post-card" itemprop="blogPosts" itemscope="" itemtype="http://schema.org/BlogPosting" style="box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);">
119-
<a href="https://jgoldsmidt.github.io/LM-LibrodeMotes/" target="_blank"><img src="{{site.baseurl}}/assets/img/chicos_motes.jpg" align="center"/></a>
119+
<a href="https://jgoldsmidt.github.io/LM-LibrodeMotes/" target="_blank"><img src="{{site.baseurl}}/assets/img/chicos_motes.jpg"/></a>
120120
<a class="post-card__inner" href="https://jgoldsmidt.github.io/LM-LibrodeMotes/" target="_blank" title="via Wikimedia Commons">
121121
<p style="font-size: 10px; text-align:left;">Imagen: Portada Libro de motes.</p>
122122
<h2>Libro de motes de damas y caballeros</h2>

_sass/base/_base.scss

Lines changed: 60 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ body {
2525

2626
// responsive images
2727
img {
28+
//display: block;
2829
max-width: 100%;
2930
height: auto;
30-
width: auto;
3131
vertical-align: middle;
3232
}
3333

@@ -38,3 +38,62 @@ img::selection {
3838
figure {
3939
margin: 0;
4040
}
41+
42+
43+
.no-underline {
44+
text-decoration: none;
45+
border-bottom: none;
46+
&:hover {
47+
text-decoration: none !important;
48+
border-bottom: none !important;
49+
}
50+
}
51+
52+
.no_bullet
53+
54+
{
55+
list-style-type: none;
56+
}
57+
58+
.label{padding:0px 10px;margin-bottom:1rem;display:inline-block;line-height:20px;font-size:.75rem;text-transform:uppercase;letter-spacing:1px;color:rgba(255,255,255,0.8);border:2px solid rgba(255,255,255,0.5);border-radius:100px;-webkit-transition:all 0.2s ease;transition:all 0.2s ease}.label:focus,.label:hover{color:#fff;background-color:#277cea;border:2px solid #277cea}.pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:1.25rem auto}input,textarea{display:inline-block;padding:5px 0;width:100%;border:0;border-bottom:2px solid #ededed;outline:none;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;background:transparent}input:focus,textarea:focus{border-color:#277cea;-webkit-transition:border-color .25s;transition:border-color .25s}.form__input{position:relative;display:inline-block;width:100%;margin-bottom:35px}.form__input::before{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:#277cea;z-index:5;-webkit-transition:width 0.45s cubic-bezier(0.694, 0.048, 0.335, 1);transition:width 0.45s cubic-bezier(0.694, 0.048, 0.335, 1);-webkit-transition-delay:.1s;transition-delay:.1s}.form__input::after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:#ff6161;z-index:4;-webkit-transition:width 0.45s cubic-bezier(0.694, 0.048, 0.335, 1);transition:width 0.45s cubic-bezier(0.694, 0.048, 0.335, 1)}.form__input:hover::after,.form__input :focus::after,.form__input :active::after{width:100%}.form__input:hover::before,.form__input :focus::before,.form__input :active::after{width:100%}.form__input.error:hover::after,.form__input.error :focus::after,.form__input.error :active::after{width:0%}.form__input.error:hover::before,.form__input.error :focus::before,.form__input.error :active::after{width:0%}.error input{border-bottom-color:#ff6161}.error textarea{border-bottom-color:#ff6161}.error-data{color:#ff6161;font-size:14px;position:absolute;left:0;bottom:-21px}.modal{position:fixed;display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;top:0;left:0;width:100%;height:100%;outline:0;overflow-y:auto;z-index:999}.modal__inner{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;position:relative;margin:1.875em;width:auto;max-width:768px;outline:0;opacity:0;-webkit-transform:translateY(200px);transform:translateY(200px);-webkit-transition:-webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);transition:-webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);transition:transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);transition:transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);z-index:1050}.modal__content{position:relative;padding:2rem 2.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#fff;border-radius:4px}.modal__content h1{text-align:center}.modal__close-button{position:absolute;top:16px;right:16px;background-color:transparent;border:0;outline:0;color:#313237;cursor:pointer}.modal__close-button:hover{background-color:transparent}.modal__overlay{position:fixed;display:none;top:0;right:0;bottom:0;left:0;height:100%;width:100%;z-index:1040;opacity:0;background-color:rgba(0,0,0,0.75);-webkit-transition:opacity 1s ease 0.1s;transition:opacity 1s ease 0.1s}body.modal--open{overflow:hidden}table{display:table;width:100%;overflow-x:scroll;margin-bottom:1.25rem;border-collapse:collapse;border-spacing:0;border:1px solid #ededed;border-radius:4px;font-size:14.5px}table th{background-color:#f9f9f9}table th,table td{padding:6px 13px;border:1px solid #ededed}.highlight table td{padding:5px}.highlight table pre{margin:0}.highlight .cm{color:#999988;font-style:italic}.highlight .cp{color:#999999;font-weight:bold}.highlight .c1{color:#999988;font-style:italic}.highlight .cs{color:#999999;font-weight:bold;font-style:italic}.highlight .c,.highlight .cd{color:#999988;font-style:italic}.highlight .err{color:#a61717;background-color:#e3d2d2}.highlight .gd{color:#000000;background-color:#ffdddd}.highlight .ge{color:#000000;font-style:italic}.highlight .gr{color:#aa0000}.highlight .gh{color:#999999}.highlight .gi{color:#000000;background-color:#ddffdd}.highlight .go{color:#888888}.highlight .gp{color:#555555}.highlight .gs{font-weight:bold}.highlight .gu{color:#aaaaaa}.highlight .gt{color:#aa0000}.highlight .kc{color:#000000;font-weight:bold}.highlight .kd{color:#000000;font-weight:bold}.highlight .kn{color:#000000;font-weight:bold}.highlight .kp{color:#000000;font-weight:bold}.highlight .kr{color:#000000;font-weight:bold}.highlight .kt{color:#445588;font-weight:bold}.highlight .k,.highlight .kv{color:#000000;font-weight:bold}.highlight .mf{color:#009999}.highlight .mh{color:#009999}.highlight .il{color:#009999}.highlight .mi{color:#009999}.highlight .mo{color:#009999}.highlight .m,.highlight .mb,.highlight .mx{color:#009999}.highlight .sb{color:#d14}.highlight .sc{color:#d14}.highlight .sd{color:#d14}.highlight .s2{color:#d14}.highlight .se{color:#d14}.highlight .sh{color:#d14}.highlight .si{color:#d14}.highlight .sx{color:#d14}.highlight .sr{color:#009926}.highlight .s1{color:#d14}.highlight .ss{color:#990073}.highlight .s{color:#d14}.highlight .na{color:#008080}.highlight .bp{color:#999999}.highlight .nb{color:#0086B3}.highlight .nc{color:#445588;font-weight:bold}.highlight .no{color:#008080}.highlight .nd{color:#3c5d5d;font-weight:bold}.highlight .ni{color:#800080}.highlight .ne{color:#990000;font-weight:bold}.highlight .nf{color:#990000;font-weight:bold}.highlight .nl{color:#990000;font-weight:bold}.highlight .nn{color:#555555}.highlight .nt{color:#000080}.highlight .vc{color:#008080}.highlight .vg{color:#008080}.highlight .vi{color:#008080}.highlight .nv{color:#008080}.highlight .ow{color:#000000;font-weight:bold}.highlight .o{color:#000000;font-weight:bold}.highlight .w{color:#bbbbbb}.highlight{background-color:#f8f8f8}.hero{margin:3.75rem auto 0;min-height:16.25rem;width:100%;position:relative;background-color:#dde5ea;background-repeat:no-repeat;background-position:50%;background-size:cover}@media only screen and (min-width: 62em){.hero{margin:0 auto;height:36em}}.hero::before{position:absolute;display:block;content:"";top:0;left:0;width:100%;height:100%;background:rgba(52,56,81,0.8)}.hero--small{margin:3.75rem auto 0;min-height:8.75rem;width:100%;position:relative;background-color:#313237}@media only screen and (min-width: 62em){.hero--small{height:12.5em}}.hero--small::before{position:absolute;display:block;content:"";top:0;left:0;width:100%;height:100%;background:rgba(52,56,81,0.8)}.hero__wrap{position:absolute;margin:auto;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);text-align:center;color:rgba(255,255,255,0.8);width:100%;max-width:90%;z-index:1}@media only screen and (min-width: 48em){.hero__wrap{max-width:40em}}.hero__wrap .hero__title{font-size:1.8em;color:#fff}@media only screen and (min-width: 48em){.hero__wrap .hero__title{padding:1rem 0;font-size:2.625em;line-height:3.125rem}}.page-content{max-width:52.5rem;margin:0 auto;padding:2.5em 0}@media only screen and (min-width: 48em){.page-content{padding:3.75rem 0}}.blog{background-color:#f9f9f9}.post-list{padding-top:2.5em;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}@media only screen and (min-width: 48em){.post-list{padding-top:5em}}.post-content{max-width:52.5rem;margin:0 auto;padding-top:2.5em}@media only screen and (min-width: 48em){.post-content{padding-top:5em}}.comments{padding:50px 0;background-color:#fafafa}.controls__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:1.375rem 0 1.25rem;border-top:1px solid #ededed}.controls__inner .prev{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;text-align:left}.controls__inner .next{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;text-align:right}.controls__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.controls__item span{font-size:0.875rem;color:#838c8d}.controls__item a{color:#313237;font-weight:bold;border-bottom:0}.controls__item a svg{-webkit-transition:all .2s linear;transition:all .2s linear}.controls__item a:hover{color:#277cea;border-bottom:0}.controls__item a:hover svg{fill:#277cea}
59+
60+
/* estilo para el PROXIMAMENTE */
61+
.example {
62+
position: relative;
63+
padding: 0;
64+
width: 100%;
65+
display: block;
66+
overflow: hidden;
67+
}
68+
.content {
69+
opacity: 0;
70+
font-size: 35px;
71+
position: absolute;
72+
top: 0;
73+
left: 0;
74+
color: #1c87c9;
75+
background-color: rgba(200, 200, 200, 0.5);
76+
width: 100%;
77+
height: 100%;
78+
-webkit-transition: all 400ms ease-out;
79+
-moz-transition: all 400ms ease-out;
80+
-o-transition: all 400ms ease-out;
81+
-ms-transition: all 400ms ease-out;
82+
transition: all 400ms ease-out;
83+
text-align: center;
84+
}
85+
.example .content:hover {
86+
opacity: 1;
87+
}
88+
.example .content .text {
89+
height: 0;
90+
opacity: 1;
91+
transition-delay: 0s;
92+
transition-duration: 0.4s;
93+
}
94+
.example .content:hover .text {
95+
opacity: 1;
96+
transform: translateY(250px);
97+
-webkit-transform: translateY(250px);
98+
}
99+
/* estilo para el PROXIMAMENTE */

_sass/components/_card.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,12 @@
7272
}
7373
}
7474

75+
.post-card img {
76+
display: block;
77+
margin-left: auto;
78+
margin-right: auto;
79+
}
80+
7581
.post-card__thumb {
7682
margin: 0;
7783
background: $bg-color;

_sass/components/_dropdown.scss

Lines changed: 97 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,97 @@
1+
/* estilo para el DROPDOWN */
2+
.caret {
3+
display: inline-block;
4+
width: 0;
5+
height: 0;
6+
margin-left: 2px;
7+
vertical-align: middle;
8+
border-top: 4px dashed;
9+
border-top: 4px solid \9;
10+
border-right: 4px solid transparent;
11+
border-left: 4px solid transparent;
12+
}
13+
14+
.dropdown {
15+
position: relative;
16+
display: inline-block;
17+
}
18+
19+
.dropdown-content {
20+
position: absolute;
21+
top: 100%;
22+
left: 0;
23+
z-index: 1000;
24+
display: none;
25+
float: left;
26+
min-width: 160px;
27+
padding: 5px 0;
28+
margin: 2px 0 0;
29+
font-size: 14px;
30+
text-align: left;
31+
list-style: none;
32+
background-color: #ffffff;
33+
-webkit-background-clip: padding-box;
34+
background-clip: padding-box;
35+
border: 1px solid #cccccc;
36+
border: 1px solid rgba(0, 0, 0, 0.15);
37+
border-radius: 4px;
38+
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
39+
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
40+
}
41+
42+
.dropdown:hover .dropdown-content {
43+
display: block;
44+
}
45+
.dropdown-item{
46+
display:block;
47+
width:100%;
48+
padding:.25rem 1.5rem;
49+
clear:both;
50+
font-weight:400;
51+
color:#212529;
52+
text-align:inherit;
53+
white-space:nowrap;
54+
background-color:transparent;border:0}
55+
.dropdown-item:hover{color:#0f4c9c}
56+
57+
.dropdown__link{
58+
color:#343851;
59+
position:relative;
60+
padding:.938rem 1rem;
61+
border:0;
62+
height:100%}
63+
.dropdown__link:hover{color:#0f4c9c}
64+
65+
/* añadir desplegable al header */
66+
.header__dropdown {
67+
position: relative;
68+
display: inline-block;
69+
70+
.header__dropdown-menu {
71+
display: none;
72+
position: absolute;
73+
top: 100%;
74+
left: 0;
75+
background: white;
76+
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
77+
z-index: 1000;
78+
min-width: 150px;
79+
80+
a {
81+
display: block;
82+
padding: 10px;
83+
color: black;
84+
text-decoration: none;
85+
}
86+
87+
a:hover {
88+
background-color: #f0f0f0;
89+
}
90+
}
91+
92+
&:hover .header__dropdown-menu {
93+
display: block;
94+
}
95+
}
96+
97+
/* estilo para el DROPDOWN */

_sass/jekyll-sleek.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
@import
2626
"components/btn",
2727
"components/card",
28+
"components/dropdown",
2829
"components/label",
2930
"components/pagination",
3031
"components/form",

0 commit comments

Comments
 (0)