feat(ui): introduce react-icons
This commit is contained in:
parent
a3d68cd77d
commit
edf2edfb78
6 changed files with 191 additions and 69 deletions
|
@ -78,6 +78,14 @@
|
|||
color: #7f8c8d;
|
||||
}
|
||||
|
||||
.grey2-font {
|
||||
color: #ecf0f6;
|
||||
}
|
||||
|
||||
.grey3-font {
|
||||
color: #697384;
|
||||
}
|
||||
|
||||
.black-font {
|
||||
color: #000;
|
||||
}
|
||||
|
@ -178,6 +186,13 @@
|
|||
.grey1-bg {
|
||||
background-color: #7f8c8d;
|
||||
}
|
||||
.grey2-bg {
|
||||
background-color: #ecf0f6;
|
||||
}
|
||||
|
||||
.grey3-bg {
|
||||
color: #697384;
|
||||
}
|
||||
|
||||
.black-bg {
|
||||
background-color: #000;
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
body button {
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
|
||||
#bg {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
|
@ -669,4 +673,46 @@ div.hr {
|
|||
|
||||
.user {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.title-m {
|
||||
font-size: 1.4rem;
|
||||
/* font-weight: bold; */
|
||||
line-height: 2rem;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
overflow-wrap: break-word;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.desc-m {
|
||||
font-size: 1.2rem;
|
||||
line-height: 2rem;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
overflow-wrap: break-word;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.title-l {
|
||||
font-size: 1.8rem;
|
||||
font-weight: bold;
|
||||
line-height: 2rem;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
overflow-wrap: break-word;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.desc-l {
|
||||
font-size: 1.2rem;
|
||||
line-height: 2rem;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
overflow-wrap: break-word;
|
||||
display: block;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue