mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Update fa to d-icon for buttons, add icon space
This commit is contained in:
@@ -29,11 +29,11 @@
|
||||
cursor: default;
|
||||
opacity: 0.4;
|
||||
}
|
||||
.fa {
|
||||
.d-icon {
|
||||
margin-right: 7px;
|
||||
}
|
||||
&.no-text {
|
||||
.fa {
|
||||
.d-icon {
|
||||
margin-right: 0;
|
||||
}
|
||||
}
|
||||
@@ -260,6 +260,11 @@
|
||||
.d-icon {
|
||||
color: $primary-low-mid;
|
||||
}
|
||||
&.btn-icon-text {
|
||||
.d-icon {
|
||||
margin-right: 7px;
|
||||
}
|
||||
}
|
||||
.discourse-no-touch & {
|
||||
&:hover {
|
||||
.d-icon {
|
||||
|
||||
Reference in New Issue
Block a user