Skip to content

Commit

Permalink
[Improve] dependency box style improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
benjobs committed Oct 30, 2023
1 parent 31754c6 commit 5f139f1
Showing 1 changed file with 13 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -186,27 +186,26 @@
}

.dependency-box {
margin-right: 10px;
margin-top: 15px;
margin-bottom: -10px;
width: 100%;
border-radius: 5px;
background-color: @background-color-base;
background-color: #e6f4ff;
border: 1px solid #91caff;
display: inline-block;
margin-bottom: -25px;

.dependency-item {
position: relative;
border: unset;
background-color: unset;
line-height: 35px;
padding: 0 6px;
width: unset;
float: left;
margin: 2px 4px 0;

.ant-alert-close-icon {
position: relative;
left: 5px;
top: 6px;
color: @background-color-base;
}
}
}
Expand Down Expand Up @@ -267,8 +266,14 @@
}

[data-theme='dark'] {
.app_controller .icon-close {
color: #ffffff73;
.app_controller {
.icon-close {
color: #ffffff73;
}
.dependency-box {
background-color: #111b26;
border: 1px solid #153450;
}
}
}

Expand Down

0 comments on commit 5f139f1

Please sign in to comment.