mirror of
https://github.com/kevin-DL/build-gmail-clone-with-vue-3.git
synced 2026-01-16 21:04:33 +00:00
Move CSS to App.vue + add some rules
This commit is contained in:
@@ -24,26 +24,5 @@
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.modal, .overlay {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
position: fixed;
|
||||
left: 0;
|
||||
top: 0;
|
||||
}
|
||||
.overlay {
|
||||
opacity: 0.5;
|
||||
background-color: black;
|
||||
}
|
||||
.modal-card {
|
||||
position: relative;
|
||||
max-width: 80%;
|
||||
margin: auto;
|
||||
margin-top: 30px;
|
||||
padding: 20px;
|
||||
background-color: white;
|
||||
min-height: 500px;
|
||||
z-index: 10;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user