aboutsummaryrefslogtreecommitdiff
path: root/templates/@theme-base/pm-styles/_pm-aside.scss
diff options
context:
space:
mode:
Diffstat (limited to 'templates/@theme-base/pm-styles/_pm-aside.scss')
-rw-r--r--templates/@theme-base/pm-styles/_pm-aside.scss29
1 files changed, 29 insertions, 0 deletions
diff --git a/templates/@theme-base/pm-styles/_pm-aside.scss b/templates/@theme-base/pm-styles/_pm-aside.scss
new file mode 100644
index 0000000..b20a714
--- /dev/null
+++ b/templates/@theme-base/pm-styles/_pm-aside.scss
@@ -0,0 +1,29 @@
+/*
+ * aside bar
+ */
+
+ .aside-link {
+ border-radius: 50%;
+ width: 32px;
+ height: 32px;
+ padding: 7px;
+ background: var(--bgcolor-aside-link, $pm-global-altgrey);
+
+ &:focus,
+ &:hover,
+ &:active,
+ &[aria-current="true"] {
+ background: $white;
+ color: $pm-primary;
+
+ .aside-linkIcon {
+ fill: $pm-primary;
+ }
+
+ }
+ }
+ .aside-linkIcon {
+ width: 17px;
+ height: 17px;
+ fill: var(--fillcolor-icons, $pm-global-light);
+ }