5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-17 22:16:21 +00:00

feat: agregado enlace a listas de bloquedo y quitado estilo en css

This commit is contained in:
jazzari 2024-02-23 13:52:31 -03:00
parent af1afe8f50
commit 2f19aae793
3 changed files with 6 additions and 7 deletions

View file

@ -582,8 +582,3 @@ $bezier: cubic-bezier(0.75, 0, 0.25, 1);
}
}
}
hr {
border-bottom: 1px solid #dee2e6;
}

View file

@ -2,5 +2,7 @@
.card.mt-3.mb-3
.card-body
.d-flex.flex-row
= render 'components/checkbox', id: blocklist["id"] do
%span.h4= blocklist["title"]
= render 'components/checkbox', id: blocklist['id'] do
-#%span.h4= blocklist["title"]
%h4
%a{ href: blocklist['link'] }= blocklist['title']

View file

@ -1,5 +1,7 @@
---
- id: gardenfence
title: Gardenfence
link: 'https://gardenfence.github.io/'
- id: lista
title: Lista
link: '#'