mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
Custom reward action background and font-color updates (#10769)
* fixes custom reward action background and font-color * update to -10
This commit is contained in:
committed by
Sabe Jones
parent
52fd6a1451
commit
fe5beac91b
@@ -243,7 +243,7 @@
|
|||||||
&-control {
|
&-control {
|
||||||
&-bg {
|
&-bg {
|
||||||
background: rgba(255, 217, 160, 0.32) !important;
|
background: rgba(255, 217, 160, 0.32) !important;
|
||||||
.small-text { color: $yellow-10 !important; }
|
.small-text { color: $orange-10 !important; }
|
||||||
|
|
||||||
&:hover { background: rgba(255, 217, 160, 0.48) !important; }
|
&:hover { background: rgba(255, 217, 160, 0.48) !important; }
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -113,7 +113,7 @@
|
|||||||
.task {
|
.task {
|
||||||
margin-bottom: 2px;
|
margin-bottom: 2px;
|
||||||
box-shadow: 0 2px 2px 0 rgba($black, 0.16), 0 1px 4px 0 rgba($black, 0.12);
|
box-shadow: 0 2px 2px 0 rgba($black, 0.16), 0 1px 4px 0 rgba($black, 0.12);
|
||||||
background: transparent;
|
background: white;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user