@keyframes focus-shadow-pulse-inset {
  0% {
    box-shadow: inset 0 0 0 3px rgba( 0, 120, 212 ,  0.35 );
    box-shadow: inset 0 0 0 3px rgba( var(--palette-primary,0, 120, 212) ,  0.35 ); }
  50% {
    box-shadow: inset 0 0 0 3px rgba( 0, 120, 212 ,  0.15 );
    box-shadow: inset 0 0 0 3px rgba( var(--palette-primary,0, 120, 212) ,  0.15 ); }
  100% {
    box-shadow: inset 0 0 0 3px rgba( 0, 120, 212 ,  0.35 );
    box-shadow: inset 0 0 0 3px rgba( var(--palette-primary,0, 120, 212) ,  0.35 ); } }

/**
 * Browser specific mixin's
 */
.bolt-header-commandbar {
  margin-left: 16px;
  padding-right: 4px; }

.bolt-header-command-item-button.bolt-button {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px; }
  .bolt-header-command-item-button.bolt-button .left-icon {
    font-weight: normal; }
  .bolt-header-command-item-button.bolt-button.icon-only {
    font-size: 16px;
    line-height: 16px;
    padding: 7px; }

.bolt-header-commandbar-no-right-padding {
  padding-right: 0px; }
