| 123456789101112131415161718192021222324252627282930313233343536373839404142 |
- .form-group.required .col-form-label:after {
- color: #d00;
- content: "*";
- position: absolute;
- margin-left: 3px;
- }
- .nav-user-menu .user-image {
- width: 20px;
- margin-right: 4px;
- margin-top: -4px;
- }
- .content-header {
- padding-top: 12px;
- padding-bottom: 10px;
-
- .text-sm & {
- padding-top: 6px;
- padding-bottom: 5px;
- }
- h1 {
- font-size: 1.5rem;
- margin: 0;
- .text-sm & {
- font-size: 1rem;
- }
- }
- .breadcrumb {
- background: transparent;
- line-height: 1.5rem;
- margin-bottom: 0;
- padding: 0;
- .text-sm & {
- line-height: 1rem;
- }
- }
- }
|