github.com/bitcubate/cryptojournal@v1.2.5-0.20171102134152-f578b3d788ab/src/stories/assets/styles/poll.css (about) 1 .poll { 2 list-style:none; 3 } 4 5 .poll li { 6 color:#fff; 7 background-color: #05afe7; 8 padding:0.5rem 1rem ; 9 border-radius:0.4rem; 10 position:relative; 11 min-width:3rem; 12 } 13 14 .poll li.width_100 { 15 width:100%; 16 } 17 .poll li.width_90 { 18 width:90%; 19 } 20 .poll li.width_80 { 21 width:80%; 22 } 23 .poll li.width_70 { 24 width:70%; 25 } 26 .poll li.width_60 { 27 width:60%; 28 } 29 .poll li.width_50 { 30 width:50%; 31 } 32 .poll li.width_40 { 33 width:40%; 34 } 35 .poll li.width_30 { 36 width:30%; 37 } 38 .poll li.width_25 { 39 width:25%; 40 } 41 .poll li.width_20 { 42 width:20%; 43 } 44 .poll li.width_15 { 45 width:15%; 46 } 47 .poll li.width_10 { 48 width:10%; 49 } 50 .poll li.width_5 { 51 width:5%; 52 } 53 .poll li.width_2 { 54 width:2%; 55 } 56 57 58 @media (min-width: 770px) { 59 .poll li .small { 60 position:absolute; 61 top:0.5rem; 62 left:120%; 63 color:#444; 64 } 65 } 66 67 68