mirror of
https://github.com/LucasVbr/own-workspace.git
synced 2026-05-13 17:21:58 +00:00
add box
This commit is contained in:
@@ -60,6 +60,7 @@ footer {
|
|||||||
margin-top: 16px;
|
margin-top: 16px;
|
||||||
border-radius: 16px;
|
border-radius: 16px;
|
||||||
padding: 0 24px 12px 24px;
|
padding: 0 24px 12px 24px;
|
||||||
|
box-shadow: rgba(0, 0, 0) 0px 4px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#pomodoro {
|
#pomodoro {
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div id="btn">
|
<div id="btn">
|
||||||
<button @click="getNewWordEveryday" id="fetch">
|
<button @click="getNewWordEveryday" id="fetch">
|
||||||
Learn another word
|
Générer un mot
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -114,6 +114,7 @@ export default {
|
|||||||
color: white;
|
color: white;
|
||||||
max-height: 320px;
|
max-height: 320px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
box-shadow: rgba(0, 0, 0) 0px 4px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#date-time {
|
#date-time {
|
||||||
@@ -136,6 +137,7 @@ export default {
|
|||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
margin-bottom: 8px;
|
margin-bottom: 8px;
|
||||||
|
color: #b4c2ff;
|
||||||
}
|
}
|
||||||
|
|
||||||
#definition {
|
#definition {
|
||||||
|
|||||||
@@ -203,6 +203,7 @@ export default {
|
|||||||
margin-right: 16px;
|
margin-right: 16px;
|
||||||
min-height: 260px;
|
min-height: 260px;
|
||||||
max-height: 330px;
|
max-height: 330px;
|
||||||
|
box-shadow: rgba(0, 0, 0) 0px 4px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#container {
|
#container {
|
||||||
|
|||||||
Reference in New Issue
Block a user