This repository has been archived on 2025-09-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
repertory-ui/src/components/MountItem/MountItem.css
2019-04-09 12:18:57 -05:00

12 lines
254 B
CSS

input.MountItemInput {
margin: 0;
padding: 3px;
border-radius: var(--border_radius);
background: rgba(160, 160, 160, 0.1);
border: none;
box-shadow: none;
outline: none;
color: var(--text_color);
box-sizing: border-box;
width: 100%;
}