Commit 6dd3d393 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Añade estilo para TagList, ajusta botones de list

Implementa estilo para el nuevo componente TagList.

Fija ancho mínimo de botones de cada fila de los listados.
parent d2a7fbd7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -258,6 +258,7 @@
						flex-direction row
						margin 0
						padding .2rem
						min-width 1.8rem
//					> i
//					> div
//					> a i
+15 −0
Original line number Diff line number Diff line
@@ -534,6 +534,7 @@ body.uncollapsedSidebar
			color $blue

.legendContainer
.tagListBottomContentContainer
	@extend .imageContainer
	background none
	border-top 1px solid $gray
@@ -683,3 +684,17 @@ body.uncollapsedSidebar
		align-items center
		padding 0 4px
		justify-content space-between

.tagListContainer
	display flex
	flex-wrap wrap

	.tagListItem
		border 1px solid $white
		border-radius 1rem
		padding .2rem 1rem
		margin .3rem
		cursor pointer

		&:hover
			background-color $blue