Wrapping up for now.
This commit is contained in:
@@ -102,10 +102,7 @@ max-w-max -->
|
|||||||
|
|
||||||
text-sm sm:text-sm md:text-md lg:text-md xl:text-md 2xl:text-lg
|
text-sm sm:text-sm md:text-md lg:text-md xl:text-md 2xl:text-lg
|
||||||
|
|
||||||
bg:blue-100/20 dark:bg-blue-800/30
|
bg-blue-200/50
|
||||||
dark:text-slate-400 dark:hover:text-slate-200
|
|
||||||
hover:bg-blue-200/90 hover:dark:bg-blue-900/90
|
|
||||||
active:bg-blue-200 active:dark:bg-blue-900
|
|
||||||
|
|
||||||
border-2 rounded-lg
|
border-2 rounded-lg
|
||||||
border-blue-300/20 dark:border-blue-700/20
|
border-blue-300/20 dark:border-blue-700/20
|
||||||
@@ -121,13 +118,16 @@ max-w-max -->
|
|||||||
class:w-full={expand}
|
class:w-full={expand}
|
||||||
class:hidden={false}
|
class:hidden={false}
|
||||||
class:border-transparent={!expand}
|
class:border-transparent={!expand}
|
||||||
class:hover:bg-transparent={!expand}
|
class:bg-transparent={!expand}
|
||||||
>
|
>
|
||||||
|
|
||||||
<!-- class:hidden={!expand} -->
|
<!-- class:hidden={!expand} -->
|
||||||
<!-- class:preset-filled-warning-100-900={expand} -->
|
<!-- class:preset-filled-warning-100-900={expand} -->
|
||||||
<div
|
<div
|
||||||
|
class:opacity-50={!expand}
|
||||||
class:opacity-100={expand}
|
class:opacity-100={expand}
|
||||||
|
class:light:bg-blue-500={expand}
|
||||||
|
class:dark:bg-blue-500={expand}
|
||||||
class="
|
class="
|
||||||
hidden-print
|
hidden-print
|
||||||
flex flex-col items-end justify-end
|
flex flex-col items-end justify-end
|
||||||
@@ -138,15 +138,12 @@ max-w-max -->
|
|||||||
|
|
||||||
w-full
|
w-full
|
||||||
|
|
||||||
bg-gray-500/75
|
light:bg-blue-200/10
|
||||||
hover:bg-blue-100/90 active:bg-blue-200 focus:bg-blue-300
|
dark:bg-blue-800/10
|
||||||
dark:dark-gray-800/80 dark:hover:bg-gray-800/90
|
hover:opacity-100
|
||||||
|
|
||||||
relative
|
relative
|
||||||
|
|
||||||
opacity-80
|
|
||||||
hover:opacity-100
|
|
||||||
|
|
||||||
transition-all
|
transition-all
|
||||||
delay-1000 hover:delay-500
|
delay-1000 hover:delay-500
|
||||||
duration-200 hover:duration-200
|
duration-200 hover:duration-200
|
||||||
@@ -435,6 +432,8 @@ max-w-max -->
|
|||||||
$ae_sess.app_cfg.show_element__passcode_input = true;
|
$ae_sess.app_cfg.show_element__passcode_input = true;
|
||||||
} else {
|
} else {
|
||||||
$ae_sess.app_cfg.show_element__passcode_input = false;
|
$ae_sess.app_cfg.show_element__passcode_input = false;
|
||||||
|
$ae_loc.sys_menu.expand_user = false; // Not in use yet
|
||||||
|
$ae_sess.show__sign_in_out__fields = false;
|
||||||
}
|
}
|
||||||
// $ae_loc.app_cfg.show_element__passcode_input = true;
|
// $ae_loc.app_cfg.show_element__passcode_input = true;
|
||||||
await tick();
|
await tick();
|
||||||
@@ -523,8 +522,11 @@ max-w-max -->
|
|||||||
expand = true;
|
expand = true;
|
||||||
$ae_loc.sys_menu.expand = true;
|
$ae_loc.sys_menu.expand = true;
|
||||||
// $ae_loc.sys_menu.expand_btn = false;
|
// $ae_loc.sys_menu.expand_btn = false;
|
||||||
|
// $ae_loc.sys_menu.expand_access_type = true;
|
||||||
} else {
|
} else {
|
||||||
$ae_loc.sys_menu.expand = false;
|
$ae_loc.sys_menu.expand = false;
|
||||||
|
$ae_loc.sys_menu.expand_user = false; // Not in use yet
|
||||||
|
$ae_sess.show__sign_in_out__fields = false;
|
||||||
// $ae_loc.sys_menu.expand_btn = true;
|
// $ae_loc.sys_menu.expand_btn = true;
|
||||||
}
|
}
|
||||||
// $ae_loc.sys_menu.expand_btn = !expand_btn;
|
// $ae_loc.sys_menu.expand_btn = !expand_btn;
|
||||||
|
|||||||
Reference in New Issue
Block a user