Created
August 8, 2017 17:00
-
-
Save jarrodek/f721d14904ef9aa37fd3ea3e3ded5877 to your computer and use it in GitHub Desktop.
API console styles example
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
<style is="custom-style"> | |
:root { | |
--arc-color-primary: pink; /* overrides: --primary-color: var(--arc-color-primary, #00a2df); */ | |
--arc-font-family: Verdana; /* overrides: --arc-font-common-base and therefore all fonts definitions */ | |
--arc-request-panel: { | |
/* Applied to whole reqiuest panel, after applying default styling that can be changed here */ | |
margin-bottom: 120px; | |
} | |
/* and so on with other styles */ | |
} | |
</style> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment