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

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

Loading…
Cancel
Save