api-console-assets
Version:
This repo only exists to publish api console components to npm
14 lines (13 loc) • 325 B
HTML
<link rel="import" href="../../polymer/polymer.html">
<link rel="import" href="../../paper-styles/typography.html">
<dom-module id="ambiance-mobile">
<template>
<style>
.cm-s-ambiance.CodeMirror {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
</style>
</template>
</dom-module>