File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed
src/styles/pages/activities Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change 11# Search {
22 width : 300px ;
3- height : 20px ;
4- border-radius : 15px ;
3+ height : 50px ;
4+ border-radius : 7px ;
5+ border : 2px solid black;
6+ }
7+ # Search : focus {
8+ border : none;
9+ outline : 2px solid orange;
510}
6-
711.rquote-root {
812 display : flex;
913 align-items : center;
1014 justify-content : center;
1115 flex-direction : column;
16+ margin-top : 50px ;
1217}
1318
1419.word-definition {
6974
7075
7176.word-button {
72- font-size : 23 px ;
77+ font-size : 17 px ;
7378 background : white;
7479 border-radius : 10px ;
7580 padding : 10px ;
7681 margin : 10px ;
7782 transition-duration : 300ms ;
83+ border : 2px solid # 25f0ff ;
7884}
7985
8086.word-button : hover {
8187 cursor : pointer;
8288 box-shadow : rgba (0 , 0 , 0 , 0.24 ) 0px 3px 8px ;
83- background : # 4c99fc ;
89+ background : # 25f0ff ;
8490}
8591
You can’t perform that action at this time.
0 commit comments