Skip to content

Commit db89394

Browse files
Adjust border values to use variables
1 parent b34d884 commit db89394

File tree

1 file changed

+4
-4
lines changed
  • web/profiles/custom/os2loop/themes/os2loop_theme/assets/signifly-custom/pages

1 file changed

+4
-4
lines changed

web/profiles/custom/os2loop/themes/os2loop_theme/assets/signifly-custom/pages/document.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,22 +58,22 @@ $taxonomy-colors: (
5858

5959
// top-left border-radius
6060
tr:first-child th:first-child {
61-
border-top-left-radius: 6px;
61+
border-top-left-radius: $border-radius-sm;
6262
}
6363

6464
// top-right border-radius
6565
tr:first-child th:last-child {
66-
border-top-right-radius: 6px;
66+
border-top-right-radius: $border-radius-sm;
6767
}
6868

6969
// bottom-left border-radius
7070
tr:last-child td:first-child {
71-
border-bottom-left-radius: 6px;
71+
border-bottom-left-radius: $border-radius-sm;
7272
}
7373

7474
// bottom-right border-radius
7575
tr:last-child td:last-child {
76-
border-bottom-right-radius: 6px;
76+
border-bottom-right-radius: $border-radius-sm;
7777
}
7878
}
7979
}

0 commit comments

Comments
 (0)