You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
-
- .credit-history {
- #content {
-
- #credit-user {
- float: right;
- /*display: block;
- padding: 10px 30px;
- background-color: $color-gray-light;
- @include border-radius(30px);*/
-
- .bi {
- display: none;
- }
- }
-
- .table {
- span.payment-positive {
- display: inline-block;
- font-family: 'worksans_bold';
- padding: 3px 12px;
- background-color: $color-gray-light;
- @include border-radius(15px);
- }
- small {
- color: gray;
- }
- }
- }
- }
|