| 1234567891011121314151617181920212223242526272829 |
- .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 .content-header {
- padding-top: 6px;
- padding-bottom: 5px; }
- .content-header h1 {
- font-size: 1.5rem;
- margin: 0; }
- .text-sm .content-header h1 {
- font-size: 1rem; }
- .content-header .breadcrumb {
- background: transparent;
- line-height: 1.5rem;
- margin-bottom: 0;
- padding: 0; }
- .text-sm .content-header .breadcrumb {
- line-height: 1rem; }
|