Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions hugo/themes/dora-2025/assets/scss/_tables.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
@import "_variables.scss";

main table {
border: 1px solid $border-light;
border-collapse: collapse;
width: 100%;
margin-bottom: 1.5rem;

tr {

th,
td {
margin: 0;
padding: 0.5em 0.75em;
vertical-align: top;
}

th {
background-color: $background-medium;
text-align: left;
}

td {
font-weight: 300;
font-size: 0.9em;
}

&:nth-child(even) {
background-color: $background-light;
}
}
}
31 changes: 0 additions & 31 deletions hugo/themes/dora-2025/assets/scss/ai.scss
Original file line number Diff line number Diff line change
Expand Up @@ -118,35 +118,4 @@ tab_links {
max-width: 24em;
}

.mainContent table {
border: 1px solid $border-light;
border-collapse: collapse;
width: 100%;

tr {

th,
td {
margin: 0;
padding: 0.5em 0.75em;
vertical-align: top;
}

th {
background-color: $background-medium;
text-align: left;
}

td {
font-family: $font-roboto;
font-weight: 300;
font-size: 0.9em;
}

&:nth-child(even) {
background-color: $background-light;
}
}
}

@import "_dora-perspective.scss";
35 changes: 4 additions & 31 deletions hugo/themes/dora-2025/assets/scss/capabilities.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
border: 1px solid $border-light;
border-radius: 0.5em;
display: flex;
flex-direction: column;
flex-direction: column;
grid-template-areas:
"heading"
"content";
Expand All @@ -21,13 +21,13 @@
margin: 0;
padding: .75rem 0.5rem 0 0.75rem;
display: flex;
gap:4px;
gap: 4px;
flex-direction: row;

a {
color: $color-text;
text-decoration: none;
flex-grow:1;
flex-grow: 1;
}

.core,
Expand Down Expand Up @@ -94,33 +94,6 @@ article {
font-size: 0.80em;
}

table {
border: 1px solid $border-light;
border-collapse: collapse;

tr {

th,
td {
margin: 0;
padding: 0.25em 0.75em;
}

th {
background-color: $background-medium;
}

td {
font-family: $font-roboto;
font-weight: 300;
font-size: 0.9em;
}

&:nth-child(even) {
background-color: $background-light;
}
}
}
}

section.hasSidebar {
Expand Down Expand Up @@ -193,4 +166,4 @@ h1.tags {

.measures-table {
margin-bottom: 1.5rem;
}
}
1 change: 1 addition & 0 deletions hugo/themes/dora-2025/assets/scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
@import "awards.scss";
@import "insights-list.scss";
@import "section.scss";
@import "_tables.scss";

:root {
font-family: "Google Sans Flex", Arial, Helvetica, sans-serif;
Expand Down
31 changes: 0 additions & 31 deletions hugo/themes/dora-2025/assets/scss/research.scss
Original file line number Diff line number Diff line change
Expand Up @@ -132,37 +132,6 @@ tab_links {
max-width: 24em;
}

.mainContent table {
border: 1px solid $border-light;
border-collapse: collapse;
width: 100%;

tr {

th,
td {
margin: 0;
padding: 0.5em 0.75em;
vertical-align: top;
}

th {
background-color: $background-medium;
text-align: left;
}

td {
font-family: $font-roboto;
font-weight: 300;
font-size: 0.9em;
}

&:nth-child(even) {
background-color: $background-light;
}
}
}

.container-wide {
max-width: $layout-breakpoint-maxplus;
margin: 0 auto;
Expand Down