Skip to content

Commit

Permalink
Adding css
Browse files Browse the repository at this point in the history
  • Loading branch information
AnishGopalan84 committed Oct 13, 2017
1 parent 5aef65f commit dbd75fa
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 0 deletions.
27 changes: 27 additions & 0 deletions src/css/DatetimePick.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
.datetimePicker {
display: inline-block;
width: 250px;
margin-bottom: 0;
margin-left: 4%;
&.input-append, &.input-prepend {
font-size: inherit; /* override bootstrap2 insanity */
}

.rdt {
display: inline-block;

.form-control {
border-radius: 0;
}

.rdtPicker {
.rdtSwitch, .rdtTimeToggle {
background-color: #f8f8f8;

&:hover {
background-color: #eee;
}
}
}
}
}
14 changes: 14 additions & 0 deletions src/css/MeetingAgenda.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
.meetingAgenda {

}

.meetingDateDiv {
margin-top: 5%;
margin-left: 15%;
}

.meetingTableWrapper {
margin: 1%
}


25 changes: 25 additions & 0 deletions src/css/MeetingTable.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
.meetingTable {

}

.meetingRows {
margin-left: 18%;
padding: 1%;
}

.meetingLabels {
margin-right: 1%;
padding: 1%;
}
.meetingPoint {

}

.meetingShortDesc {

}

.meetingVotes {

}

0 comments on commit dbd75fa

Please sign in to comment.