.App { padding-top: 10px; } .App .thirdParty { padding: 20px; } .App .projectType { display: flex; flex-flow: row nowrap; border-bottom: 1px #000000 dashed; padding-left: 20px; } .App .projectType .typeTitle { display: flex; flex-flow: row nowrap; align-items: center; padding-right: 15px; } .App .projectType .typeTitle .required { color: #F00; } .App .projectType .tipsText { color: #F00; }