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;
|
||||
|
||||
&.active {
|
||||
border-color: $white !important;
|
||||
background-color: $grid-active-border-color;
|
||||
border-color: $grid-active-border-color !important;
|
||||
background-color: $grid-active-bg-color;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -10,8 +10,8 @@
|
||||
overflow: hidden;
|
||||
|
||||
&.active {
|
||||
border-color: $white !important;
|
||||
background-color: $grid-active-border-color;
|
||||
border-color: $grid-active-border-color !important;
|
||||
background-color: $grid-active-bg-color;
|
||||
}
|
||||
|
||||
.avatar-image {
|
||||
|
@ -6,14 +6,14 @@
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border-color: $grid-border-color !important;
|
||||
background-color: $grid-bg-color;
|
||||
background-color: $grid-bg-color !important;
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
overflow: hidden;
|
||||
|
||||
&.active {
|
||||
border-color: $white !important;
|
||||
background-color: $grid-active-border-color;
|
||||
border-color: $grid-active-border-color !important;
|
||||
background-color: $grid-active-bg-color !important;
|
||||
}
|
||||
|
||||
.badge {
|
||||
|
@ -10,8 +10,8 @@
|
||||
overflow: hidden;
|
||||
|
||||
&.active {
|
||||
border-color: $white !important;
|
||||
background-color: $grid-active-border-color;
|
||||
border-color: $grid-active-border-color!important;
|
||||
background-color: $grid-active-bg-color;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user