|
@@ -118,3 +118,24 @@ input:-webkit-autofill:active {
|
|
|
::ng-deep .ant-checkbox-wrapper:hover .ant-checkbox-inner {
|
|
|
border-color: #c6233f;
|
|
|
}
|
|
|
+
|
|
|
+::ng-deep .authing-ant-btn-primary {
|
|
|
+ background: #C6233F !important;
|
|
|
+border-color: #C6233F !important;
|
|
|
+}
|
|
|
+::ng-deep [class*=authing-].authing-ant-tabs-tab.authing-ant-tabs-tab-active .authing-ant-tabs-tab-btn{
|
|
|
+color: #C6233F !important;
|
|
|
+}
|
|
|
+::ng-deep .authing-ant-tabs-ink-bar{
|
|
|
+ background: #C6233F !important;
|
|
|
+}
|
|
|
+::ng-deep .g2-tips-line .link-like{
|
|
|
+color: #C6233F !important;
|
|
|
+}
|
|
|
+::ng-deep .authing-g2-input:focus{
|
|
|
+border-color: #C6233F !important;
|
|
|
+}
|
|
|
+::ng-deep .authing-ant-input-affix-wrapper-focused, .authing-ant-input-affix-wrapper:focus{
|
|
|
+border-color: #C6233F !important;
|
|
|
+
|
|
|
+}
|