modified: serv_nginx/api_bb/internal/models/training_plan.go
modified: serv_nginx/bbvue/src/views/Profile.vue add shadow into avatar image profile page begushiybashkir.ru site
This commit is contained in:
@@ -698,6 +698,7 @@ export default {
|
|||||||
isolation: isolate;
|
isolation: isolate;
|
||||||
/* Новое свойство */
|
/* Новое свойство */
|
||||||
background-image: none !important;
|
background-image: none !important;
|
||||||
|
box-shadow: 0.2rem 0.2rem 0.3rem rgb(155, 155, 155);
|
||||||
/* Явно убираем фоновое изображение */
|
/* Явно убираем фоновое изображение */
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -707,6 +708,7 @@ export default {
|
|||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
transition: transform 0.3s ease;
|
transition: transform 0.3s ease;
|
||||||
display: block;
|
display: block;
|
||||||
|
box-shadow: 0.2rem 0.2rem 0.3rem rgb(155, 155, 155);
|
||||||
/* Убедитесь, что block */
|
/* Убедитесь, что block */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user