Game/www/css/inventory.css

21 lines
428 B
CSS
Raw Normal View History

/*
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 {
text-align: center;
min-height: 300px;
position: relative;
}
2019-05-06 15:29:30 -06:00
#item-bin .card .badge {
position: absolute;
top: -10px;
right: -10px;
}
#item-bin .item .item-icon {
font-size: 6em;
}