Skip to content

Commit

Permalink
フロント認証等でツールバーを使用する場合のロゴエリアレイアウト調整
Browse files Browse the repository at this point in the history
  • Loading branch information
GUSSAN-BEEDAN committed Apr 28, 2022
1 parent 376c79e commit 6d8345a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions webroot/css/admin/addstyle_3rd_toolbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ body {
min-height: calc(100vh - 40px) !important;
}

/* フロント認証等でツールバーを使用する場合(縦中央配置) */
.bca-toolbar .bca-toolbar__logo {
align-items: center !important;
}


@media screen and (max-width: 768px) {
/* gridレイアウトをflexレイアウトに変更 */
Expand Down

0 comments on commit 6d8345a

Please sign in to comment.