mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-06-06 21:04:16 +02:00
Initial
This commit is contained in:
parent
1cece731ee
commit
dbb08fec8c
7 changed files with 113 additions and 12 deletions
|
|
@ -153,4 +153,23 @@
|
|||
align-items: center;
|
||||
gap: 4px;
|
||||
}
|
||||
|
||||
.inner-tabs {
|
||||
justify-content: left;
|
||||
|
||||
.inner-tab {
|
||||
line-height: 1.5;
|
||||
border: 1px solid light-dark(@beige, @beige);
|
||||
border-radius: 6px;
|
||||
padding: 0 4px;
|
||||
background: light-dark(@beige, @dark-blue);
|
||||
color: light-dark(@dark-blue, @beige);
|
||||
|
||||
a {
|
||||
&.active {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue