We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1850120 commit 4bfd598Copy full SHA for 4bfd598
2 files changed
client/src/scripts/move/toSendSection.js
@@ -1,4 +1,5 @@
1
import { moveToSection } from './moveMentAnimation'
2
+import { hideMenu } from '../burger'
3
4
export const applications = document.querySelectorAll('[data-form=application]')
5
@@ -18,6 +19,7 @@ export const moveToSendSection = e => {
18
19
20
if (target === btn) {
21
moveToSection(href)
22
+ hideMenu()
23
}
24
25
e.preventDefault()
client/src/styles/components/_loader.scss
@@ -11,7 +11,7 @@ $maxHeight: 30px;
11
left: 0;
12
z-index: 5;
13
@include flex(center, center);
14
- background-color: $backgroundSecondaryColor;
+ background-color: $transparentBackgroundPrimaryColor;
15
opacity: 0;
16
visibility: hidden;
17
transition: $longDelay;
0 commit comments