Skip to content

Commit

Permalink
ログイン画面のロゴ幅変更
Browse files Browse the repository at this point in the history
  • Loading branch information
GUSSAN-BEEDAN committed Sep 11, 2022
1 parent d70bfb3 commit 6a10a9a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
10 changes: 10 additions & 0 deletions webroot/css/admin/AdminMakeResponsive.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"folders": [
{
"path": "../../.."
},
{
"path": "../../.."
}
]
}
9 changes: 8 additions & 1 deletion webroot/css/admin/addstyle_3rd_toolbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,14 @@
* admin-third管理テーマログイン画面用
*/


/* ログイン画面のロゴ幅変更 */
.bca-login__logo {
width: auto;
max-width: 300px;
height: auto;
max-height: 120px;
}

/* 意図しないオーバーフローを調整、等(768px以上を意図する) */
body {
min-width: initial;
Expand Down

0 comments on commit 6a10a9a

Please sign in to comment.