forked from External/greenlight
Move the refresh button to be inside the meeting URL input
Less buttons, better interface.
This commit is contained in:
@ -69,3 +69,20 @@
|
||||
z-index: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.meeting-url-group {
|
||||
position: relative;
|
||||
|
||||
.generate-link {
|
||||
position: absolute;
|
||||
right: 12px;
|
||||
top: 10px;
|
||||
z-index: 9;
|
||||
color: #999;
|
||||
cursor: pointer;
|
||||
|
||||
&:hover {
|
||||
color: #000;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user