X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/6837d7cdbaa6acc466910d54164fb66b8dd3fabf..727c1b059503543e58c74771e97c954659ebf49f:/vendor/assets/iD/iD/traffico/stylesheets/examples.css diff --git a/vendor/assets/iD/iD/traffico/stylesheets/examples.css b/vendor/assets/iD/iD/traffico/stylesheets/examples.css deleted file mode 100644 index 8a9b7762a..000000000 --- a/vendor/assets/iD/iD/traffico/stylesheets/examples.css +++ /dev/null @@ -1,32 +0,0 @@ -.examples-container { - max-width: 1200px; - margin: 0 auto; } - -.examples h2 { - background: none repeat scroll 0 0 #35af6d; - color: #ffffff; - padding: 0.5em 1em; } - -.examples h3 { - color: #35af6d; } - -.examples .t { - font-size: 75px; - margin: .1em; } - .examples .t i:first-child { - text-shadow: 0 0 3px rgba(0, 0, 0, 0.3); - transition: 1s ease text-shadow; } - -.examples .signContainer { - display: inline-block; - padding: .5em .5em 1.5em; } - .examples .signContainer .label { - position: absolute; - display: none; } - .examples .signContainer:hover .t i:first-child { - text-shadow: none; } - .examples .signContainer:hover .label { - display: block; } - -.examples .categoryContainer { - padding: 0 10px; }