github.com/billybanfield/evergreen@v0.0.0-20170525200750-eeee692790f7/public/static/less/distros.less (about) 1 .distro-label { 2 padding-top: 20px; 3 } 4 5 .distro-menu-title { 6 text-transform: capitalize; 7 font-weight: bold; 8 } 9 10 .distro-table-scroll { 11 max-height: 440px; 12 overflow-y: auto; 13 } 14 15 .distro-menu-item{ 16 text-transform: uppercase; 17 font-weight: normal; 18 } 19 20 .distro-checkbox { 21 font-weight: bold; 22 } 23 24 .distro-table { 25 margin-bottom: 0px; 26 } 27 28 .distro-error { 29 color: red; 30 font-size: 12px; 31 margin-top: 10px; 32 margin-left: 10px; 33 font-weight: bold; 34 } 35 36 .distro-trash-icon { 37 cursor: pointer; 38 float: absolute; 39 margin-top: 2px; 40 margin-right: 10px; 41 } 42