Skip to content

Commit 12058d8

Browse files
Updated style.css
1 parent 3312a8a commit 12058d8

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

src/styles/pages/activities/getDefinition.css

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
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{
@@ -69,17 +74,18 @@
6974

7075

7176
.word-button {
72-
font-size: 23px;
77+
font-size: 17px;
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

0 commit comments

Comments
 (0)