mirror of
https://github.com/strapi/strapi.git
synced 2025-08-16 04:34:40 +00:00
30 lines
477 B
SCSS
30 lines
477 B
SCSS
.inputFile {
|
|
opacity: 0;
|
|
overflow: hidden;
|
|
position: absolute;
|
|
z-index: -1;
|
|
}
|
|
|
|
.buttonContainer {
|
|
width: 100%;
|
|
height: 34px;
|
|
text-align: center;
|
|
background-color: #FAFAFB;
|
|
border: 1px solid #E3E9F3;
|
|
border-top: 0;
|
|
border-bottom-left-radius: 2px;
|
|
border-bottom-right-radius: 2px;
|
|
|
|
color: #333740;
|
|
font-size: 12px;
|
|
font-weight: 700;
|
|
-webkit-font-smoothing: antialiased;
|
|
line-height: 34px;
|
|
cursor: pointer;
|
|
|
|
> i {
|
|
margin-right: 10px;
|
|
}
|
|
|
|
}
|