Author Added For Calendar, and Also CSS Changes for Width of Days

master
Pedram Keshavarzi 3 years ago
parent 91ba1c584c
commit 91ce49eca9
  1. 5
      src/components/Calender/index.css
  2. 1
      src/redux/data.js

@ -82,7 +82,7 @@
padding-top: 1.2em;
display: flex;
flex-direction: column;
width: 36em;
width: 40em;
z-index: 10;
max-width: 90vw;
min-height: 36.7em;
@ -193,6 +193,7 @@
transform: translateZ(0);
transition: var(--animation-duration);
line-height: 1;
color:#246E8A;
}
.Calendar__monthYear.-hiddenNext {
@ -523,7 +524,7 @@
border-radius: 11px;
transition: 0.2s;
border: 1px solid transparent;
margin: 0.3em;
margin:0.2em;
color: rgba(0, 0, 0, 0.8);
display: flex;
justify-content: center;

@ -482,6 +482,7 @@ const components = [
},
{
name : "Calender",
author: "Keshavarzi",
props : [
],

Loading…
Cancel
Save