source: trip-planner-front/node_modules/angular-material/modules/closure/navBar/navBar.css@ 6a3a178

Last change on this file since 6a3a178 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 1.0 KB
Line 
1/*!
2 * AngularJS Material Design
3 * https://github.com/angular/material
4 * @license MIT
5 * v1.2.3
6 */
7/** Matches "md-tabs md-tabs-wrapper" style. */
8.md-nav-bar {
9 border-style: solid;
10 border-width: 0 0 1px;
11 height: 48px;
12 position: relative; }
13
14._md-nav-bar-list {
15 outline: none;
16 list-style: none;
17 margin: 0;
18 padding: 0;
19 box-sizing: border-box;
20 display: flex;
21 flex-direction: row; }
22
23.md-nav-item:first-of-type {
24 margin-left: 8px; }
25
26.md-button._md-nav-button {
27 line-height: 24px;
28 margin: 0 4px;
29 padding: 12px 16px;
30 transition: background-color 0.35s cubic-bezier(0.35, 0, 0.25, 1); }
31 .md-button._md-nav-button:focus {
32 outline: none; }
33
34md-nav-ink-bar {
35 background-color: black;
36 position: absolute;
37 bottom: 0;
38 left: 0;
39 width: 100%;
40 height: 2px;
41 transform-origin: left top;
42 will-change: transform;
43 transition: transform 0.125s cubic-bezier(0.35, 0, 0.25, 1); }
44 md-nav-ink-bar.ng-animate {
45 transition: none; }
46
47md-nav-extra-content {
48 min-height: 48px;
49 padding-right: 12px; }
Note: See TracBrowser for help on using the repository browser.