26 lines
446 B
Sass
26 lines
446 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: -7em
|
|
margin-right: 1.25em
|
|
transform: scale(10%)
|
|
transition: all 0.25s ease-out
|
|
width: 38px
|
|
height: 38px
|
|
&.full
|
|
margin-top: -6em
|
|
margin-right: 0
|
|
margin-bottom: 1em
|
|
transform: scale(100%)
|
|
width: 384px
|
|
height: 384px
|