This commit is contained in:
RemiSaurel
2022-08-18 22:15:01 +02:00
parent 5befa4af62
commit 1e1028fc9d
3 changed files with 5 additions and 1 deletions
+1
View File
@@ -60,6 +60,7 @@ footer {
margin-top: 16px;
border-radius: 16px;
padding: 0 24px 12px 24px;
box-shadow: rgba(0, 0, 0) 0px 4px 10px;
}
#pomodoro {
+3 -1
View File
@@ -18,7 +18,7 @@
</div>
<div id="btn">
<button @click="getNewWordEveryday" id="fetch">
Learn another word
Générer un mot
</button>
</div>
</div>
@@ -114,6 +114,7 @@ export default {
color: white;
max-height: 320px;
overflow: auto;
box-shadow: rgba(0, 0, 0) 0px 4px 10px;
}
#date-time {
@@ -136,6 +137,7 @@ export default {
font-size: 24px;
font-weight: bold;
margin-bottom: 8px;
color: #b4c2ff;
}
#definition {
+1
View File
@@ -203,6 +203,7 @@ export default {
margin-right: 16px;
min-height: 260px;
max-height: 330px;
box-shadow: rgba(0, 0, 0) 0px 4px 10px;
}
#container {