Adjust Success Color
This commit is contained in:
parent
5def4051b5
commit
385cb71a42
@ -1,13 +1,23 @@
|
||||
\begin{InfoBox}
|
||||
\textbf{Hinweis:} Test
|
||||
% Nested InfoBox
|
||||
\textbf{Hinweis:} \lipsum[75]
|
||||
\begin{multicols}{2}
|
||||
\begin{InfoBox}
|
||||
\begin{CustomBox}{\faIcon{user-graduate}}{britishracinggreen}
|
||||
\textbf{Hinweis:} \lipsum[66]
|
||||
\end{InfoBox}
|
||||
\end{CustomBox}
|
||||
\begin{CustomBox}{\faIcon{chart-pie}}{britishracinggreen}
|
||||
\begin{tikzpicture}[scale=0.6]
|
||||
\pie [cloud, explode=0.1, text=legend, style=very thin] {
|
||||
10/A,
|
||||
20/B,
|
||||
30/C,
|
||||
40/D
|
||||
}
|
||||
\end{tikzpicture}
|
||||
\lipsum[66]
|
||||
\end{CustomBox}
|
||||
\columnbreak
|
||||
\begin{InfoBox}
|
||||
\textbf{Hinweis:} \lipsum[66]
|
||||
\textbf{Hinweis:} \lipsum[75]
|
||||
|
||||
% Nested UserBox
|
||||
\begin{CustomBox}{\faIcon{user}}{blue}
|
||||
|
||||
@ -150,6 +150,9 @@
|
||||
% To refer to page text area
|
||||
\usepackage{tikzpagenodes}
|
||||
|
||||
% Pie Chart
|
||||
\usepackage{pgf-pie}
|
||||
|
||||
% ==== /Imports ====
|
||||
|
||||
% Tool to import relative to current file using
|
||||
|
||||
@ -147,7 +147,7 @@
|
||||
icon.fontsize={24pt},
|
||||
icon.offset.x={0pt},
|
||||
icon.offset.y={0pt},
|
||||
background.color={orange}
|
||||
background.color={britishracinggreen}
|
||||
]{
|
||||
\let\impBODY\BODY
|
||||
\begin{ColoredBox}[#1]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user