decred.org/dcrdex@v1.0.5/client/webserver/site/src/css/order.scss (about) 1 div.order-datum { 2 display: flex; 3 flex-direction: column; 4 align-items: stretch; 5 justify-content: start; 6 text-align: center; 7 font-size: 15px; 8 9 div:first-child { 10 font-family: $demi-sans; 11 background-color: var(--tertiary-bg); 12 } 13 } 14 15 div.match-header { 16 background-color: var(--tertiary-bg); 17 } 18 19 div.match-card { 20 display: flex; 21 flex-direction: column; 22 align-items: stretch; 23 font-size: 14px; 24 } 25 26 .match-data-label { 27 opacity: 0.5; 28 font-family: $demi-sans; 29 } 30 31 #accelerateForm { 32 width: 500px; 33 }