angular-material
Version:
This repository publishes the AngularJS Material v1.x library and localized installs using `npm`. You can find the component source-code for this library in the [AngularJS Material repository](https://github.com/angular/material).
50 lines (44 loc) • 1.04 kB
CSS
/*!
* AngularJS Material Design
* https://github.com/angular/material
* @license MIT
* v1.2.1
*/
/** Matches "md-tabs md-tabs-wrapper" style. */
.md-nav-bar {
border-style: solid;
border-width: 0 0 1px;
height: 48px;
position: relative; }
._md-nav-bar-list {
outline: none;
list-style: none;
margin: 0;
padding: 0;
box-sizing: border-box;
display: flex;
flex-direction: row; }
.md-nav-item:first-of-type {
margin-left: 8px; }
.md-button._md-nav-button {
line-height: 24px;
margin: 0 4px;
padding: 12px 16px;
transition: background-color 0.35s cubic-bezier(0.35, 0, 0.25, 1); }
.md-button._md-nav-button:focus {
outline: none; }
md-nav-ink-bar {
background-color: black;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 2px;
transform-origin: left top;
will-change: transform;
transition: transform 0.125s cubic-bezier(0.35, 0, 0.25, 1); }
md-nav-ink-bar.ng-animate {
transition: none; }
md-nav-extra-content {
min-height: 48px;
padding-right: 12px; }