You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

84 lines
1.0 KiB
SCSS

body {
font-family: sans-serif;
line-height: 1.4;
}
.wrapper {
max-width: 900px;
margin: 0px auto;
}
pre {
padding: 16px;
border: 1px solid rgb(186, 186, 186);
background-color: rgb(238, 238, 238);
border-radius: 5px;
}
code {
padding: 3px 7px 3px 7px;
}
code, pre {
font-size: 16px;
background-color: #eeeeee;
border-radius: 5px;
}
.donation-method {
padding: 16px;
border: 1px solid rgb(186, 186, 186);
background-color: rgb(238, 238, 238);
border-radius: 5px;
margin-bottom: 8px;
h3 {
margin-top: 0px;
margin-bottom: 7px;
border-bottom: none;
}
p {
margin: 5px 0px;
}
.amount {
font-size: 16px;
label {
margin-right: 7px;
}
input {
margin: 0px 2px;
font-size: 16px;
padding: 4px 5px;
border-radius: 3px;
border: 1px solid silver;
width: 80px;
}
}
&.monthly .amount input {
width: 55px;
}
.amount, .submit {
display: inline;
}
.submit {
position: relative;
top: 8px;
left: 12px;
}
}
h2 {
border-bottom: 1px solid silver;
}
h3 {
border-bottom: 1px solid rgb(205, 205, 205);
}