FunctionProject/website/public/css/pages/users.css

20 lines
390 B
CSS
Raw Normal View History

2020-05-04 12:58:36 +02:00
.Users__form-control {
display: block;
height: calc(1.5em + 0.75rem + 2px);
padding: 0.375rem 0.75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: 0.5em;
2020-05-04 12:58:36 +02:00
}
.Users__search-container {
margin-bottom: 50px;
2020-05-04 12:58:36 +02:00
}
.Users__search-input {
width: 50%;
2020-05-04 12:58:36 +02:00
}