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:
Alex Gleason 2022-01-08 02:05:31 +00:00
commit af556d75b6
7 changed files with 22 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View file

@ -31,6 +31,7 @@
@import 'navigation';
@import 'placeholder';
@import 'autosuggest';
@import 'developers';
// COMPONENTS
@import 'components/buttons';

View 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;
}
}