Update page.less
This commit is contained in:
parent
8d9ba2b089
commit
7ef1de9206
1 changed files with 4 additions and 1 deletions
|
@ -84,7 +84,9 @@
|
|||
// color: #ccc;
|
||||
// text-align: center;
|
||||
//}
|
||||
|
||||
i{
|
||||
color: #ccc;
|
||||
}
|
||||
i:first-child{
|
||||
display: none;
|
||||
}
|
||||
|
@ -95,6 +97,7 @@
|
|||
//}
|
||||
i:first-child{
|
||||
display: inline;
|
||||
color: @primary-color;
|
||||
}
|
||||
i:last-child{
|
||||
display: none;
|
||||
|
|
Loading…
Add table
Reference in a new issue