mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-03-17 14:30:33 +00:00
25 lines
No EOL
481 B
CSS
25 lines
No EOL
481 B
CSS
/* Common */
|
|
/* Responsive Breakpoints */
|
|
/* Transitions - Based on Angular Material */
|
|
/* Elevation - Based on Angular Material */
|
|
.md-file {
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
}
|
|
.md-file input[type="file"] {
|
|
width: 1px;
|
|
height: 1px;
|
|
margin: -1px;
|
|
padding: 0;
|
|
overflow: hidden;
|
|
position: absolute;
|
|
clip: rect(0 0 0 0);
|
|
border: 0;
|
|
}
|
|
.md-file .md-icon {
|
|
cursor: pointer;
|
|
}
|
|
|
|
/*# sourceMappingURL=index.css.map*/ |