UNPKG
@cagovweb/cal-ds-nav
Version:
latest (0.0.1-beta2)
0.0.1-beta2
0.0.1-beta1
cal-ds-nav navigation menu
template.webstandards.ca.gov
carterm/design-system-research
@cagovweb/cal-ds-nav
/
src
/
styles.css
20 lines
(16 loc)
•
291 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
:host
>
nav
>
ul
{
display
: flex;
list-style
: none; & >
li
>
a
{
font-size
: xx-large;
padding
:
1rem
;
text-decoration
: none; &
[aria-current=
"page"
]
{
font-weight
:
900
;
pointer-events
: none; } &
:hover
{
background-color
:
#fafafa
; } } }