/**
 * @license
 * Copyright Workylab. All Rights Reserved.
 *
 * Use of this source code is governed by an MIT-style license that can be
 * found in the LICENSE file at https://raw.githubusercontent.com/workylab/materialize-angular/master/LICENSE
 */

.#{$materialize-prefix}-navbar {
  align-items: center;
  background: $materialize-navbar-background;
  box-shadow: $materialize-navbar-box-shadow;
  color: $materialize-navbar-color;
  display: flex;
  flex-direction: row;
  font-family: $materialize-navbar-font-family;
  font-size: $materialize-navbar-font-size;
  font-weight: $materialize-navbar-font-weight;
  height: $materialize-navbar-height;
  justify-content: center;
  margin: $materialize-navbar-margin;
  padding: $materialize-navbar-padding;
}
