aboutsummaryrefslogtreecommitdiff
path: root/src/client/react/components/presentational/RoomFinder.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/react/components/presentational/RoomFinder.scss')
-rw-r--r--src/client/react/components/presentational/RoomFinder.scss23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/client/react/components/presentational/RoomFinder.scss b/src/client/react/components/presentational/RoomFinder.scss
new file mode 100644
index 0000000..d4b16d9
--- /dev/null
+++ b/src/client/react/components/presentational/RoomFinder.scss
@@ -0,0 +1,23 @@
+.RoomFinder {
+ display: flex;
+ margin: 8px;
+ padding: 8px;
+ border-radius: 2px;
+ background-color: #D32F2F;
+
+ .mdc-button {
+ color: white;
+
+ &::before, &::after {
+ background-color: white;
+ }
+ }
+
+ .closeButton {
+ min-width: 48px;
+
+ .mdc-button__icon {
+ margin-right: 0;
+ }
+ }
+}