HEX
Server: LiteSpeed
System: Linux server53.web-hosting.com 4.18.0-513.24.1.lve.1.el8.x86_64 #1 SMP Thu May 9 15:10:09 UTC 2024 x86_64
User: nahevttf (6494)
PHP: 8.0.30
Disabled: NONE
Upload Files
File: /home/nahevttf/goodlysales.com/wp-content/themes/woodmart/inc/admin/assets/sass/base/_adminbar.scss
// ------------------------------------------------------------------------------------
// ADMINBAR
// ------------------------------------------------------------------------------------

@if $base-adminbar {

	#wp-admin-bar-xts_dashboard {

		.ab-item {

			i {
				font-style: normal;

				margin-inline-end: 5px;
			}
		}

		> .ab-item {
			display: flex !important;
			align-items: center;

			img {
				max-width: 18px;
				max-height: 18px;

				margin-inline-end: 5px;
			}

			&:before {
				@include font-icon($xts-icon-logo-woodmart);
			}
		}

		.wd-white-label-img & {

			> .ab-item {

				&:before {
					display: none;
				}
			}
		}
	}

	#wp-admin-bar-xts_theme_settings {

		> .ab-sub-wrapper {

			ul {
				display: flex;
				flex-wrap: wrap;
				padding-bottom: 10px;
				width: 500px;

				li {
					width: 33.3333333%;

					a {
						overflow: hidden;
						text-overflow: ellipsis;
					}
				}
			}
		}
	}

} // END IF