Commit 5884f72 1 parent 378082e commit 5884f72 Copy full SHA for 5884f72
File tree 1 file changed +12
-12
lines changed
1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -13,18 +13,18 @@ export const HeaderContainer = styled.nav`
13
13
width: 100%;
14
14
15
15
background: white;
16
- border-bottom: 0.125rem solid ${ theme . color . light . secondary_200 } ;
16
+ border-bottom: 2px solid ${ theme . color . light . secondary_200 } ;
17
17
` ;
18
18
19
19
export const HeaderContentContainer = styled . div `
20
20
display: flex;
21
- gap: 60px ;
21
+ gap: 3.75rem ;
22
22
align-items: center;
23
23
24
- width: 1280px ;
25
- max-width: 1280px ;
26
- height: 64px ;
27
- padding: 30px ;
24
+ width: 80rem ;
25
+ max-width: 80rem ;
26
+ height: 4rem ;
27
+ padding: 1.875rem ;
28
28
29
29
white-space: nowrap;
30
30
` ;
@@ -42,19 +42,19 @@ export const NewTemplateButton = styled.button`
42
42
align-items: center;
43
43
justify-content: center;
44
44
45
- width: 120px ;
46
- height: 38px ;
45
+ width: 7.5rem ;
46
+ height: 2.375rem ;
47
47
48
48
background-color: white;
49
- border: 0.125rem solid ${ theme . color . light . primary_800 } ;
50
- border-radius: 0.5rem ;
49
+ border: 2px solid ${ theme . color . light . primary_800 } ;
50
+ border-radius: 8px ;
51
51
` ;
52
52
53
53
export const UserMenuButton = styled . button `
54
54
cursor: pointer;
55
55
56
- width: 38px ;
57
- height: 38px ;
56
+ width: 2.375rem ;
57
+ height: 2.375rem ;
58
58
59
59
color: ${ theme . color . light . primary_800 } ;
60
60
You can’t perform that action at this time.
0 commit comments