mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-11 17:29:50 -04:00
parent
2f15e9c34d
commit
43b35e56a9
@ -4,7 +4,7 @@
|
||||
{{- $text := .text | default "" }}
|
||||
{{- $class := .class | default "mt-6 mb-8" }}
|
||||
<div
|
||||
class="border-l-4 overflow-x-auto border-{{ $color }}-400 bg-{{ $color }}-50 dark:bg-{{ $color }}-950 border-1 border-{{ $color }}-100 dark:border-{{ $color }}-900 p-4 {{ $class }}">
|
||||
class="border-l-4 overflow-x-auto border-{{ $color }}-400 bg-{{ $color }}-50 dark:bg-{{ $color }}-800 border-1 dark:border-{{ $color }}-700 p-4 {{ $class }}">
|
||||
<div class="flex">
|
||||
<div class="shrink-0">
|
||||
<svg class="fill-{{ $color }}-500 dark:fill-{{ $color }}-400 h-7 w-7">
|
||||
|
@ -7,6 +7,5 @@
|
||||
"color" "orange"
|
||||
"icon" "information-circle"
|
||||
"text" ($text | $.Page.RenderString )
|
||||
"title" ""
|
||||
"class" "text-black")
|
||||
"title" "")
|
||||
}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user