Skip to content

Instantly share code, notes, and snippets.

@joshhunt
Created August 26, 2019 17:50
Show Gist options
  • Save joshhunt/d2efc72f133e448b0c67a93bb1bde36d to your computer and use it in GitHub Desktop.
Save joshhunt/d2efc72f133e448b0c67a93bb1bde36d to your computer and use it in GitHub Desktop.
body {
margin: 0;
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}
code {
font-family: source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace
}
.App_header__2L3DO {
display: flex;
background: #34495e;
padding: 20px
}
.App_logo__2qPv- {
background: #1abc9c;
color: #34495e;
font-style: cursive
}
.App_input__13lVr {
flex: 1 1 100%
}
.App_button__z3Rot {
background: #f1c40f;
color: #34495e
}
.App_button__z3Rot:hover {
background: #3498db
}
.other_bigButton__3J8Z5 {
font-size: 20px
}
/*# sourceMappingURL=main.0fcd9e04.chunk.css.map */
body {
margin: 0;
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}
code {
font-family: source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace
}
.App_header__2L3DO {
background: #34495e
}
.App_logo__2qPv- {
background: #1abc9c;
color: #34495e
}
.App_button__z3Rot {
color: #34495e
}
.App_button__z3Rot:hover {
background: #3498db
}
$bg:#34495e;$textColor:#ecf0f1;$brand:#1abc9c;.App_header__2L3DO {
display: flex;
background: $bg;
padding: 20px
}
.App_logo__2qPv- {
background: $brand;
color: $bg;
font-style: cursive
}
.App_input__13lVr {
flex: 1 1 100%
}
.App_button__z3Rot {
background: #f1c40f;
color: $bg;
&:hover {
background: #3498db
}
}
.other_bigButton__3J8Z5 {
font-size: 20px
}
/*# sourceMappingURL=main.b92231ea.chunk.css.map */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment