-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Crystal Ngai
committed
Mar 1, 2021
1 parent
f2490de
commit e72e611
Showing
21 changed files
with
256 additions
and
290 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
.year-input-group { | ||
display: flex; | ||
div { | ||
margin-right: var(--space-s) | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
.language-accordion { | ||
|
||
.accordion { | ||
background-color: var(--ui-white); | ||
} | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
.search-result { | ||
@include space-stack-m | ||
} | ||
|
||
.editions-link { | ||
margin-left: var(--space-m) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
.sort-form { | ||
fieldset { | ||
border: none; | ||
display: flex; | ||
align-items: center; | ||
flex-direction: column; | ||
|
||
@media (min-width: $breakpoint-medium) { | ||
flex-direction: row; | ||
} | ||
|
||
label { | ||
@include space-inset-s; | ||
flex: 1 0 auto; | ||
} | ||
input { | ||
@include space-inset-s; | ||
|
||
flex: 0 1 auto; | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
.search-header-container { | ||
@include breakout; | ||
background-color: var(--section-research-primary); | ||
} | ||
.search-header { | ||
@include wrapper; | ||
@include space-stack-l; | ||
|
||
display: flex; | ||
flex-flow: column; | ||
align-items: center; | ||
|
||
@media (min-width: $breakpoint-medium) { | ||
flex-flow: row; | ||
align-items: flex-end; | ||
} | ||
|
||
& > div { | ||
@include space-stack-m; | ||
flex: 1 1 auto; | ||
} | ||
|
||
h1 { | ||
color: var(--ui-white); | ||
@media (min-width: #{$breakpoint-medium}) { | ||
max-width: 300px; | ||
} | ||
|
||
} | ||
.link { | ||
@include space-stack-m; | ||
|
||
} | ||
|
||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.