From c7b9b8007ae3ba41c85da1f6d420a8e26bea5a46 Mon Sep 17 00:00:00 2001 From: Noah Loomans Date: Wed, 21 Mar 2018 18:38:20 +0100 Subject: Migrate RoomFinder styles --- .../react/components/container/RoomFinder.scss | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/client/react/components/container/RoomFinder.scss (limited to 'src/client/react/components/container/RoomFinder.scss') diff --git a/src/client/react/components/container/RoomFinder.scss b/src/client/react/components/container/RoomFinder.scss new file mode 100644 index 0000000..d4b16d9 --- /dev/null +++ b/src/client/react/components/container/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; + } + } +} -- cgit v1.1