diff options
Diffstat (limited to 'packages/instant/public/external.css')
-rw-r--r-- | packages/instant/public/external.css | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/packages/instant/public/external.css b/packages/instant/public/external.css deleted file mode 100644 index 21278577e..000000000 --- a/packages/instant/public/external.css +++ /dev/null @@ -1,29 +0,0 @@ -/* - CSS file meant to represent an external (integrators) stylesheet and - help ensure that instant looks consistent across environments. -*/ - -button { - font-size: 50px; - height: 200px; - background-color: red; -} - -input { - padding: 100px; - font-size: 50px; - height: 100px; -} - -input::-webkit-input-placeholder { - color: #b4b4b4 !important; -} - -div { - padding: 3px; -} - -p { - background-color: green; - margin: 10px; -} |