Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Frontend-MECRED
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MECRED
Frontend-MECRED
Commits
ba430f19
Commit
ba430f19
authored
Jul 15, 2024
by
Richard Fernando Heise Ferreira
Browse files
Options
Downloads
Plain Diff
Merge branch 'issue-119/botoes-acessibilidade' into 'develop'
Issue
#119
: ADD acessibility buttons See merge request
!136
parents
a210c7a2
4f6a5d20
No related branches found
No related tags found
1 merge request
!136
Issue #119: ADD acessibility buttons
Pipeline
#38428
passed
Jul 15, 2024
Stage: test
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/app/components/AcessibilityBar.js
+52
-28
52 additions, 28 deletions
src/app/components/AcessibilityBar.js
src/app/components/Header.js
+1
-1
1 addition, 1 deletion
src/app/components/Header.js
src/app/components/SideBar.js
+1
-1
1 addition, 1 deletion
src/app/components/SideBar.js
with
54 additions
and
30 deletions
src/app/components/AcessibilityBar.js
+
52
−
28
View file @
ba430f19
...
...
@@ -82,9 +82,31 @@ export default function AcessibilityBar({handleOpenMenu, openMenu}) {
};
return
(
<
div
className
=
"
fixed top-0 flex justify-between w-full bg-white z-20 text-sm h-10 py-1 px-6 text-text-filter whitespace-nowrap border-b border-outlineColor
"
>
<>
<
div
className
=
"
block xl:hidden
"
>
<
div
className
=
"
fixed top-0 flex justify-between w-screen bg-white z-20 text-sm h-12 py-1 px-3 text-text-filter whitespace-nowrap border-b border-outlineColor
"
>
<
div
className
=
"
flex justify-between w-full leading-tight
"
>
<
button
className
=
"
text-start font-thin
"
id
=
"
MECRED
"
onClick
=
{
handleOpenMenu
}
>
<
span
>
Plataforma
MEC
de
<
/span><br /
>
<
span
>
Recursos
Educacionais
Digitais
<
/span>
<
/button
>
<
button
onClick
=
{()
=>
toggleContrast
()}
>
<
ContrastTwoToneIcon
className
=
"
text-3xl pb-1
"
/>
<
/button
>
<
/div
>
<
/div
>
<
/div
>
<
div
className
=
"
flex justify-between w-full max-sm:hidden
"
>
<
div
className
=
"
hidden xl:block
"
>
<
div
className
=
"
fixed top-0 flex justify-between w-screen bg-white z-20 text-sm h-10 py-1 px-6 text-text-filter whitespace-nowrap border-b border-outlineColor
"
>
<
div
className
=
"
flex justify-between w-full max-sm:hidden font-thin
"
>
<
button
id
=
"
MECRED
"
onClick
=
{
handleOpenMenu
}
>
Plataforma
MEC
de
Recursos
Educacionais
Digitais
<
/button
>
...
...
@@ -120,6 +142,8 @@ export default function AcessibilityBar({handleOpenMenu, openMenu}) {
<
/div
>
<
/div
>
<
/div
>
<
/
>
);
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
src/app/components/Header.js
+
1
−
1
View file @
ba430f19
...
...
@@ -175,7 +175,7 @@ export default function Header({ setFilterState, filterState, handleOpenMenu })
};
return
(
<
div
className
=
"
fixed top-10 z-10
"
>
<
div
className
=
"
fixed
max-xl:top-12
top-10 z-10
"
>
<
div
className
=
"
max-sm:h-12 h-20 flex gap-3 sm:gap-12 justify-between
px-2 shadow-none w-screen
bg-fundo
...
...
This diff is collapsed.
Click to expand it.
src/app/components/SideBar.js
+
1
−
1
View file @
ba430f19
...
...
@@ -124,7 +124,7 @@ export default function SideBar({ setFilterState, filterState, openMenu }) {
<>
<
div
className
=
{
`top-[125px] start-0 overflow-y-auto
max-sm:top-[
88
px]
max-sm:top-[
96
px]
pb-24 pl-8 w-64 text-white fixed h-full
z-40 ease-in-out duration-300
bg-fundo
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment