mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 10:14:03 +00:00
3.x redesign
This commit is contained in:
parent
857122540f
commit
f8f354c323
229 changed files with 201175 additions and 22440 deletions
32
source/_assets/css/_navigation.css
Normal file
32
source/_assets/css/_navigation.css
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
.nav-menu {
|
||||
@apply mb-4;
|
||||
|
||||
@screen lg {
|
||||
@apply block pr-4 bg-transparent border-b-0 shadow-none;
|
||||
}
|
||||
}
|
||||
|
||||
.nav-menu__item {
|
||||
@apply block mt-4 text-base font-normal leading-loose tracking-wide text-gray-600 no-underline uppercase;
|
||||
}
|
||||
|
||||
a.nav-menu__item {
|
||||
@apply inline mt-0 font-medium tracking-normal text-indigo-800 normal-case;
|
||||
}
|
||||
|
||||
a.nav-menu__item:hover {
|
||||
@apply text-indigo-600;
|
||||
}
|
||||
|
||||
.nav-menu .active {
|
||||
@apply font-semibold text-indigo-600;
|
||||
}
|
||||
|
||||
ul.list-reset ul.list-reset {
|
||||
@apply pl-4;
|
||||
}
|
||||
|
||||
.turbolinks-progress-bar {
|
||||
@apply bg-indigo-500;
|
||||
height: 3px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue