@wordpress/components
Version:
UI components for WordPress.
26 lines (22 loc) • 431 B
CSS
.navigation-story {
max-width: 300px;
}
.navigation-story__aside {
margin: 48px 0 0 24px;
}
.navigation-story__wordpress-icon {
align-items: center;
display: inline-flex;
}
.navigation-story__wordpress-icon svg {
fill: #949494;
margin-right: 8px;
}
:root[dir="rtl"] .navigation-story__wordpress-icon svg {
fill: #949494;
margin-right: 0;
margin-left: 8px;
}
.navigation-story__wordpress-icon:hover svg {
fill: #ddd;
}