1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-08-09 15:35:25 +02:00
This commit is contained in:
Tanya Fomina 2022-05-18 15:27:54 +08:00
parent 26606d90bc
commit 83e62e3aa8
4 changed files with 1 additions and 22 deletions

View file

@ -1,5 +1,5 @@
.docs-button {
display: flex;
display: inline-flex;
align-items: center;
height: var(--height);
padding-left: 12px;

View file

@ -42,7 +42,6 @@
&-button {
margin-left: 20px;
display: inline-block;
text-decoration: none;
}
}

View file

@ -3,7 +3,6 @@
--color-text-second: #5d6068;
--color-line-gray: #E8E8EB;
--color-link-active: #2071cc;
--color-button-danger: #ff5159;
--color-bg-light: #f8f7fa;
--color-page-active: #ff1767;
@ -60,15 +59,6 @@
}
}
--button-danger {
background: var(--color-button-danger);
color: #fff;
box-shadow: none;
&:hover {
background: color-mod(var(--color-button-danger) blackness(+10%));
}
}
--button-primary {
background: var(--color-link-active);

View file

@ -1,10 +0,0 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_158_570)">
<path d="M15.4165 6.74985C15.5697 6.59664 15.7516 6.47511 15.9518 6.39219C16.152 6.30928 16.3665 6.2666 16.5832 6.2666C16.7998 6.2666 17.0144 6.30928 17.2146 6.39219C17.4147 6.47511 17.5966 6.59664 17.7498 6.74985C17.903 6.90306 18.0246 7.08494 18.1075 7.28512C18.1904 7.4853 18.2331 7.69985 18.2331 7.91652C18.2331 8.13319 18.1904 8.34774 18.1075 8.54791C18.0246 8.74809 17.903 8.92998 17.7498 9.08318L9.87484 16.9582L6.6665 17.8332L7.5415 14.6249L15.4165 6.74985Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</g>
<defs>
<clipPath id="clip0_158_570">
<rect width="14" height="14" fill="currentColor" transform="translate(5.5 5)"/>
</clipPath>
</defs>
</svg>

Before

Width:  |  Height:  |  Size: 836 B