diff --git a/css/contrastDetails.css b/css/contrastDetails.css index d12b81f..1814353 100644 --- a/css/contrastDetails.css +++ b/css/contrastDetails.css @@ -25,10 +25,10 @@ text-align: center; } .top-hand .top-right .manage-btn .icon { + height: 20px; margin-right: 6px; } .top-hand .top-right .manage-btn .line { - margin: 0 20px; color: #d7d7d7; } .top-hand .top-right .save-btn { @@ -37,6 +37,8 @@ background-color: #f95d5d; border: 1px #ea6767; border-radius: 158px; + font-size: 15px; + color: #FFFFFF; } .top-hand .top-right .save-btn .icon { width: 24px; diff --git a/css/contrastDetails.less b/css/contrastDetails.less index e264a7f..befbff5 100644 --- a/css/contrastDetails.less +++ b/css/contrastDetails.less @@ -28,11 +28,12 @@ text-align: center; .icon { + height: 20px; margin-right: 6px; } .line { - margin: 0 20px; + // margin: 0 20px; color: #d7d7d7; } } @@ -42,6 +43,8 @@ background-color: rgba(249, 93, 93, 1); border: 1px rgba(234, 103, 103, 1); border-radius: 158px; + font-size: 15px; + color: #FFFFFF; .icon { width: 24px; height: 24px;