]> git.openstreetmap.org Git - rails.git/blob - vendor/assets/iD/iD/traffico/stylesheets/examples.css
Merge remote-tracking branch 'openstreetmap/pull/954'
[rails.git] / vendor / assets / iD / iD / traffico / stylesheets / examples.css
1 .examples-container {
2   max-width: 1200px;
3   margin: 0 auto; }
4
5 .examples h2 {
6   background: none repeat scroll 0 0 #35af6d;
7   color: #ffffff;
8   padding: 0.5em 1em; }
9
10 .examples h3 {
11   color: #35af6d; }
12
13 .examples .t {
14   font-size: 75px;
15   margin: .1em; }
16   .examples .t i:first-child {
17     text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
18     transition: 1s ease text-shadow; }
19
20 .examples .signContainer {
21   display: inline-block;
22   padding: .5em .5em 1.5em; }
23   .examples .signContainer .label {
24     position: absolute;
25     display: none; }
26   .examples .signContainer:hover .t i:first-child {
27     text-shadow: none; }
28   .examples .signContainer:hover .label {
29     display: block; }
30
31 .examples .categoryContainer {
32   padding: 0 10px; }