File tree Expand file tree Collapse file tree 2 files changed +12
-16
lines changed
client/src/components/Button Expand file tree Collapse file tree 2 files changed +12
-16
lines changed Original file line number Diff line number Diff line change 1
1
import styled from 'styled-components' ;
2
- import { MdMovie } from 'react-icons/md ' ;
2
+ import { FaYoutube } from 'react-icons/fa ' ;
3
3
4
4
export const StyledLoginBtn = styled . button `
5
5
margin: 0 1vw;
@@ -45,28 +45,25 @@ export const StyledTrailerBtn = styled.button`
45
45
display: flex;
46
46
justify-content: center;
47
47
align-items: center;
48
- background-color: rgb(251, 197, 0);
49
- opacity: 0.9;
50
- color: rgb(35, 35, 35);
51
- border: none;
52
- border-radius: 0.5rem;
53
- padding: 0.5rem 1rem;
48
+ background-color: transparent;
49
+ color: rgb(251, 197, 0);
50
+ border: 0.15rem solid rgb(251, 197, 0);
51
+ border-radius: 10rem;
52
+ padding: 0.5rem 1.5rem;
54
53
font-family: 'Abel', sans-serif;
55
54
font-size: 1.5rem;
56
- font-weight: 600 ;
55
+ font-weight: 500 ;
57
56
letter-spacing: 0.05em;
58
57
transition: all 0.3s;
59
- text-decoration: none;
60
- outline: none;
61
58
cursor: pointer;
62
59
63
60
:hover {
64
- opacity: 1;
61
+ background-color: rgb(251, 197, 0);
62
+ color: rgb(35, 35, 35);
65
63
}
66
64
` ;
67
65
68
- export const TrailerIcon = styled ( MdMovie ) `
69
- color: rgb(35, 35, 35);
70
- font-size: 1.5rem;
66
+ export const TrailerIcon = styled ( FaYoutube ) `
67
+ font-size: 1.8rem;
71
68
margin-right: 0.5rem;
72
69
` ;
Original file line number Diff line number Diff line change 12
12
},
13
13
"repository" : {
14
14
"type" : " git" ,
15
- "url" : " git+https://github.com/marcdvlpr /react-movie.git"
15
+ "url" : " git+https://github.com/mdossantosdev /react-movie.git"
16
16
},
17
- "author" : " marcdvlpr" ,
18
17
"license" : " MIT" ,
19
18
"dependencies" : {
20
19
"axios" : " ^0.19.2" ,
You can’t perform that action at this time.
0 commit comments