mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 09:13:33 +00:00
add search to people listing
This commit is contained in:
@@ -122,6 +122,39 @@ form .btn .loading-icon {
|
||||
}
|
||||
}
|
||||
|
||||
/* Forms */
|
||||
|
||||
.form-control {
|
||||
border-radius: 0 !important;
|
||||
}
|
||||
|
||||
.has-feedback {
|
||||
&.form-group-sm {
|
||||
input {
|
||||
padding-right: (@input-height-small * 1.25);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.has-feedback.has-feedback-left {
|
||||
input {
|
||||
padding-left: (@input-height-base * 1.25);
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
&.form-group-sm {
|
||||
input {
|
||||
padding-left: (@input-height-small * 1.25);
|
||||
padding-right: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.form-control-feedback {
|
||||
right: initial;
|
||||
left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
/* Modals */
|
||||
|
||||
.modal-footer {
|
||||
@@ -183,6 +216,12 @@ form .btn .loading-icon {
|
||||
border-top-width: 0;
|
||||
}
|
||||
|
||||
.box-header .box-filters {
|
||||
position: absolute;
|
||||
left: 10px;
|
||||
top: 5px;
|
||||
}
|
||||
|
||||
/* Toastr */
|
||||
|
||||
#toast-container {
|
||||
|
||||
Reference in New Issue
Block a user