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
Site.js
starters
starter-theme
Commits
6b8f83a7
Commit
6b8f83a7
authored
Mar 17, 2021
by
Laura Kalbag
⚡
Browse files
Continue working on fund us form structure, style and accessibility
parent
2d85f5f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
assets/css/base.css
View file @
6b8f83a7
...
...
@@ -578,6 +578,21 @@ input::-moz-focus-inner {
}
}
/* A class for hiding items visually while keeping them visible to assistive technology. Use with caution and avoid where the content can be happily shown. */
.visually-hidden
{
border
:
0
!important
;
clip
:
rect
(
1px
,
1px
,
1px
,
1px
)
!important
;
-webkit-clip-path
:
inset
(
50%
)
!important
;
clip-path
:
inset
(
50%
)
!important
;
height
:
1px
!important
;
overflow
:
hidden
!important
;
padding
:
0
!important
;
position
:
absolute
!important
;
width
:
1px
!important
;
white-space
:
nowrap
!important
;
}
/* Shortcode elements */
.gist
,
.s_video_simple
,
.instagram-media
,
.s_instagram_simple
{
...
...
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