Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: size of create project button #3849

Merged
merged 3 commits into from
Jul 26, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix: size of create project button
wilsonwu committed Jul 26, 2021
commit 214db5c8eeaa15e2e4bb1d50f5dffbed63a1eabc
10 changes: 4 additions & 6 deletions apollo-portal/src/main/resources/static/styles/common-style.css
Original file line number Diff line number Diff line change
@@ -303,7 +303,6 @@ table th {

#treeview .list-group {
margin: 0;

}

#treeview .list-group .list-group-item {
@@ -368,7 +367,6 @@ table th {

.config-item-container .second-panel-heading .nav-tabs .node_active {
border-bottom: 3px #1b6d85 solid;

}

.config-item-container .config-items {
@@ -434,7 +432,6 @@ table th {
cursor: pointer;
width: 23px;
height: 23px;

}

.namespace-panel .namespace-view-table table {
@@ -766,7 +763,7 @@ table th {

.create-app-list .create-btn {
background: #a9d96c;
color: #fff
color: #fff;
}

.create-app-list .create-btn:hover {
@@ -775,7 +772,8 @@ table th {

.create-app-list .create-btn img {
width: 26px;
height: 26px
height: 26px;
margin-top: 4px;
}

.favorites-app-list .media-left {
@@ -823,7 +821,7 @@ table th {
}

.project-setting .panel-body {
padding-top: 35px
padding-top: 35px;
}

.project-setting .panel-body .context {