aboutsummaryrefslogtreecommitdiff
path: root/src/client/util/CalendarManager.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/util/CalendarManager.scss')
-rw-r--r--src/client/util/CalendarManager.scss62
1 files changed, 62 insertions, 0 deletions
diff --git a/src/client/util/CalendarManager.scss b/src/client/util/CalendarManager.scss
new file mode 100644
index 000000000..60610f298
--- /dev/null
+++ b/src/client/util/CalendarManager.scss
@@ -0,0 +1,62 @@
+.calendar-interface{
+ width: 600px;
+ display: flex;
+ flex-direction: column;
+ align-items: flex-start;
+ justify-content: center;
+ gap: 7px;
+ padding: 10px;
+
+ .selected-doc-title{
+ font-size: 1.4em;
+ }
+
+ .creation-type-container{
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ align-self: center;
+ gap: 12px;
+
+ .calendar-creation{
+ cursor: pointer;
+ }
+
+ .calendar-creation-selected{
+ border-bottom: 2px solid white;
+ }
+ }
+
+ .choose-calendar-container{
+ margin-top: 10px;
+ align-self: center;
+ width: 60%;
+
+ .MuiFilledInput-input{
+ padding: 10px;
+ }
+ }
+
+ .date-range-picker-container{
+ margin-top: 5px;
+ align-self:center;
+
+ .react-date-range{
+
+ }
+ }
+
+ .create-button-container{
+
+ margin-top: 5px;
+ align-self: center;
+
+ .button-content{
+ font-size: 1.2em;
+ padding: 10px;
+ border-radius: 5px;
+ background-color: #EFF2F7;
+ }
+
+ }
+}