admin: move pf-m-success to base css
This commit is contained in:
		@ -5,18 +5,6 @@
 | 
				
			|||||||
{% load passbook_utils %}
 | 
					{% load passbook_utils %}
 | 
				
			||||||
{% load admin_reflection %}
 | 
					{% load admin_reflection %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{% block head %}
 | 
					 | 
				
			||||||
{{ block.super }}
 | 
					 | 
				
			||||||
<style>
 | 
					 | 
				
			||||||
.pf-m-success {
 | 
					 | 
				
			||||||
    color: var(--pf-global--success-color--100);
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
.pf-m-danger {
 | 
					 | 
				
			||||||
    color: var(--pf-global--danger-color--100);
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
</style>
 | 
					 | 
				
			||||||
{% endblock %}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
{% block content %}
 | 
					{% block content %}
 | 
				
			||||||
<section class="pf-c-page__main-section pf-m-light">
 | 
					<section class="pf-c-page__main-section pf-m-light">
 | 
				
			||||||
    <div class="pf-c-content">
 | 
					    <div class="pf-c-content">
 | 
				
			||||||
 | 
				
			|||||||
@ -49,6 +49,13 @@
 | 
				
			|||||||
    max-height: var(--pf-c-login__main-footer-links-item-link-svg--Height);
 | 
					    max-height: var(--pf-c-login__main-footer-links-item-link-svg--Height);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.pf-m-success {
 | 
				
			||||||
 | 
					    color: var(--pf-global--success-color--100);
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					.pf-m-danger {
 | 
				
			||||||
 | 
					    color: var(--pf-global--danger-color--100);
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* fix multiple selects height */
 | 
					/* fix multiple selects height */
 | 
				
			||||||
select[multiple] {
 | 
					select[multiple] {
 | 
				
			||||||
    height: initial;
 | 
					    height: initial;
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user