Update page.less

This commit is contained in:
梁灏 2021-01-18 14:34:44 +08:00
parent 8d9ba2b089
commit 7ef1de9206

View file

@ -84,7 +84,9 @@
// color: #ccc; // color: #ccc;
// text-align: center; // text-align: center;
//} //}
i{
color: #ccc;
}
i:first-child{ i:first-child{
display: none; display: none;
} }
@ -95,6 +97,7 @@
//} //}
i:first-child{ i:first-child{
display: inline; display: inline;
color: @primary-color;
} }
i:last-child{ i:last-child{
display: none; display: none;