diff options
Diffstat (limited to 'client-web/style')
-rw-r--r-- | client-web/style/master.sass | 1 | ||||
-rw-r--r-- | client-web/style/room.sass | 8 |
2 files changed, 4 insertions, 5 deletions
diff --git a/client-web/style/master.sass b/client-web/style/master.sass index 49ef848..d6caab8 100644 --- a/client-web/style/master.sass +++ b/client-web/style/master.sass @@ -100,7 +100,6 @@ input:focus outline: none button.abort - left: 0px background-color: #9a2020 .side-ui-control input diff --git a/client-web/style/room.sass b/client-web/style/room.sass index 57f3f98..7c530ee 100644 --- a/client-web/style/room.sass +++ b/client-web/style/room.sass @@ -87,14 +87,14 @@ left: 50% transform: translate(-50%,-50%) box-shadow: 0px 0px 50px 0px rgb(0,0,0) + button.topleft + position: absolute + top: 0px + left: 0px button.topright position: absolute top: 0px right: 0px - button.bottomleft - position: absolute - bottom: 0px - left: 0px transition: filter 0.5s flex: 1 1 auto background-color: black |