This repository has been archived on 2020-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
quay/static/css/directives/ui/plans-table.css
2019-11-12 11:09:47 -05:00

30 lines
No EOL
425 B
CSS

.plans-table-element table {
margin: 20px;
border: 1px solid #eee;
}
.plans-table-element thead td {
padding-top: 10px !important;
}
.plans-table-element td {
vertical-align: middle !important;
}
.plans-table-element .plan-price {
font-size: 16px;
}
.plans-table ul {
margin-top: 10px;
padding: 0px;
}
.plans-table ul li {
padding: 4px;
margin: 0px;
}
.plans-table ul li .plan-info {
padding: 4px;
}