vue-material/dist/components/mdOnboarding/index.css
Pablo Henrique Penha Silva 4497bbd0dd [build] 0.7.3
2017-06-22 08:00:36 -03:00

102 lines
No EOL
2.4 KiB
CSS

/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-boards {
width: 100%;
height: 100% !important;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: column;
flex-flow: column;
position: relative;
}
.md-boards.md-transition-off * {
transition: none !important;
}
.md-boards.md-dynamic-height .md-boards-content {
transition: height 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.md-boards .md-boards-navigation {
bottom: 0;
width: 100%;
height: 48px;
min-height: 48px;
position: relative;
z-index: 1;
display: -ms-flexbox;
display: flex;
transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
-ms-flex-pack: justify;
justify-content: space-between;
}
.md-boards .md-board-header {
min-width: 24px;
max-width: 24px;
margin: 0;
padding: 0 12px;
display: inline-block;
position: relative;
cursor: pointer;
border: 0;
background: none;
transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
font-family: inherit;
font-size: 14px;
font-weight: 500;
text-transform: uppercase;
}
.md-boards .md-board-header.md-disabled {
cursor: default;
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-user-drag: none;
}
.md-boards .md-board-header-container {
display: -ms-flexbox;
display: flex;
-ms-flex-flow: column;
flex-flow: column;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center;
}
.md-boards .md-board-header-container .md-icon {
margin: 0;
}
.md-boards .md-board-header-container .md-icon:not(.md-control) {
width: 16px;
min-width: 16px;
height: 16px;
min-height: 16px;
font-size: 16px;
}
.md-boards .md-boards-content {
width: 100%;
position: relative;
overflow: hidden;
}
.md-boards .md-boards-wrapper {
width: 9999em;
height: 100% !important;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
transform: translate3d(0, 0, 0);
transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.md-boards .md-board {
padding: 16px;
position: absolute;
top: 0;
left: 0;
right: 0;
}
/*# sourceMappingURL=index.css.map*/