'design'
This commit is contained in:
@@ -1816,6 +1816,19 @@ p.brown-text {
|
||||
border-radius: 0.25rem;
|
||||
box-shadow: 1px 1px 6px 0px #9f9696;
|
||||
display: none;
|
||||
overflow-y: scroll;
|
||||
height: 465px;
|
||||
}
|
||||
.notification-drop .item-noti .notification::-webkit-scrollbar-thumb {
|
||||
background: #aba9a3;
|
||||
border-radius: 5px;
|
||||
}
|
||||
.notification-drop .item-noti .notification::-webkit-scrollbar-track {
|
||||
border-radius: 5px;
|
||||
}
|
||||
.notification-drop .item-noti .notification::-webkit-scrollbar {
|
||||
width: 5px;
|
||||
height: 50px;
|
||||
}
|
||||
|
||||
li.item.list-item:nth-child(odd) {
|
||||
|
||||
@@ -146,7 +146,7 @@ button.accordion-button.collapsed:focus {
|
||||
}
|
||||
|
||||
.Secondary h2 {
|
||||
font-size: 26px;
|
||||
font-size: 22px;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
}
|
||||
@@ -433,7 +433,7 @@ a.golden-btn {
|
||||
font-size: 18px;
|
||||
}
|
||||
.insight-card a {
|
||||
background: #143C6D;
|
||||
background: #c18948;
|
||||
padding: 10px 15px;
|
||||
font-size: 13px;
|
||||
border-radius: 5px;
|
||||
|
||||
@@ -53,7 +53,7 @@
|
||||
<th class="min-w-50px w-75px align-top">Status</th>
|
||||
<th class="min-w-50px w-100px align-top">Priority</th>
|
||||
<th class="min-w-50px w-100px align-top">Reminder</th>
|
||||
<th class="text-center min-w-100px align-top notexport">Actions</th>
|
||||
<th class="min-w-100px align-top notexport">Actions</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody class="text-gray-600 fw-semibold">
|
||||
|
||||
@@ -16,14 +16,14 @@
|
||||
<label>Please enter the registered mobile number/email to reset password</label>
|
||||
<div>
|
||||
<form id="forgot_password" autocomplete="off">
|
||||
<div>
|
||||
<input name="emailorphone" id="emailorphone" type="text" class="form-control mb-3" placeholder="Eg.abc@gmail.com/9898989898" />
|
||||
<div class="mb-3">
|
||||
<input name="emailorphone" id="emailorphone" type="text" class="form-control" placeholder="Eg.abc@gmail.com/9898989898" />
|
||||
</div>
|
||||
|
||||
<button type="submit" class="yellow-btn signin mb-2">Send Otp</button>
|
||||
</form>
|
||||
</div>
|
||||
<a href="{{ route('login') }}" class="regist"><span class="text-white">Already have an account?</span><span>Login</span></a>
|
||||
<a href="{{ route('login') }}" class="regist mt-3"><span class="text-white">Already have an account?</span><span class="text-white mx-2">Login</span></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -75,7 +75,7 @@
|
||||
<div class="row">
|
||||
<div class="col-md-7 crds-ctn">
|
||||
<img src="{{ asset('/public/assets/media/FrontendImages/menu-logo.png') }}">
|
||||
<h2>Want your product to be in spotlight for the aspiring buyers?</h2>
|
||||
<h4>Want your product to be in spotlight for the aspiring buyers?</h4>
|
||||
</div>
|
||||
<div class="col-md-5 crds-ctns">
|
||||
<div class="crds-inner">
|
||||
|
||||
Reference in New Issue
Block a user