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