Skip to content

Commit

Permalink
Smaller styling improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
kocsmy committed Jan 3, 2018
1 parent 2a3c759 commit 33a2271
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions client/app/assets/less/redash/query.less
Expand Up @@ -273,6 +273,7 @@ edit-in-place p.editable:hover {
align-content: space-around;
padding: 0;
height: calc(~'100% - 137px');
height: auto;
width: 75%;

.editor {
Expand Down
10 changes: 5 additions & 5 deletions client/app/assets/less/redash/redash-newstyle.less
Expand Up @@ -73,25 +73,25 @@ body {
margin-bottom: 10px;
margin-right: 10px;
width: 212px;
padding: 15px 5px 15px 10px;
padding: 15px 5px;
cursor: pointer;
box-shadow: none;
transition: transform 0.12s ease-out;
transition-duration: 0.3s;
transition-property: box-shadow;

display: flex;
flex-direction: row;
//flex-direction: row;
align-items: center;

&:hover {
box-shadow: rgba(102, 136, 153, 0.15) 0px 4px 9px -3px;
}

img {
width: 64px;
height: 64px;
margin-right: 10px;
width: 64px !important;
height: 64px !important;
margin-right: 8px;
}

h3 {
Expand Down

0 comments on commit 33a2271

Please sign in to comment.