mirror of
https://github.com/billsonnn/nitro-react.git
synced 2024-11-26 23:50:52 +01:00
Fix inventory styles
This commit is contained in:
parent
19ac905902
commit
a73b73aa68
@ -10,8 +10,8 @@
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
&.active {
|
&.active {
|
||||||
border-color: $white !important;
|
border-color: $grid-active-border-color !important;
|
||||||
background-color: $grid-active-border-color;
|
background-color: $grid-active-bg-color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -10,8 +10,8 @@
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
&.active {
|
&.active {
|
||||||
border-color: $white !important;
|
border-color: $grid-active-border-color !important;
|
||||||
background-color: $grid-active-border-color;
|
background-color: $grid-active-bg-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
.avatar-image {
|
.avatar-image {
|
||||||
|
@ -6,14 +6,14 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
border-color: $grid-border-color !important;
|
border-color: $grid-border-color !important;
|
||||||
background-color: $grid-bg-color;
|
background-color: $grid-bg-color !important;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
&.active {
|
&.active {
|
||||||
border-color: $white !important;
|
border-color: $grid-active-border-color !important;
|
||||||
background-color: $grid-active-border-color;
|
background-color: $grid-active-bg-color !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.badge {
|
.badge {
|
||||||
|
@ -10,8 +10,8 @@
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
&.active {
|
&.active {
|
||||||
border-color: $white !important;
|
border-color: $grid-active-border-color!important;
|
||||||
background-color: $grid-active-border-color;
|
background-color: $grid-active-bg-color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user