File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8686
8787 .login-page-primary-action > .list-button ,
8888 .login-page-secondary-action > .list-button {
89+ box-sizing : border-box ;
90+ min-height : var (--f7-list-item-min-height );
91+ padding-block : 8px ;
92+ line-height : 1.25 ;
93+ white-space : normal ;
94+ text-wrap : balance ;
8995 border-radius : 14px ;
9096 font-weight : 600 ;
9197 transition : background-color 160ms ease , border-color 160ms ease , box-shadow 160ms ease ;
Original file line number Diff line number Diff line change 11<template >
2- <f7-page no-navbar no-swipeback login-screen hide-toolbar-on-scroll class =" login-page" >
2+ <f7-page no-navbar no-swipeback login-screen hide-toolbar-on-scroll class =" login-page unlock-page " >
33 <f7-login-screen-title >
44 <img alt =" logo" class =" login-page-logo" :src =" APPLICATION_LOGO_PATH" />
55 <f7-block class =" login-page-tile margin-vertical-half" >{{ tt('global.app.title') }}</f7-block >
You can’t perform that action at this time.
0 commit comments