copy url tooltip

This commit is contained in:
Zachary Chai
2016-11-17 12:17:58 -05:00
parent 459740cb36
commit fd044fc75d
4 changed files with 63 additions and 11 deletions

View File

@ -2,11 +2,20 @@
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/
.join-form {
width: 100%;
.center-panel-wrapper {
.join-form {
width: 100%;
}
.meeting-url-wrapper {
.meeting-url {
cursor: default;
}
}
}
.rooms {
.table-wrapper {
padding: 40px 50px 10px 50px;
@ -18,4 +27,5 @@
}
}
}
}