mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-17 20:36:21 +00:00
feat: agregado enlace a listas de bloquedo y quitado estilo en css
This commit is contained in:
parent
af1afe8f50
commit
2f19aae793
3 changed files with 6 additions and 7 deletions
|
@ -582,8 +582,3 @@ $bezier: cubic-bezier(0.75, 0, 0.25, 1);
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
hr {
|
||||
border-bottom: 1px solid #dee2e6;
|
||||
}
|
|
@ -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']
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
---
|
||||
- id: gardenfence
|
||||
title: Gardenfence
|
||||
link: 'https://gardenfence.github.io/'
|
||||
- id: lista
|
||||
title: Lista
|
||||
link: '#'
|
||||
|
|
Loading…
Reference in a new issue