aboutsummaryrefslogtreecommitdiffstats
path: root/packages/react-docs-example/less/all.less
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-08-24 01:12:39 +0800
committerGitHub <noreply@github.com>2018-08-24 01:12:39 +0800
commit6e27324a341801e1a2d8d6989d749dfe021ae39b (patch)
tree32b2e1d93958905f7e4d0529e4fbead4206275ab /packages/react-docs-example/less/all.less
parentb013cf2e145825a9e250c61bc77825384b2af69e (diff)
parent8eb4b6f91791313dc02865a9dd3324cce646d537 (diff)
downloaddexon-0x-contracts-6e27324a341801e1a2d8d6989d749dfe021ae39b.tar.gz
dexon-0x-contracts-6e27324a341801e1a2d8d6989d749dfe021ae39b.tar.zst
dexon-0x-contracts-6e27324a341801e1a2d8d6989d749dfe021ae39b.zip
Merge pull request #924 from 0xProject/wrap-typedoc
Improved Docs & Removed monorepo-scripts from packages
Diffstat (limited to 'packages/react-docs-example/less/all.less')
-rw-r--r--packages/react-docs-example/less/all.less41
1 files changed, 0 insertions, 41 deletions
diff --git a/packages/react-docs-example/less/all.less b/packages/react-docs-example/less/all.less
deleted file mode 100644
index 8e891946d..000000000
--- a/packages/react-docs-example/less/all.less
+++ /dev/null
@@ -1,41 +0,0 @@
-/*
- * Adds always visible scrollbars on OSX so that user knows the content is scrollable
- * Source: https://davidwalsh.name/osx-overflow
- */
-::-webkit-scrollbar {
- -webkit-appearance: none;
- width: 4px;
- height: 2px;
-}
-::-webkit-scrollbar-thumb {
- border-radius: 4px;
- background-color: rgba(0, 0, 0, 0.5);
- -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
-}
-
-#documentation {
- p {
- line-height: 1.5;
- }
-
- a {
- color: #1d5cde; // linkBlue
- }
-
- .comment {
- p {
- margin: 0px;
- }
- }
-
- .typeTooltip {
- border: 1px solid lightgray;
- opacity: 1;
- }
-}
-
-code {
- border: 1px solid #e3eefe;
- font-family: 'Roboto Mono';
- background-color: #f2f6ff !important; // lightBlue
-}