1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 16:53:34 +00:00

add support for login uris

This commit is contained in:
Kyle Spearrin
2018-03-01 23:45:12 -05:00
parent 9b566e5990
commit 72771d4b90
6 changed files with 146 additions and 39 deletions

View File

@@ -45,7 +45,7 @@
border-radius: $border-radius;
}
&:last-child:not(.box-content-row-cf) {
&:last-child {
&:before {
border: none;
height: 0;
@@ -95,21 +95,25 @@
}
&.box-content-row-flex, &.box-content-row-checkbox, &.box-content-row-input,
&.box-content-row-slider, &.box-content-row-cf {
&.box-content-row-slider, &.box-content-row-multi {
display: flex;
align-items: center;
word-break: break-word;
}
&.box-content-row-cf {
&.box-content-row-multi {
width: 100%;
input:not([type="checkbox"]) {
width: 100%;
}
input + label.sr-only + select {
margin-top: 5px;
}
> a {
padding: 8px 10px 8px 5px;
padding: 8px 8px 8px 4px;
color: $brand-danger;
margin: 0;
}