13 lines
188 B
Text
13 lines
188 B
Text
/**
|
|
* This file provides styles for starred plugin
|
|
*/
|
|
|
|
|
|
.page-attributes .starred svg {
|
|
height: 1.6em;
|
|
width: 1.6em;
|
|
}
|
|
|
|
.page-attributes .starred.on svg {
|
|
fill: @ini_link;
|
|
}
|