ActualPage Events and Feed without filters

This commit is contained in:
Aarni Halinen
2020-07-13 16:23:36 +03:00
parent 2f045b462f
commit 41cbcba0ee
12 changed files with 378 additions and 158 deletions
+19
View File
@@ -31,6 +31,25 @@
border: none;
}
&.bordered {
font-size: 12px;
font-weight: 800;
color: color(blue1);
border: 1px solid color(blue1);
}
&.filter {
text-transform: none;
color: color(grey1);
font-weight: 300;
border: 2px solid color(grey1);
&.selected {
background-color: color(grey1);
color: color(white1);
}
}
&:hover {
cursor: pointer;
}