mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-08-07 22:45:23 +02:00
Remove --color-gray-border var
This commit is contained in:
parent
b48b907899
commit
5faa2274a7
3 changed files with 3 additions and 4 deletions
2
public/dist/main.css
vendored
2
public/dist/main.css
vendored
File diff suppressed because one or more lines are too long
|
@ -142,14 +142,14 @@
|
||||||
|
|
||||||
&--bordered {
|
&--bordered {
|
||||||
img {
|
img {
|
||||||
border: 3px solid var(--color-gray-border);
|
border: 3px solid var(--color-line-gray);
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&--with-background {
|
&--with-background {
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
background: var(--color-gray-border);
|
background: var(--color-line-gray);
|
||||||
|
|
||||||
img {
|
img {
|
||||||
max-width: 60%;
|
max-width: 60%;
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
--color-line-gray: #E8E8EB;
|
--color-line-gray: #E8E8EB;
|
||||||
--color-link-active: #388AE5;
|
--color-link-active: #388AE5;
|
||||||
--color-button-danger: #ff1629;
|
--color-button-danger: #ff1629;
|
||||||
--color-gray-border: rgba(var(--color-line-gray), 0.48);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Site layout sizes
|
* Site layout sizes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue