Removed icons from buttons
This commit is contained in:
		@@ -1,3 +1,16 @@
 | 
			
		||||
// Contextual backgrounds
 | 
			
		||||
@mixin bg-variant($parent, $color) {
 | 
			
		||||
    #{$parent} {
 | 
			
		||||
        background-color: $color !important;
 | 
			
		||||
    }
 | 
			
		||||
    a#{$parent},
 | 
			
		||||
    button#{$parent} {
 | 
			
		||||
        @include hover-focus {
 | 
			
		||||
            background-color: darken($color, 10%) !important;
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@mixin bg-gradient-variant($parent, $color) {
 | 
			
		||||
    #{$parent} {
 | 
			
		||||
        background: linear-gradient(87deg, $color 0, adjust-hue($color, 25%) 100%) !important;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user