|
@@ -1127,6 +1127,10 @@ div::-webkit-scrollbar {
|
|
|
background:nth($iconBg, $i);
|
|
|
}
|
|
|
}
|
|
|
+ .icon-animal-con-count{
|
|
|
+ padding: .5rem 0 !important;
|
|
|
+ border: 1px $barBorder;
|
|
|
+ }
|
|
|
.icon-con{
|
|
|
width: 100%;
|
|
|
display: flex;
|
|
@@ -1182,10 +1186,17 @@ div::-webkit-scrollbar {
|
|
|
font-size: 1rem !important;
|
|
|
}
|
|
|
}
|
|
|
- .icon-text.icon-animal-text{
|
|
|
+ .animal-text{
|
|
|
+ padding: 0 !important;
|
|
|
+ h5{
|
|
|
+ margin-right: 0 !important;
|
|
|
+ margin-top: .2rem !important;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .icon-animal-text{
|
|
|
h5{
|
|
|
margin-right: 0 !important;
|
|
|
- margin-top: .5rem;
|
|
|
+ margin-top: .2rem;
|
|
|
}
|
|
|
}
|
|
|
.icon-text {
|