Update dependencies
This commit is contained in:
parent
1f1687ab3f
commit
fdcb8ea68f
@ -23,7 +23,7 @@ after_script:
|
|||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
- stage: "Deploy Documentation"
|
- stage: "Deploy Documentation"
|
||||||
php: "7.2"
|
php: "7.3"
|
||||||
script: skip
|
script: skip
|
||||||
before_deploy:
|
before_deploy:
|
||||||
- composer install
|
- composer install
|
||||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -144,6 +144,8 @@ Components
|
|||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* stylelint-disable-next-line selector-class-pattern */
|
||||||
.no-js .CodeToggler {
|
.no-js .CodeToggler {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
@ -199,6 +201,7 @@ Components
|
|||||||
.Nav .Nav {
|
.Nav .Nav {
|
||||||
margin-left: 15px;
|
margin-left: 15px;
|
||||||
|
|
||||||
|
/* stylelint-disable-next-line selector-class-pattern */
|
||||||
html:not(.no-js) & {
|
html:not(.no-js) & {
|
||||||
height: 0;
|
height: 0;
|
||||||
transition: height 400ms ease-in-out;
|
transition: height 400ms ease-in-out;
|
||||||
|
@ -43,6 +43,7 @@ body {
|
|||||||
|
|
||||||
@media (max-width: 768px) {
|
@media (max-width: 768px) {
|
||||||
// mobile friendly sub-nav
|
// mobile friendly sub-nav
|
||||||
|
/* stylelint-disable-next-line selector-class-pattern */
|
||||||
html:not(.no-js) .Collapsible__content {
|
html:not(.no-js) .Collapsible__content {
|
||||||
height: 0;
|
height: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
Loading…
Reference in New Issue
Block a user