Skip to content

Commit 6476cee

Browse files
committed
little bit of nesting
1 parent 17c7b0c commit 6476cee

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

stylesheets/commons/Crosstable.scss

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -177,24 +177,24 @@ $crosstable-red: var( --table-red-background-color, #fbdfdf );
177177
text-align: center;
178178
}
179179

180-
.crosstable .crosstable-tr {
181-
height: 30px;
182-
}
183-
184180
.crosstable {
185181
text-align: center;
186182
margin: 0;
187183
line-height: 14px;
188-
}
189184

190-
.crosstable th,
191-
.crosstable td {
192-
padding: 1px;
193-
}
185+
.crosstable-tr {
186+
height: 30px;
187+
}
188+
189+
th,
190+
td {
191+
padding: 1px;
192+
}
194193

195-
/* fix for i icon in crosstables */
196-
.crosstable .bracket-game .icon {
197-
margin-top: 2px !important;
198-
margin-right: -6px !important;
199-
opacity: 0.6;
194+
/* fix for i icon in crosstables */
195+
.bracket-game .icon {
196+
margin-top: 2px !important;
197+
margin-right: -6px !important;
198+
opacity: 0.6;
199+
}
200200
}

0 commit comments

Comments
 (0)