|
@@ -189,17 +189,17 @@ tbody, td, tfoot, th, thead, tr {
|
|
|
line-height: 1.3;
|
|
|
letter-spacing: .2px;
|
|
|
font-weight: 600;
|
|
|
- background-color: #e5f3ff;
|
|
|
+ background-color:#e2edff;
|
|
|
}
|
|
|
.label_badge_work {
|
|
|
+ color: #10bd77;
|
|
|
border-radius: 20px;
|
|
|
padding: 1px 10px;
|
|
|
font-size: 11px;
|
|
|
line-height: 1.3;
|
|
|
letter-spacing: .2px;
|
|
|
font-weight: 600;
|
|
|
- background: #e5ebf7;
|
|
|
- color: #2466dc;
|
|
|
+ background-color:#dffff2;;
|
|
|
}
|
|
|
.ms-5 {
|
|
|
margin-left: 2.4rem!important;
|
|
@@ -340,20 +340,6 @@ tbody, td, tfoot, th, thead, tr {
|
|
|
font-weight: 600;
|
|
|
background-color: #eed4ce;
|
|
|
}
|
|
|
-.Q{
|
|
|
- border-radius: 20px;
|
|
|
- box-shadow:none !important;
|
|
|
- font-size:13px;
|
|
|
- padding: 5px 10px !important;
|
|
|
- background-color: #ffad00 !important;
|
|
|
- color: #191e38 !important;
|
|
|
-}
|
|
|
-.Q:hover{
|
|
|
- background: #191e38 !important;
|
|
|
- color: #ffad00 !important;
|
|
|
- border-radius: 20px;
|
|
|
- border-color: #191e38 !important;
|
|
|
-}
|
|
|
</style>
|
|
|
<body>
|
|
|
<header id="" class="site-header">
|
|
@@ -392,7 +378,7 @@ tbody, td, tfoot, th, thead, tr {
|
|
|
<ul class="nav navbar-nav align-items-center ml-auto header_right ps-2">
|
|
|
<li class="nav-item dropdown dropdown-notification">
|
|
|
<a href="javascript:void(0)" class="open_modal_page" data-url="{{route('modal-get',['name'=>'add_wishlist'])}}" data-title="Wishlist">
|
|
|
- <button class="btn btn2" style="padding: 5px 10px !important;">New Invite</button>
|
|
|
+ <button class="btn btn2" style="padding: 6px 10px !important;">New Invite</button>
|
|
|
</a>
|
|
|
</li>
|
|
|
</ul>
|
|
@@ -403,7 +389,7 @@ tbody, td, tfoot, th, thead, tr {
|
|
|
<ul class="nav navbar-nav align-items-center ml-auto header_right ps-2">
|
|
|
<li class="nav-item dropdown dropdown-notification">
|
|
|
<a href="javascript:void(0)">
|
|
|
- <button class="btn Q" style="">Q-Apply</button>
|
|
|
+ <button class="btn btn2" style="padding: 6px 10px !important; background-color: #ffad00 !important; color: #191e38 !important;">Q-Apply</button>
|
|
|
</a>
|
|
|
</li>
|
|
|
</ul>
|
|
@@ -521,7 +507,7 @@ tbody, td, tfoot, th, thead, tr {
|
|
|
<h6 style="font-weight:bold !important;">3 Ways you can receive proposals from Doctoral candidates : </h6>
|
|
|
<div class="col-md-4 mt-3 ms-3 method-box">
|
|
|
<h6 class="method"> Option 1:</h6>
|
|
|
- <p style="font-size: 13px;"> You can give your ARN <span class="mb-0" style="font-size: 13px !important; color: #191e38; font-weight: bolder !important;">({{ auth_user('teacher')->ref_no }})</span> to the student and request them to submit their proposal using your reference.</p>
|
|
|
+ <p style="font-size: 13px;"> You can give your ARN to the student and request them to submit their proposal using your reference.</p>
|
|
|
</div>
|
|
|
<div class="col-md-4 mt-3 ms-3 method-box">
|
|
|
<h6 class="method"> Option 2:</h6>
|