forked from External/greenlight
GRN2-253: Added the ability to share rooms across multiple users (#912)
* Added ability to share rooms with other users * Fixed testcases
This commit is contained in:
committed by
farhatahmad
parent
8cbfc3f730
commit
967130e57c
@ -36,14 +36,16 @@
|
||||
@import "tabler-custom";
|
||||
@import "font-awesome-sprockets";
|
||||
@import "font-awesome";
|
||||
@import "monolith.min.scss";
|
||||
@import "bootstrap-select.min.css";
|
||||
|
||||
@import "utilities/variables";
|
||||
@import "admins";
|
||||
@import "main";
|
||||
@import "rooms";
|
||||
@import "sessions";
|
||||
@import "monolith.min.scss";
|
||||
@import "utilities/fonts";
|
||||
@import "users";
|
||||
|
||||
* {
|
||||
outline: none !important;
|
||||
|
@ -83,3 +83,20 @@
|
||||
margin-top: -6rem;
|
||||
font-size: 5rem;
|
||||
}
|
||||
|
||||
.bootstrap-select .dropdown-menu li.active small.text-muted{
|
||||
color: #9aa0ac !important
|
||||
}
|
||||
|
||||
.not-saved {
|
||||
color: grey;
|
||||
background: rgba(0, 40, 100, 0.12);
|
||||
}
|
||||
|
||||
.dropdown-menu.show {
|
||||
min-height: 0px !important;
|
||||
}
|
||||
|
||||
.remove-shared {
|
||||
text-decoration: line-through;
|
||||
}
|
@ -21,4 +21,12 @@
|
||||
|
||||
.user-role-tag{
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
.shared-user {
|
||||
line-height: 30px;
|
||||
}
|
||||
|
||||
.bootstrap-select {
|
||||
border: 1px solid rgba(0, 40, 100, 0.12);
|
||||
}
|
Reference in New Issue
Block a user