Added Heritages, Ancestries, and Tinctures
All checks were successful
Build and Deploy DAVE | DMGs Site / deploy (push) Successful in 43s
All checks were successful
Build and Deploy DAVE | DMGs Site / deploy (push) Successful in 43s
This commit is contained in:
@@ -347,6 +347,20 @@
|
||||
}
|
||||
}
|
||||
|
||||
& .random {
|
||||
& table {
|
||||
text-align: left;
|
||||
|
||||
& th,
|
||||
& td {
|
||||
&:first-child {
|
||||
width: 5em;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.elemental-grid {
|
||||
& table {
|
||||
& td {
|
||||
@@ -383,6 +397,25 @@
|
||||
}
|
||||
}
|
||||
|
||||
.vocabulary {
|
||||
& table {
|
||||
& td {
|
||||
&:first-child {
|
||||
width: 10em;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
&:nth-child(2) {
|
||||
width: calc(60% - 10em);
|
||||
}
|
||||
|
||||
&:nth-child(3) {
|
||||
width: 40%;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* === DEFINTION LISTS === */
|
||||
& dl {
|
||||
@mixin my var(--space-3);
|
||||
|
||||
Reference in New Issue
Block a user