Add report templates and unify template storage
This commit is contained in:
@@ -137,6 +137,23 @@ a {
|
||||
padding-left: 14px;
|
||||
}
|
||||
|
||||
.nav-subgroup {
|
||||
display: grid;
|
||||
gap: 6px;
|
||||
}
|
||||
|
||||
.nav-subgroup__label {
|
||||
padding: 4px 14px 0;
|
||||
color: rgba(248, 243, 237, 0.56);
|
||||
font-size: 0.78rem;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.nav-subnav--nested {
|
||||
gap: 6px;
|
||||
padding-left: 12px;
|
||||
}
|
||||
|
||||
.nav-sublink {
|
||||
padding: 10px 14px;
|
||||
border-radius: 14px;
|
||||
|
||||
Reference in New Issue
Block a user