ActualPage Events and Feed without filters
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user