13 lines
221 B
SCSS
13 lines
221 B
SCSS
@import "../start";
|
|
@import "tag";
|
|
|
|
.wp-list-table.plugins {
|
|
.plugin-title {
|
|
span.fs-tag {
|
|
display : inline-block;
|
|
margin-left: 5px;
|
|
line-height: 10px;
|
|
}
|
|
}
|
|
}
|