1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 09:13:33 +00:00

create org form styling

This commit is contained in:
Kyle Spearrin
2017-04-07 11:39:56 -04:00
parent 7c91066618
commit d39d49fb8f
2 changed files with 101 additions and 41 deletions

View File

@@ -171,6 +171,29 @@ form .btn .loading-icon {
}
}
.radio .label-block {
display: block;
border: 1px solid @table-border-color;
border-radius: 3px;
padding: 10px 10px 10px 30px;
font-weight: bold;
input[type=radio] {
margin-left: -20px;
}
span {
display: block;
color: @text-muted;
font-size: 90%;
font-weight: normal;
&:last-child {
margin-bottom: 0;
}
}
}
/* Modals */
.modal-footer {