github.com/shyftnetwork/go-empyrean@v1.8.3-0.20191127201940-fbfca9338f04/shyftBlockExplorerUI/src/components/home/home.css (about) 1 .Home{ 2 margin-top: 10%; 3 text-align: center; 4 margin-left: 12%; 5 width: 75%; 6 height: 350px; 7 box-sizing: border-box; 8 align-content: center; 9 box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08); 10 } 11 12 .Greeting { 13 padding-top: 5%; 14 padding-bottom: 5%; 15 display: block; 16 } 17 18 .Transactions { 19 display: inline-block; 20 font-size: 1rem; 21 margin-right: 5px; 22 } 23 24 .BlockButton { 25 background-color: darkorange; 26 border-color: darkorange; 27 } 28 29 .Blocks { 30 display: inline-block; 31 font-size: 1rem; 32 margin-right: 5px; 33 } 34 35 .Accounts { 36 display: inline-block; 37 font-size: 1rem; 38 } 39 40 .AccountButton { 41 background-color: forestgreen; 42 border-color: forestgreen; 43 }