diff options
Diffstat (limited to 'styles/navbarItem.css')
-rw-r--r-- | styles/navbarItem.css | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/styles/navbarItem.css b/styles/navbarItem.css deleted file mode 100644 index 9c042a9..0000000 --- a/styles/navbarItem.css +++ /dev/null @@ -1,31 +0,0 @@ -.navbarItem { - display: block; - - background-color: var(--oxford-blue); - color: var(--almond); - - text-decoration: none; - - padding: 8px; - border-radius: 8px; - margin-bottom: 12px; - - transition-property: background-color, color; - transition-duration: .15s; -} - -.navbarItem.active, -.navbarItem:hover { - background-color: var(--heliotrope-gray); - color: var(--oxford-blue); -} - -.navbarItem span { - vertical-align: super; - line-height: 0; - margin-left: 8px; -} - -.navbarItem > div { - height: 24px; -} |