File tree Expand file tree Collapse file tree 3 files changed +11
-7
lines changed Expand file tree Collapse file tree 3 files changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ const Loader = ({ color, message }) => {
1010 < div className = "puff-two" > </ div >
1111 </ div >
1212 { message ? (
13- < div className = "message text-primary text-center my-1" > { message } </ div >
13+ < div className = "loader-message text-center my-1" > { message } </ div >
1414 ) : null }
1515 </ Fragment >
1616 ) ;
Original file line number Diff line number Diff line change 11.spinner {
2- width : 50 px ;
3- height : 50 px ;
2+ width : 70 px ;
3+ height : 70 px ;
44 position : relative ;
55 margin : 20px auto 10px auto ;
66}
77
88.puff-one {
99 width : 100% ;
1010 height : 100% ;
11- border : thick solid #4b00ff ;
11+ border : thick solid #0e4072 ;
1212 border-radius : 50% ;
1313 opacity : 1 ;
1414 -webkit-animation : puff, puffop;
2626.puff-two {
2727 width : 100% ;
2828 height : 100% ;
29- border : thick solid #4b00ff ;
29+ border : thick solid #0e4072 ;
3030 border-radius : 50% ;
3131 opacity : 1 ;
3232 -webkit-animation : puff, puffop;
Original file line number Diff line number Diff line change 6666#poweredBy {
6767 a ,
6868 a :hover {
69- color : #4b00ff ;
69+ color : #0e4072 ;
7070 }
7171 a ::before {
72- background-color : #4b00ff ;
72+ background-color : #0e4072 ;
7373 }
7474}
7575
76+ .loader-message {
77+ color : #0e4072 ;
78+ }
79+
7680.card {
7781 background-color : #fdfdfd ;
7882}
You can’t perform that action at this time.
0 commit comments