Skip to content

Commit

Permalink
Minor ui cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
otabek-memphis committed Jan 2, 2024
1 parent 2a4d091 commit eda7f64
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions ui_src/src/domain/schema/components/schemaDetails/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ schema-details {
margin: 0 28px;
height: calc(100% - 300px);
min-height: 200px;
position: relative;
.header {
background: rgba(217, 217, 217, 0.2);
height: 40px;
Expand Down Expand Up @@ -129,11 +130,15 @@ schema-details {
}
.validate-note {
border-radius: 8px;
margin: 4px 20px;
height: 45px;
display: flex;
align-items: center;
padding-left: 15px;
justify-content: center;
position: absolute;
bottom: 0;
right: 0;
padding: 0 30px;
width: 100%;
p {
font-family: 'InterSemiBold';
font-size: 14px;
Expand Down

0 comments on commit eda7f64

Please sign in to comment.