Skip to content

Commit

Permalink
Make small style changes for v2023.5 (#903)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-white authored Dec 6, 2023
1 parent 3b9271a commit 26f78ad
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 29 deletions.
8 changes: 4 additions & 4 deletions src/components/dataset/row.vue
Original file line number Diff line number Diff line change
Expand Up @@ -81,17 +81,17 @@ export default {
padding-right: 10%;
}
.wrap-circle {
width: 25px;
width: 22px;
display: inline-block;
background: $color-danger;
height: 25px;
height: 22px;
border-radius: 15px;
text-align: center;
color: white;
padding-top: 2px;
margin-top: -1px;

margin-right: 3px;
}
.icon-warning { font-size: 12px; }
.conflicts a {
color: $color-danger;
}
Expand Down
26 changes: 13 additions & 13 deletions src/components/entity/metadata-row.vue
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@ const { entityPath } = useRoutes();
max-width: 250px;
}

.action-cell {
padding-top: 4px;
padding-bottom: 4px;
}
.col-content {
align-items: flex-start;
display: flex;
Expand All @@ -122,25 +126,21 @@ const { entityPath } = useRoutes();

.icon-pencil { margin-right: 5px; }
}
.col-content .icon-angle-right {
color: $color-accent-primary;
font-size: 20px;
}

.wrap-circle{
width: 25px;
.wrap-circle {
width: 22px;
display: inline-block;
background: $color-danger;
height: 25px;
height: 22px;
border-radius: 15px;
text-align: center;
color: white;
padding-top: 2px;
margin-top: -1px;

margin-left: 8px;
}
.action-cell{
padding-top: 4px;
padding-bottom: 4px;
.icon-warning { font-size: 12px; }
.col-content .icon-angle-right {
color: $color-accent-primary;
font-size: 20px;
}
}
</style>
Expand Down
3 changes: 3 additions & 0 deletions src/components/entity/resolve.vue
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,9 @@ watch(() => props.entity, (entity) => {
.btn + .btn {
margin-left: 10px;
}
.mark-as-resolved { border: 1px solid $color-success; }
.icon-check { color: $color-success; }

.success {
font-size: 30px;
color: $color-success;
Expand Down
19 changes: 7 additions & 12 deletions src/components/project/home-block.vue
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ export default {

<style lang="scss">
@import '../../assets/scss/mixins';
@import '../../assets/scss/_variables.scss';

.project-home-block {
margin-bottom: 15px;
Expand Down Expand Up @@ -193,13 +192,11 @@ export default {
}
}


.icon-angle-down, .icon-angle-up {
margin-left: 5px;
}

.project-table {

.transparent-bg{
background: transparent !important;
}
Expand Down Expand Up @@ -231,15 +228,13 @@ export default {
span {
margin-left: 0;
}

}

.project-form-row .col-icon {
border-right-color: #009ccc;

span {
color: #009ccc;

}
}

Expand All @@ -253,15 +248,15 @@ export default {
}

.btn-danger {
color: white;
margin-right: -9px;
font-size: 16px;
padding: 2px $hpadding-btn;
color: white;
margin-right: -5px;
font-size: 14px;
padding: 2px 7px;

[class*='icon'] {
color: white;
}
[class*='icon'] {
color: white;
}
}
}

.col-icon{
Expand Down

0 comments on commit 26f78ad

Please sign in to comment.