mirror of
https://github.com/hcengineering/platform.git
synced 2025-06-12 05:27:56 +00:00
UBERF-10437: Decrease background image in profile
Signed-off-by: Artem Savchenko <armisav@gmail.com>
This commit is contained in:
parent
3ffce26d51
commit
5b3b8795fe
Binary file not shown.
Before Width: | Height: | Size: 169 KiB After Width: | Height: | Size: 133 KiB |
@ -80,7 +80,7 @@
|
|||||||
.image-container {
|
.image-container {
|
||||||
/* image-container */
|
/* image-container */
|
||||||
width: 100%;
|
width: 100%;
|
||||||
min-height: 8rem;
|
min-height: 6.75rem;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
||||||
/* Inside auto layout */
|
/* Inside auto layout */
|
||||||
@ -110,7 +110,7 @@
|
|||||||
right: 0;
|
right: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
height: 7.25rem;
|
height: 5.75rem;
|
||||||
|
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
|
Loading…
Reference in New Issue
Block a user