1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 17:23:37 +00:00

radio styling

This commit is contained in:
Kyle Spearrin
2017-07-28 21:13:03 -04:00
parent f944910975
commit 04da844b22
4 changed files with 51 additions and 9 deletions

View File

@@ -332,6 +332,26 @@ form .btn .loading-icon {
}
}
.radio-boxed {
border: 1px solid @table-border-color;
border-radius: 3px;
padding: 10px 10px 10px 30px;
@media (min-width: @screen-xs) {
padding: 10px 20px 10px 30px;
+ .radio-lg {
margin-left: 20px;
}
}
}
.radio-lg {
@media (min-width: @screen-xs) {
font-size: @font-size-large;
}
}
/* Modals */
.modal-footer {
@@ -620,10 +640,24 @@ h1, h2, h3, h4, h5, h6 {
}
}
.braintree-placeholder {
.braintree-placeholder, .braintree-sheet__header {
display: none;
}
.braintree-sheet__content--button {
text-align: left;
padding: 0;
min-height: 0;
}
.braintree-sheet__container {
margin-bottom: 0;
}
.braintree-sheet {
border: none;
}
.clickable {
cursor: pointer;
}