Skip to content

Commit

Permalink
Fixed the issue of the login page icon becoming larger.
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrykuku committed Apr 21, 2023
1 parent f160512 commit ba37a13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion htdocs/luci-static/argon/css/cascade.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions less/cascade.less
Expand Up @@ -532,13 +532,13 @@ h5 {
display: flex;
-webkit-box-align: center;
align-items: center;
margin: 50px 50px 100px 50px;
margin: 50px auto 100px 50px;
color: #525461;
color: var(--default);
justify-content: center;

.icon {
width: 180px;
width: 50px;
height: auto;
margin-right: 25px;
}
Expand Down

0 comments on commit ba37a13

Please sign in to comment.