123456789101112131415161718192021222324252627282930313233343536373839404142 |
- //
- // User Warnings
- // --------------------------------------------------
- // Warning summary
- //
- //==
- .warning-summary {
- p.lead {
- margin-bottom: @line-height-computed / 3;
- }
- ul {
- overflow: auto;
- li {
- margin-right: @line-height-computed;
- float: left;
- }
- }
- }
- // Warnings list
- //
- //==
- .warnings-list {
- .panel-footer {
- .state-valid {
- color: @brand-danger;
- }
- .state-canceled {
- color: @brand-warning;
- }
- .state-expired {
- color: fadeOut(@text-color, 40);
- }
- }
- }
|