//
// Copyright 2019 Stijn de Witt. Some rights reserved.
// Licensed under the MIT Open Source license. 
// https://opensource.org/licenses/MIT
// See LICENSE for details.
//
// Based on code copyright 2018 Google Inc. All Rights Reserved.
// Licensed under the Apache License, Version 2.0.
// http://www.apache.org/licenses/LICENSE-2.0
// See LICENSE-MDC for details.
// 
// Unless required by applicable law or agreed to in writing, software
// distributed under these licenses is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the licenses for the specific language governing permissions and
// limitations under these licenses.
// 

// Default styles
$appbar-fill-color: primary !default;
$appbar-row-height: 64px;
$appbar-title-left-padding: 20px;
$appbar-section-vertical-padding: 8px;
$appbar-section-horizontal-padding: 12px;

$appbar-mobile-breakpoint: 639px !default;
$appbar-tablet-breakpoint: 959px !default;
$appbar-desktop-breakpoint: 1279px !default;

// Default mobile styles
$appbar-mobile-row-height: 56px;
$appbar-mobile-section-padding: 4px;
$appbar-mobile-title-left-padding: 4px;

// Short top app bar
$appbar-short-collapsed-border-radius: 4px;
$appbar-short-collapsed-width: 56px;
$appbar-short-collapsed-right-icon-padding: 12px;

// Prominent styles
$appbar-prominent-row-height: 128px;
$appbar-prominent-title-bottom-padding: 2px;

// Prominent mobile styles
$appbar-prominent-mobile-title-bottom-padding: 6px;

// Dense styles
$appbar-dense-row-height: 48px;
$appbar-dense-section-horizontal-padding: 4px;
$appbar-dense-title-left-padding: 12px;

// Dense & Prominent styles
$appbar-prominent-dense-title-bottom-padding: 9px;
