1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 00:33:44 +00:00

add/edit login custom fields

This commit is contained in:
Kyle Spearrin
2017-09-25 10:20:26 -04:00
parent eace0f32f0
commit 068fd5d06c
8 changed files with 153 additions and 18 deletions

View File

@@ -318,6 +318,29 @@
display: block;
width: 100%;
font-weight: normal;
margin-bottom: 5px;
}
&.list-section-item-table {
display: table;
width: 100%;
}
.action-button {
padding: 8px 10px 8px 5px;
display: table-cell;
width: 20px;
vertical-align: middle;
}
.action-button-content {
display: table-cell;
vertical-align: middle;
}
.field-type {
margin: 5px 0 0 27px;
width: ~"calc(100% - 27px)";
}
.btn-list {
@@ -387,7 +410,7 @@
}
&.list-section-item-checkbox, &.list-section-item-input, &.list-section-item-slider {
label {
label, .item-label {
font-size: @font-size-base;
color: @text-color;
display: inline;