Base theme for LMMI Journal
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
408 B

6 years ago
/**
* @file
* Visual styles for Magazine+'s popular tags views.
*/
.view-mt-popular-tags .views-row {
display: inline-block;
margin: 0 7px 10px 0;
}
.view-mt-popular-tags .views-row a {
display: block;
text-decoration: none;
padding: 0px 5px 5px 0;
}
.region--dark-typography .view-mt-popular-tags .views-row a {
color: #373737;
}
.view-mt-popular-tags .views-row a:before {
content: "#";
}