mirror of https://github.com/zulip/zulip.git
css: Use SCSS nesting in settings.scss for `.table`.
This commit is contained in:
parent
83f68f6710
commit
e2ef46d0fb
|
@ -165,12 +165,14 @@ h3 .fa-question-circle-o {
|
|||
margin-top: 24px;
|
||||
}
|
||||
|
||||
.table tbody {
|
||||
border-bottom: 1px solid hsl(0, 0%, 87%);
|
||||
}
|
||||
.table {
|
||||
tbody {
|
||||
border-bottom: 1px solid hsl(0, 0%, 87%);
|
||||
}
|
||||
|
||||
.table.table-condensed.table-striped {
|
||||
margin: 0px;
|
||||
&.table-condensed.table-striped {
|
||||
margin: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
.wrapped-table {
|
||||
|
|
Loading…
Reference in New Issue