24 lines
404 B
Sass
24 lines
404 B
Sass
#table-component, #table-component-container, .table
|
|
width: 100%
|
|
height: 100%
|
|
|
|
#table-controls
|
|
text-align: right
|
|
padding: 0 1em
|
|
#newgame
|
|
float: left
|
|
|
|
#qrcode
|
|
float: right
|
|
margin-top: -.5em
|
|
margin-right: 1em
|
|
transform: scale(10%)
|
|
transition: all 0.5s ease-in-out
|
|
width: 38px
|
|
height: 38px
|
|
&.full
|
|
margin-right: 2em
|
|
transform: scale(100%)
|
|
width: 384px
|
|
height: 384px
|