Skip to content

Commit

Permalink
fix: style
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanmathur91 committed May 1, 2024
1 parent 1919a1a commit 11484f7
Showing 1 changed file with 11 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,17 @@
font-family: Inter;
font-size: 13px;
cursor: pointer;
border-left: 1px solid transparent;

&.starred {
border-left: 4px solid var(--rq-mocks-list-table-row);
&.mock-row {
.ant-table-cell:first-child {
border-left: 4px solid transparent;
}
}

&.mock-row.starred {
.ant-table-cell:first-child {
border-left: 4px solid var(--requestly-color-warning);
}
}

&.mock-row {
Expand All @@ -28,7 +35,7 @@

&.ant-table-row-level-1 {
.mock-name-details-container {
padding-left: 10px;
padding-left: 6px;
}
}

Expand Down Expand Up @@ -62,7 +69,6 @@
.mock-name-details-container {
display: flex;
align-items: center;
padding: 0 2px;

.mock-star-btn {
display: flex;
Expand Down

0 comments on commit 11484f7

Please sign in to comment.