feature: project-profile
This commit is contained in:
@ -46,3 +46,11 @@
|
||||
text-align: right;
|
||||
}
|
||||
}
|
||||
|
||||
.word-spacing-left {
|
||||
margin-left: 0.60rem;
|
||||
}
|
||||
|
||||
.word-spacing-right {
|
||||
margin-right: 0.60rem;
|
||||
}
|
||||
|
@ -59,6 +59,7 @@
|
||||
|
||||
.icon {
|
||||
margin-left: 10px;
|
||||
cursor: pointer;
|
||||
|
||||
&::before {
|
||||
font-size: 15px;
|
||||
@ -89,6 +90,7 @@
|
||||
&.community {
|
||||
.icon::before {
|
||||
font-size: 15px;
|
||||
margin-top: 1px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,6 +1,5 @@
|
||||
.tag:not(:empty) {
|
||||
cursor: pointer;
|
||||
height: 17px;
|
||||
font-size: 12px;
|
||||
letter-spacing: 0.24px;
|
||||
line-height: 17px;
|
||||
|
Reference in New Issue
Block a user