mirror of
https://github.com/zoriya/flood.git
synced 2026-06-09 21:10:03 +00:00
styles: fix download/upload color inconsistency in details modal
This commit is contained in:
@@ -154,10 +154,10 @@ $more-info--border: $textbox-repeater--button--border;
|
||||
&__sub-heading {
|
||||
&__tertiary {
|
||||
&--download {
|
||||
color: $blue;
|
||||
color: $green;
|
||||
|
||||
.icon {
|
||||
fill: $blue;
|
||||
fill: $green;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -181,10 +181,10 @@ $more-info--border: $textbox-repeater--button--border;
|
||||
&__sub-heading {
|
||||
&__tertiary {
|
||||
&--upload {
|
||||
color: $green;
|
||||
color: $blue;
|
||||
|
||||
.icon {
|
||||
fill: $green;
|
||||
fill: $blue;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user