63 lines
920 B
SCSS
63 lines
920 B
SCSS
@import "client/common";
|
|
|
|
#rsvp-submit-dialog {
|
|
|
|
min-height:initial;
|
|
|
|
.session-name {
|
|
margin:3px 0 0;
|
|
}
|
|
|
|
.scheduled-start {
|
|
margin:3px 0 0;
|
|
}
|
|
.schedule-recurrence {
|
|
margin:3px 0 0;
|
|
}
|
|
|
|
.part {
|
|
margin-top:30px;
|
|
}
|
|
|
|
.comment-instructions {
|
|
margin-top:30px;
|
|
}
|
|
|
|
.buttons {
|
|
position:absolute;
|
|
bottom:20px;
|
|
left:0;
|
|
width:100%;
|
|
@include border_box_sizing;
|
|
padding: 0 25px;
|
|
|
|
.left {
|
|
a {
|
|
margin-left:2px;
|
|
}
|
|
}
|
|
|
|
.right {
|
|
a:last-child {
|
|
margin-right:2px;
|
|
}
|
|
}
|
|
}
|
|
.rsvp-instruments {
|
|
height:auto;
|
|
overflow:auto;
|
|
background-color:#202020;
|
|
padding:8px;
|
|
margin-top:5px;
|
|
max-height:75px;
|
|
@include border_box_sizing;
|
|
}
|
|
|
|
.txtComment {
|
|
@include border_box_sizing;
|
|
width:100%;
|
|
font-size:15px;
|
|
padding:5px;
|
|
margin-bottom:32px; // to ensure buttons don't overlap
|
|
}
|
|
} |