2020-04-13 16:08:39 +02:00
|
|
|
@import "../css/_variables";
|
2020-04-10 18:09:29 -04:00
|
|
|
|
2020-03-11 19:42:18 +01:00
|
|
|
.RoomDialog-modalButton.is-collaborating {
|
2020-04-10 18:09:29 -04:00
|
|
|
background-color: $oc-green-0;
|
|
|
|
color: $oc-green-9;
|
2020-03-11 19:42:18 +01:00
|
|
|
}
|
|
|
|
|
2020-03-11 22:48:27 +01:00
|
|
|
.RoomDialog-modalButton-collaborators {
|
|
|
|
min-width: 1em;
|
|
|
|
position: absolute;
|
|
|
|
bottom: -5px;
|
|
|
|
right: -5px;
|
|
|
|
padding: 3px;
|
|
|
|
border-radius: 50%;
|
2020-04-10 18:09:29 -04:00
|
|
|
background-color: $oc-green-6;
|
|
|
|
color: $oc-white;
|
2020-03-11 22:48:27 +01:00
|
|
|
font-size: 0.7em;
|
|
|
|
font-family: var(--ui-font);
|
|
|
|
}
|
|
|
|
|
2020-03-11 19:42:18 +01:00
|
|
|
.RoomDialog-linkContainer {
|
|
|
|
display: flex;
|
|
|
|
margin: 1.5em 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.RoomDialog-link {
|
|
|
|
min-width: 0;
|
|
|
|
flex: 1 1 auto;
|
2020-03-11 22:48:27 +01:00
|
|
|
margin-left: 1em;
|
2020-03-11 19:42:18 +01:00
|
|
|
display: inline-block;
|
|
|
|
cursor: pointer;
|
|
|
|
border: none;
|
|
|
|
height: 2.5rem;
|
|
|
|
line-height: 2.5rem;
|
|
|
|
padding: 0 0.5rem;
|
|
|
|
white-space: nowrap;
|
|
|
|
border-radius: var(--space-factor);
|
2020-04-10 18:09:29 -04:00
|
|
|
background-color: var(--button-gray-1);
|
2020-03-11 19:42:18 +01:00
|
|
|
}
|
|
|
|
|
2020-04-07 14:02:42 +01:00
|
|
|
.RoomDialog-usernameContainer {
|
|
|
|
display: flex;
|
|
|
|
margin: 1.5em 0;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.RoomDialog-username {
|
2020-04-10 18:09:29 -04:00
|
|
|
appearance: none;
|
2020-04-07 14:02:42 +01:00
|
|
|
min-width: 0;
|
|
|
|
flex: 1 1 auto;
|
|
|
|
margin-left: 1em;
|
|
|
|
height: 2.5rem;
|
2020-04-10 18:09:29 -04:00
|
|
|
font-size: 1em;
|
|
|
|
line-height: 1.5;
|
2020-04-07 14:02:42 +01:00
|
|
|
padding: 0 0.5rem;
|
2020-03-11 19:42:18 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.RoomDialog-sessionStartButtonContainer {
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.RoomDialog-stopSession {
|
2020-04-10 18:09:29 -04:00
|
|
|
background-color: $oc-red-1;
|
|
|
|
color: $oc-red-9;
|
2020-03-11 19:42:18 +01:00
|
|
|
}
|