File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -101,31 +101,31 @@ select.calculator-select :focus {
101
101
color : var (--op-neutral-700 )
102
102
}
103
103
104
- table {
104
+ . calculator-results-wrap table {
105
105
width : 100% ;
106
106
border-collapse : collapse;
107
107
margin-bottom : 40px ;
108
108
}
109
109
110
- th ,
111
- td {
110
+ . calculator-results-wrap th ,
111
+ . calculator-results-wrap td {
112
112
border : 1px solid var (--op-red-200 );
113
113
padding : 8px ;
114
114
text-align : left;
115
115
}
116
116
117
- thead .sub-header {
117
+ . calculator-results-wrap thead .sub-header {
118
118
background-color : var (--op-red-600 ) !important ;
119
119
color : var (--op-neutral-0 );
120
120
}
121
121
122
- tbody tr td ,
123
- thead tr : nth-of-type (2 ) th {
122
+ . calculator-results-wrap tbody tr td ,
123
+ . calculator-results-wrap thead tr : nth-of-type (2 ) th {
124
124
text-align : center;
125
125
}
126
126
127
- tbody tr td : first-of-type ,
128
- thead tr : nth-of-type (2 ) th : first-of-type {
127
+ . calculator-results-wrap tbody tr td : first-of-type ,
128
+ . calculator-results-wrap thead tr : nth-of-type (2 ) th : first-of-type {
129
129
text-align : right;
130
130
}
131
131
@@ -135,7 +135,7 @@ div.calculator-results-wrap .results-container .results-table-wrap tbody {
135
135
font-weight : 700 ;
136
136
}
137
137
138
- thead th [colspan = "2" ] {
138
+ . calculator-results-wrap thead th [colspan = "2" ] {
139
139
text-align : right;
140
140
}
141
141
You can’t perform that action at this time.
0 commit comments