mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2026-03-11 08:54:41 +00:00
Add second quote icon
This commit is contained in:
parent
0a70e8d870
commit
01ddf6feba
1 changed files with 16 additions and 0 deletions
|
|
@ -820,3 +820,19 @@ path[d="M20.71 7.04c.39-.39.39-1.04 0-1.41l-2.34-2.34c-.37-.39-1.02-.39-1.41 0l-
|
|||
font-size: 0.7em !important;
|
||||
font-weight: 400 !important;
|
||||
}
|
||||
|
||||
.toolbox-quote.quote>.admonition-title.toolbox-quote::before {
|
||||
transform: rotate(180deg);
|
||||
}
|
||||
.toolbox-quote .admonition-title.toolbox-quote::after {
|
||||
background-color: #9e9e9e;
|
||||
mask-image: var(--md-admonition-icon--quote);
|
||||
content: "";
|
||||
height: 1rem;
|
||||
mask-position: center;
|
||||
mask-repeat: no-repeat;
|
||||
mask-size: contain;
|
||||
position: absolute;
|
||||
bottom: .75em;
|
||||
width: 2rem;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue