scope css

This commit is contained in:
hay-kot 2021-03-31 22:03:26 -08:00
commit 59fdea87e0
2 changed files with 3 additions and 8 deletions

View file

@ -160,11 +160,13 @@ export default {
.notify-base { .notify-base {
color: white !important; color: white !important;
/* min-height: 50px; */
margin-right: 60px; margin-right: 60px;
margin-bottom: -5px; margin-bottom: -5px;
opacity: 0.9 !important; opacity: 0.9 !important;
} }
*::-webkit-scrollbar { *::-webkit-scrollbar {
width: 0.25rem; width: 0.25rem;
} }
@ -176,11 +178,4 @@ export default {
*::-webkit-scrollbar-thumb { *::-webkit-scrollbar-thumb {
background: grey; background: grey;
} }
.notify-base {
color: white !important;
margin-right: 60px;
margin-bottom: -5px;
opacity: 0.9 !important;
}
</style> </style>

View file

@ -55,7 +55,7 @@ export default {
}; };
</script> </script>
<style> <style scoped>
p { p {
margin-bottom: auto !important; margin-bottom: auto !important;
} }