45 lines
981 B
CSS
45 lines
981 B
CSS
/**
|
|
* 2010-2022 Webkul.
|
|
*
|
|
* NOTICE OF LICENSE
|
|
*
|
|
* All right is reserved,
|
|
* Please go through LICENSE.txt file inside our module
|
|
*
|
|
* DISCLAIMER
|
|
*
|
|
* Do not edit or add to this file if you wish to upgrade this module to newer
|
|
* versions in the future. If you wish to customize this module for your
|
|
* needs please refer to CustomizationPolicy.txt file inside our module for more information.
|
|
*
|
|
* @author Webkul IN
|
|
* @copyright 2010-2022 Webkul IN
|
|
* @license LICENSE.txt
|
|
*/
|
|
|
|
#user_info_acc {
|
|
background-color: transparent;
|
|
color: #fff;
|
|
font-family: inherit;
|
|
font-size: 17px;
|
|
font-weight: 400;
|
|
text-transform: capitalize; }
|
|
|
|
.visi_xs {
|
|
display: none; }
|
|
|
|
#user_info_acc:hover, #user_info_acc:focus, #user_info_acc:active {
|
|
box-shadow: none; }
|
|
|
|
#user_info_acc span.account_user_name {
|
|
padding-right: 5px; }
|
|
|
|
#user_info_acc span.caret {
|
|
border-top-color: #fff; }
|
|
|
|
@media (max-width: 450px) {
|
|
.hide_xs {
|
|
display: none; }
|
|
.visi_xs {
|
|
display: inline-block; } }
|