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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user