2019-04-29 17:14:11 -06:00
|
|
|
/*
|
|
|
|
This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
*/
|
|
|
|
|
2019-05-06 15:29:30 -06:00
|
|
|
#item-bin .card {
|
2019-04-29 17:14:11 -06:00
|
|
|
text-align: center;
|
|
|
|
min-height: 300px;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2019-05-06 15:29:30 -06:00
|
|
|
#item-bin .card .badge {
|
2019-04-29 17:14:11 -06:00
|
|
|
position: absolute;
|
|
|
|
top: -10px;
|
|
|
|
right: -10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#item-bin .item .item-icon {
|
|
|
|
font-size: 6em;
|
|
|
|
}
|