Skip to content

Commit

Permalink
sidebar palette design change #734
Browse files Browse the repository at this point in the history
  • Loading branch information
umut-er committed Jul 18, 2024
1 parent 6908717 commit d18fad9
Show file tree
Hide file tree
Showing 2 changed files with 190 additions and 47 deletions.
18 changes: 18 additions & 0 deletions app/css/chise.css
Original file line number Diff line number Diff line change
Expand Up @@ -637,6 +637,24 @@ menu:not([title]):before{
padding-right: 0px !important;
}

.palette-panel-body {
border: 3px solid #ddd !important;
margin-top: 10px;
margin-left: 1px;
}

.palette-label {
background:white;
margin-bottom:0px;
/* width:30%; */
width: 120px;
text-align:center;
border: 3px solid #ddd;
color: #555;
margin-top: -18px;
margin-left: 9px;
}

.panel {
border: 1px solid transparent;
}
Expand Down
Loading

0 comments on commit d18fad9

Please sign in to comment.