forked from Gitlink/forgeplus-react
32 lines
525 B
SCSS
32 lines
525 B
SCSS
.mySites_head{
|
|
height: 65px;
|
|
border-bottom: 1px solid rgba(224, 230, 245, 1);
|
|
color:#151d40;
|
|
font-size:17px;
|
|
}
|
|
.createSiteForm{
|
|
.themeBox{
|
|
text-align: center;
|
|
position: relative;
|
|
cursor: pointer;
|
|
}
|
|
.icon-wancheng{
|
|
position: absolute;
|
|
right: 4px;
|
|
top: -7px;
|
|
color: #e5e3e0;
|
|
&.active{
|
|
color: #ffa13a;
|
|
}
|
|
}
|
|
}
|
|
.siteBox{
|
|
padding: 15px 0;
|
|
border-bottom: 1px dashed #e0e6f5;
|
|
.siteName{
|
|
color: #05101a;
|
|
&:active, &:hover{
|
|
color: $primary-color;
|
|
}
|
|
}
|
|
} |