Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions src/components/ChosenArrow/styles.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
bottom: -1px;
left: 0;
z-index: 1;
-webkit-transition: -webkit-transform 0.5s;
transition: transform 0.5s;
-webkit-transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);
transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);

svg {
display: block;
Expand Down
4 changes: 0 additions & 4 deletions src/components/IconSelect/styles.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,4 @@
height: 3px;
border-radius: 1.5px;
background: $turquoise;
-webkit-transition: -webkit-transform 0.5s;
transition: transform 0.5s;
-webkit-transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);
transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);
}
1 change: 0 additions & 1 deletion src/components/TopNav/PrimaryNav.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@
margin-right: auto;
width: auto;
opacity: 1;
transition: opacity 400ms ease-in 100ms;

@include hide-mobile;
}
Expand Down