1
0
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:
Kyle Spearrin
2017-04-07 12:32:15 -04:00
parent d39d49fb8f
commit 71adf31f7b
7 changed files with 547 additions and 498 deletions

View File

@@ -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;
}
}
}
}