mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-08-08 23:15:28 +02:00
few merge changes
This commit is contained in:
parent
fc00919426
commit
a20ddc6acf
2 changed files with 4 additions and 17 deletions
|
@ -7,7 +7,6 @@
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
position: relative;
|
position: relative;
|
||||||
line-height: 24px;
|
|
||||||
|
|
||||||
@media (--mobile) {
|
@media (--mobile) {
|
||||||
line-height: 40px;
|
line-height: 40px;
|
||||||
|
@ -31,7 +30,7 @@
|
||||||
padding: 4px 10px;
|
padding: 4px 10px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
transition: background-color .13s;
|
transition: background-color 0.13s;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: var(--color-link-hover);
|
background-color: var(--color-link-hover);
|
||||||
|
|
|
@ -8,6 +8,9 @@
|
||||||
|
|
||||||
&__aside {
|
&__aside {
|
||||||
width: var(--layout-width-aside);
|
width: var(--layout-width-aside);
|
||||||
|
padding: var(--layout-padding-vertical) 22px;
|
||||||
|
border-right: solid 1px red;
|
||||||
|
height: 100%;
|
||||||
|
|
||||||
@media (--mobile) {
|
@media (--mobile) {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -41,19 +44,4 @@
|
||||||
padding: 20px 0;
|
padding: 20px 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&__aside {
|
|
||||||
width: var(--layout-width-aside);
|
|
||||||
padding: var(--layout-padding-vertical) 22px;
|
|
||||||
border-right: solid 1px red;
|
|
||||||
height: 100%;
|
|
||||||
|
|
||||||
@media (--mobile) {
|
|
||||||
width: 100%;
|
|
||||||
flex-basis: 100%;
|
|
||||||
padding: 20px var(--layout-padding-horizontal) !important;
|
|
||||||
margin: 0 calc(-1 * var(--layout-padding-horizontal));
|
|
||||||
border-bottom: 1px solid var(--color-line-gray);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue