Skip to content

Commit

Permalink
fix-logo-style
Browse files Browse the repository at this point in the history
  • Loading branch information
ngochicuong committed Aug 31, 2016
1 parent 2dcd57c commit 263e6b9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions app/views/ApplicationPane.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@
font-size: 2em;
color: darken(saturate(#da8500, 20%), 0%);
cursor: default;
margin-top: 0.2em;
}
@appName * {
vertical-align: middle;
Expand Down Expand Up @@ -154,7 +153,7 @@
color: darken(@app_bg, 45%);
}
@toolbarContainer *[label] {
padding-top: 0.8em;
padding-top: 1em;
padding-bottom: 0.8em;
}
@contentSection {
Expand Down Expand Up @@ -193,13 +192,12 @@
box-shadow: 0em 0em 0.5em 0.3em rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 1000px) {
@media screen and (max-width: 1000px), screen and (max-height:550px) {
@logoBox {
padding-right: 0.2em;
}
@appName {
margin-left: 0.2em !important;
margin-top: 0;
}
@toolbarContainer *[label]:after {
display:none;
Expand Down

0 comments on commit 263e6b9

Please sign in to comment.