mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-04-20 20:21:54 +02:00
Update icons to use p-2
This commit is contained in:
parent
3a4e976273
commit
9993c53476
2 changed files with 5 additions and 5 deletions
|
@ -1550,10 +1550,6 @@ select {
|
|||
min-width: 1.8rem;
|
||||
}
|
||||
|
||||
.min-w-\[2\.4rem\] {
|
||||
min-width: 2.4rem;
|
||||
}
|
||||
|
||||
.min-w-\[220px\] {
|
||||
min-width: 220px;
|
||||
}
|
||||
|
@ -1870,6 +1866,10 @@ select {
|
|||
padding: 1rem;
|
||||
}
|
||||
|
||||
.p-2 {
|
||||
padding: 0.5rem;
|
||||
}
|
||||
|
||||
.p-1 {
|
||||
padding: 0.25rem;
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{{ $icon := resources.Get (print "icons/" . ".svg") }}
|
||||
{{ if $icon }}
|
||||
<span class="relative icon">
|
||||
<span class="relative icon p-2">
|
||||
{{ $icon.Content | safeHTML }}
|
||||
</span>
|
||||
{{ end }}
|
||||
|
|
Loading…
Add table
Reference in a new issue