mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 09:13:33 +00:00
org create form on it's own page instead of modal
This commit is contained in:
@@ -171,25 +171,39 @@ 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;
|
||||
.radio.radio-block {
|
||||
&:first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
span {
|
||||
display: block;
|
||||
color: @text-muted;
|
||||
font-size: 90%;
|
||||
font-weight: normal;
|
||||
&:last-child {
|
||||
margin-bottom: 0;
|
||||
|
||||
&:last-child {
|
||||
margin-bottom: 0;
|
||||
label {
|
||||
border-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
label {
|
||||
display: block;
|
||||
border-bottom: 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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user