Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
Database_project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Phrot Vedal
Database_project
Commits
3b3b7aa0
Commit
3b3b7aa0
authored
1 year ago
by
Tiago Brito
Browse files
Options
Downloads
Patches
Plain Diff
Implemented Header.css
parent
4d60ee22
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
frontend/src/css/Header.css
+86
-0
86 additions, 0 deletions
frontend/src/css/Header.css
with
86 additions
and
0 deletions
frontend/src/css/Header.css
0 → 100644
+
86
−
0
View file @
3b3b7aa0
/* Header.css */
@import
"~@fortawesome/fontawesome-free/css/all.css"
;
header
{
display
:
flex
;
align-items
:
center
;
justify-content
:
space-between
;
padding
:
25px
40px
;
background-color
:
#373737
;
box-shadow
:
0
2px
4px
rgba
(
0
,
0
,
0
,
0.1
);
}
.logo
a
{
font-size
:
30px
;
font-weight
:
bold
;
color
:
#fff
;
text-decoration
:
none
;
}
.search-bar
{
display
:
flex
;
align-items
:
center
;
margin
:
0
40px
;
flex-grow
:
1
;
}
.search-bar
input
[
type
=
"text"
]
{
flex-grow
:
1
;
padding
:
12px
;
border
:
none
;
font-size
:
15px
;
}
.brand-select
{
padding
:
11px
16px
;
cursor
:
pointer
;
border-radius
:
4px
0
0
4px
;
border
:
none
;
font-size
:
15px
;
background
:
#EDEDED
;
}
.search-bar
button
{
padding
:
9px
12px
;
background-color
:
#B4F1FF
;
color
:
white
;
border
:
none
;
border-radius
:
0
4px
4px
0
;
cursor
:
pointer
;
}
.search-bar
i
{
font-size
:
23px
;
color
:
#373737
;
}
.user-controls
{
display
:
inline-flex
;
}
.user-controls
a
{
display
:
flex
;
flex-direction
:
column
;
text-decoration
:
none
;
color
:
#fff
;
}
.user-controls
i
{
font-size
:
25px
;
color
:
#fff
;
}
.user-controls
span
{
font-size
:
16px
;
}
/* Add additional styles as needed */
.signin-button
{
align-items
:
center
;
padding
:
0
50px
0
0
;
}
.cart-button
{
align-items
:
center
;
padding
:
0
10px
0
0
;
}
\ No newline at end of file
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