Skip to content

Commit

Permalink
header reconfigured
Browse files Browse the repository at this point in the history
regarding the #106
  • Loading branch information
IremToroslu committed Jun 10, 2021
1 parent ebd103b commit 85567d4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 1 addition & 3 deletions frontend/src/components/header/HeaderComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,7 @@ function HeaderComponent() {
<Row
vertical='center'
horizontal='space-between'
style={{
height: 70
}}

>
<div className='HeaderTitle' vertical='center' horizontal='space-between'>
<span className=' w3-padding-16 w3-margin-left'>
Expand Down
5 changes: 3 additions & 2 deletions frontend/src/components/header/header.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@import url('theme.css');
/* Reconfiguration of the header bar */
.HeaderContainer {
height: 85;
height: 65px;
width: 100%;
/* background-color: #4D217A; */
background: var(--global--headerbar--color);
Expand All @@ -15,7 +15,8 @@
font-size: var(--global--header-title--FontSize);
line-height: 16px;
letter-spacing: 0.5px;
margin-left: 30px;
padding-left: 25px;
margin-top:5px;
color: var( --global--header--title--color);
}
/* Reconfiguration of the icon style on the header bar */
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

/* --global--text and title--fontsizes */
--global--header-title--FontSize: 24px;
--global--header-icon-title--FontSize: 35px;
--global--header-icon-title--FontSize: 40px;
--global--header-back-icon-title--FontSize: 20px;
--global--panel-title--FontSize: 22px;
--global--icon-title--FontSize: 18px;
Expand Down

0 comments on commit 85567d4

Please sign in to comment.