mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-03-31 13:20:39 +00:00
21 lines
311 B
SCSS
21 lines
311 B
SCSS
@import '../../core/stylesheets/variables.scss';
|
|
|
|
.md-file {
|
|
display: flex;
|
|
flex: 1;
|
|
|
|
input[type="file"] {
|
|
width: 1px;
|
|
height: 1px;
|
|
margin: -1px;
|
|
padding: 0;
|
|
overflow: hidden;
|
|
position: absolute;
|
|
clip: rect(0 0 0 0);
|
|
border: 0;
|
|
}
|
|
|
|
.md-icon {
|
|
cursor: pointer;
|
|
}
|
|
}
|