Merge branch 'developers-challenge' into 'develop'
Developers: add challenge to become a developer See merge request soapbox-pub/soapbox-fe!973
This commit is contained in:
commit
af556d75b6
7 changed files with 22 additions and 0 deletions
BIN
app/soapbox/features/developers/developers_challenge.js
Normal file
BIN
app/soapbox/features/developers/developers_challenge.js
Normal file
Binary file not shown.
BIN
app/soapbox/features/developers/developers_menu.js
Normal file
BIN
app/soapbox/features/developers/developers_menu.js
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -31,6 +31,7 @@
|
||||||
@import 'navigation';
|
@import 'navigation';
|
||||||
@import 'placeholder';
|
@import 'placeholder';
|
||||||
@import 'autosuggest';
|
@import 'autosuggest';
|
||||||
|
@import 'developers';
|
||||||
|
|
||||||
// COMPONENTS
|
// COMPONENTS
|
||||||
@import 'components/buttons';
|
@import 'components/buttons';
|
||||||
|
|
21
app/styles/developers.scss
Normal file
21
app/styles/developers.scss
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
.developers-challenge {
|
||||||
|
.code {
|
||||||
|
font-family: 'Roboto Mono', monospace;
|
||||||
|
cursor: text;
|
||||||
|
background-color: var(--background-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
span.code {
|
||||||
|
padding: 2px 4px;
|
||||||
|
border-radius: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
pre.code {
|
||||||
|
line-height: 1.6em;
|
||||||
|
overflow-x: auto;
|
||||||
|
border-radius: 6px;
|
||||||
|
padding: 8px 12px;
|
||||||
|
margin: 20px 0;
|
||||||
|
word-break: break-all;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue