We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e6a332 commit e8cdae6Copy full SHA for e8cdae6
src/components/calendar.vue
@@ -266,7 +266,7 @@ export default {
266
267
.v-calendar .content {
268
display: flex;
269
- box-shadow: 0 20px 30px 0 rgba(234, 234, 235, .7);
+ box-shadow: 0 20px 30px 0 rgba(0, 0, 0, .2);
270
border: 1px solid #eaeaeb;
271
position: absolute;
272
background: #fff;
@@ -417,7 +417,7 @@ export default {
417
.v-calendar.top .content {
418
top: 100%;
419
transform: translateY(calc(-100% - 66px));
420
- box-shadow: 3px -14px 30px 0px rgba(234, 234, 235, .7);
+ box-shadow: 3px -14px 30px 0px rgba(0, 0, 0, .2);
421
}
422
.v-calendar.top .content .calendar:first-child::before {
423
border-width: 10px;
0 commit comments