diff --git a/src/forge/Main/Index.scss b/src/forge/Main/Index.scss
index f42bfce2f..e43a7d223 100644
--- a/src/forge/Main/Index.scss
+++ b/src/forge/Main/Index.scss
@@ -13,6 +13,19 @@
}
}
}
+.iconBtn{
+ color: #666;
+ i{
+ margin-right: 4px;
+ }
+ span{
+ margin-left: 4px;
+ color: #333;
+ }
+ &:hover span{
+ color: #466AFF;
+ }
+}
/* recommandProjects */
.recommandProjects.slick-slider{
width: 1230px;
@@ -129,28 +142,27 @@
}
}
.ant-btn-primary{
- width: 88px;
color: #fff;
background-color: #466AFF;
}
}
}
.addOptionBtn{
- height: 32px;
- line-height: 30px;
display: flex;
- border:1px solid #d9d9d9;
- border-radius: 2px;
a{
- padding:0px 13px;
- color: rgba(0, 0, 0, 0.65);
- cursor: pointer;
- }
- & > a:first-child{
- border-right: 1px solid #d9d9d9;
- }
- & > a:last-child{
- border-right: none;
+ color: #333!important;
+ font-weight: 500;
+ border-radius: 5px;
+ width: 83px;
+ height: 32px;
+ line-height: 30px;
+ background: #fff;
+ border: 1px solid #D0D0D0;
+ margin-right: 10px;
+ text-align: center;
+ &:hover,&:active{
+ background: #F3F4F6;
+ }
}
}
.infoCount{
diff --git a/src/forge/Main/list.scss b/src/forge/Main/list.scss
index 8ab94e46e..8b76507d9 100644
--- a/src/forge/Main/list.scss
+++ b/src/forge/Main/list.scss
@@ -356,7 +356,7 @@
.gitAddressClone{
- margin:0px 20px 14px 20px!important;
+ margin:14px 20px!important;
display: flex;
height: 40px;
align-items: center;
diff --git a/src/images/add.png b/src/images/add.png
new file mode 100644
index 000000000..6a1f55eb9
Binary files /dev/null and b/src/images/add.png differ