mirror of
https://github.com/mickael-kerjean/filestash.git
synced 2025-11-02 03:54:59 +08:00
15 lines
326 B
SCSS
15 lines
326 B
SCSS
.component_input{
|
|
background: inherit;
|
|
border: none;
|
|
border-radius: 0;
|
|
border-bottom: 2px solid rgba(70, 99, 114, 0.1);
|
|
width: 100%;
|
|
display: inline-block;
|
|
font-size: inherit;
|
|
padding: 5px 0px 5px 0px;
|
|
margin: 0 0 8px 0;
|
|
outline: none;
|
|
box-sizing: border-box;
|
|
color: inherit;
|
|
}
|