base structure and display
This commit is contained in:
parent
de049e9125
commit
9d96e3a6dc
22 changed files with 1210 additions and 15 deletions
|
@ -8,18 +8,30 @@
|
|||
|
||||
html,
|
||||
body {
|
||||
@apply bg-white text-black;
|
||||
@apply bg-white text-black w-full min-h-screen;
|
||||
}
|
||||
|
||||
[primary] {
|
||||
@apply bg-primary text-white;
|
||||
}
|
||||
|
||||
.primary-link-active {
|
||||
a {
|
||||
@apply cursor-pointer;
|
||||
}
|
||||
|
||||
a[primary-link] {
|
||||
@apply text-xl;
|
||||
}
|
||||
|
||||
a[primary-link].active {
|
||||
@apply underline;
|
||||
}
|
||||
|
||||
.primary-sublink-active {
|
||||
a[primary-sublink] {
|
||||
@apply text-xl p-2;
|
||||
}
|
||||
|
||||
a[primary-sublink].active {
|
||||
@apply bg-white text-primary;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue