Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Small Technology Foundation web site
spikes
patronage
Commits
f436eb15
Verified
Commit
f436eb15
authored
Jul 27, 2019
by
Aral Balkan
Browse files
Improve accessibility
parent
9cc99794
Changes
1
Hide whitespace changes
Inline
Side-by-side
fund-us/css/index.css
View file @
f436eb15
...
...
@@ -130,7 +130,7 @@ label
.donationTypeButtonLabel
{
width
:
48%
;
height
:
3
0
px
;
height
:
3
4
px
;
line-height
:
30px
;
text-align
:
center
;
margin-bottom
:
12px
;
...
...
@@ -144,9 +144,15 @@ input[name="donationType"] {
display
:
none
;
}
input
[
name
=
"donationType"
]
+
label
{
border
:
2px
solid
#eee
;
}
input
[
name
=
"donationType"
]
:checked
+
label
{
background-color
:
#FFC3A7
;
color
:
#82073B
;
background-color
:
#D2D8ED
;
color
:
#422D50
;
box-sizing
:
border-box
;
border
:
2px
solid
#AAB5D6
;
}
/* only add right margin to first button
...
...
@@ -163,7 +169,7 @@ input[name="donationType"]:checked + label {
display
:
block
;
float
:
left
;
width
:
62px
;
height
:
8
5
px
;
height
:
8
9
px
;
line-height
:
85px
;
margin-bottom
:
10px
;
margin-right
:
10px
;
...
...
@@ -194,10 +200,16 @@ input[name="donationType"]:checked + label {
text-align
:
center
;
}
input
[
name
=
"donationAmount"
]
+
label
{
border
:
2px
solid
#eee
;
}
input
[
name
=
"donationAmount"
]
:checked
+
label
{
color
:
#154652
;
background-color
:
#AFE1E8
;
border
:
2px
solid
#76BCC7
;
}
#otherDonationLabel
...
...
@@ -258,6 +270,7 @@ input[name="donationAmount"]:checked + label
{
color
:
#ccc
;
background-color
:
#eee
;
border
:
2px
solid
#eee
;
}
@media
only
screen
and
(
min-width
:
380px
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment