@@ -560,15 +560,16 @@ fieldset .field {
560
560
display : inline-block ;
561
561
width : 245px ;
562
562
min-height : 250px ;
563
- @media screen and (max-width : 830px ) {
564
- width : 134px ;
565
- min-height : 137px ;
566
- }
567
563
margin-left : 10px ;
568
564
margin-right : 10px ;
569
565
margin-bottom : 59px ;
570
566
background-color : rgb (55 , 59 , 62 );
571
567
box-shadow : 0 4px 8px 0 rgba (0 , 0 , 0 , 0.2 );
568
+ @media screen and (max-width : 830px ) {
569
+ width : 134px ;
570
+ min-height : 137px ;
571
+ margin-bottom : 43px ;
572
+ }
572
573
}
573
574
574
575
.location :hover {
@@ -594,11 +595,23 @@ fieldset .field {
594
595
595
596
.location-icon {
596
597
text-align : center ;
598
+ transition : transform 0.2s ease ;
597
599
@media screen and (min-width : 831px ) {
598
600
padding-top : 35px ;
599
601
}
600
602
}
601
603
604
+ .location-icon svg {
605
+ transition : transform 0.3s ease ;
606
+ @media screen and (max-width : 831px ) {
607
+ font-size : 3em ;
608
+ }
609
+ }
610
+
611
+ .location-icon svg :hover {
612
+ transform : scale (1.2 );
613
+ }
614
+
602
615
.location-footer {
603
616
position : relative ;
604
617
bottom : -52px ;
@@ -1158,6 +1171,7 @@ fieldset .field {
1158
1171
width : 100% ;
1159
1172
height : 45px ;
1160
1173
background-color : rgba (0 , 0 , 0 , 0.8 );
1174
+ color : rgb (150 , 150 , 150 );
1161
1175
}
1162
1176
1163
1177
.plant-photo-view {
@@ -2700,6 +2714,10 @@ fieldset .field {
2700
2714
text-align : center ;
2701
2715
}
2702
2716
2717
+ .profile-shared-photos svg {
2718
+ color : rgb (150 , 150 , 150 );
2719
+ }
2720
+
2703
2721
.admin-tabs {
2704
2722
margin-top : 23px ;
2705
2723
}
@@ -3159,11 +3177,11 @@ fieldset .field {
3159
3177
border : 1px solid rgb (200 , 200 , 200 );
3160
3178
}
3161
3179
3162
- .admin-themes-list td i {
3180
+ .admin-themes-list td svg {
3163
3181
color : rgb (150 , 150 , 150 );
3164
3182
}
3165
3183
3166
- .admin-themes-list td i :hover {
3184
+ .admin-themes-list td svg :hover {
3167
3185
color : rgb (150 , 150 , 150 );
3168
3186
}
3169
3187
0 commit comments