32 lines
790 B
Sass
32 lines
790 B
Sass
.button-text
|
|
// Only icons for now
|
|
display: none
|
|
.active-orders-table
|
|
.status-icons
|
|
span
|
|
display: none
|
|
.active
|
|
.status-icons
|
|
.active-order
|
|
display: inline-block
|
|
.active-orders-table
|
|
tbody
|
|
tr
|
|
td
|
|
.active_order_table_number
|
|
position: relative
|
|
.extra-list-info
|
|
// Facebook profiles
|
|
display: none
|
|
$extra-info-width: 220px
|
|
position: absolute
|
|
width: $extra-info-width
|
|
// 7px is padding + border, 5px is extra spacing
|
|
right: -$extra-info-width - 7px*2 - 5px
|
|
top: -7px*2
|
|
padding: 4px
|
|
border: 3px solid #aaa
|
|
border-radius: 3px
|
|
background-color: white
|
|
text-align: left
|