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;
|
// 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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue