You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
257 B
SCSS
13 lines
257 B
SCSS
9 years ago
|
/*
|
||
|
Flags page CSS
|
||
|
- Originally in ACP
|
||
|
- Now available in front-end for global mods as well
|
||
|
*/
|
||
|
|
||
3 years ago
|
.page-flags {
|
||
|
// hide the all categories li element
|
||
2 years ago
|
[component="flags/filters"] [component="category/dropdown"] [data-cid="all"] {
|
||
3 years ago
|
display: none;
|
||
|
}
|
||
|
}
|