github.com/outbrain/consul@v1.4.5/website/source/assets/stylesheets/_downloads.scss (about) 1 body.layout-downloads { 2 #inner { 3 .downloads { 4 margin-top: 20px; 5 6 .description { 7 margin-bottom: 20px; 8 } 9 10 .download { 11 align-items: center; 12 border-bottom: 1px solid #b2b2b2; 13 display: flex; 14 padding: 15px; 15 16 .details { 17 padding-left: 20px; 18 19 h2 { 20 margin-top: 4px; 21 border: none; 22 } 23 24 ul { 25 padding-left: 0px; 26 margin: -8px 0 0 0; 27 } 28 29 li { 30 display: inline-block; 31 32 &:after { 33 content: " | "; 34 } 35 36 &:last-child:after { 37 content: ""; 38 } 39 } 40 } 41 42 .icon { 43 svg { 44 width: 75px; 45 } 46 } 47 48 .os-name { 49 font-size: 40px; 50 margin-bottom: -3px; 51 } 52 } 53 54 .poweredby { 55 margin-top: 20px; 56 text-align: center; 57 } 58 } 59 } 60 }