adjusted some styling
This commit is contained in:
@@ -95,6 +95,12 @@ form textarea{
|
||||
height:100px;
|
||||
float:left;
|
||||
}
|
||||
.manage_images_3{
|
||||
display:block;
|
||||
width:180px;
|
||||
height:100px;
|
||||
float:left;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -108,6 +114,12 @@ form textarea{
|
||||
height:56px;
|
||||
width:auto;
|
||||
}
|
||||
.mng_img
|
||||
{
|
||||
height:56px;
|
||||
width:auto;
|
||||
object-fit:scale-down;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
}
|
||||
|
||||
body.pink{
|
||||
background: linear-gradient(90deg, #f8a1e5 0%, #d55ff3 50%, #f5c35e 100%);
|
||||
background: linear-gradient(90deg, rgba(235, 202, 202, 1) 0%, rgba(201, 77, 255, 1) 50%, rgba(242, 234, 124, 1) 100%);
|
||||
scrollbar-color:#a414da #d991f4;
|
||||
}
|
||||
.pink .container, .pink #mobile-nav{
|
||||
|
||||
Reference in New Issue
Block a user