123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- @import "bootstrap-sprockets";
- @import "bootstrap";
- @import "font-awesome-sprockets";
- @import "font-awesome";
- @import "editable/bootstrap-editable";
- ul.hdis {
- text-align: justify;
- padding-left: 0 !important;
- }
- ul.hdis:after {
- content: '';
- display: inline-block;
- width: 100%;
- }
- ul.hdis:before {
- content: '';
- display: block;
- margin-top: -1.25em;
- }
- ul.hdis li {
- display: inline-block;
- margin-right: -.25em;
- position: relative;
- top: 1.25em;
- }
- body {
- padding-top: 70px;
- }
- table .btn-group {
- display: flex;
- }
- .editable.editable-empty {
- color: inherit;
- }
|