File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
web/profiles/custom/os2loop/themes/os2loop_theme/assets/signifly-custom/pages Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 : 6 px ;
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 : 6 px ;
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 : 6 px ;
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 : 6 px ;
76+ border-bottom-right-radius : $border-radius-sm ;
7777 }
7878 }
7979}
You can’t perform that action at this time.
0 commit comments