Skip to content

Commit

Permalink
Fix styles issues (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
dxvladislavvolkov authored Nov 7, 2023
1 parent e3ee47f commit 7e57cb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 28 deletions.
27 changes: 0 additions & 27 deletions src/app/import/import-bootstrap/import-bootstrap.component.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,34 +25,7 @@
height: 56px;
}

:host ::ng-deep .tabs.dx-tabpanel.dx-state-focused .dx-tab-selected:after {
border-color: #d4d8da;
border-width: 2px;
border-bottom: 0;
}

:host ::ng-deep .tabs .dx-tab-selected {
background-color: #f0f2f3;
color: #158BFF;
}

:host ::ng-deep .tabs.dx-tabpanel .dx-tab-selected:before {
border-bottom: 0;
}

:host ::ng-deep .tabs .dx-tab.dx-state-focused:after {
border-color: transparent;
}

:host ::ng-deep .tabs .dx-tab-selected:after {
border-color: #d4d8da;
border-width: 2px;
border-top-style: solid;
height: 51px;
}

:host ::ng-deep .tabs.dx-tabpanel .dx-multiview-wrapper,
:host ::ng-deep .tabs.dx-tabpanel.dx-state-focused .dx-multiview-wrapper {
border: none;
}

3 changes: 2 additions & 1 deletion src/app/master/master.component.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
flex-shrink: 1;
margin-top: 56px;
margin-bottom: 118px;
height: 800px;
height: 820px;
min-width: 1160px;
background-color: #fff;
box-shadow: 0 4px 12px #0000004d;
Expand Down Expand Up @@ -98,6 +98,7 @@
text-align: left;
color: #505050;
cursor: pointer;
margin-bottom: 2px;
}

.schemes li:hover {
Expand Down

0 comments on commit 7e57cb9

Please sign in to comment.