Skip to content

Commit 9214cd9

Browse files
committed
design changes made for authorization page
1 parent bb44170 commit 9214cd9

File tree

1 file changed

+37
-9
lines changed

1 file changed

+37
-9
lines changed

HTML/authorization.html

Lines changed: 37 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,28 @@
5050
background-color: #fff;
5151
border: 0.5px solid #099fdc;
5252
}
53+
.btn.btn-authorize{
54+
background-color: #099fdc; color: #fff;font-size: small;
55+
}
56+
.btn.btn-authorize:hover{
57+
background-color: #fff; color: #099fdc;
58+
border: 0.5px solid #099fdc;
59+
}
60+
61+
62+
@media only screen and (max-width: 600px) {
63+
.site-social{
64+
margin-left: 7px;
65+
}
66+
.header-textt > span{
67+
margin-left: 20px;
68+
font-size: 13px;
69+
}
70+
71+
}
72+
73+
74+
5375
</style>
5476
</head>
5577

@@ -63,17 +85,17 @@
6385
<div class="content-area">
6486
<div class="row">
6587

66-
<div id="content" class="site-content col-md-6 offset-md-2">
88+
<div id="content" class="site-content col-md-6 offset-md-3">
6789

6890
<article class="hentry error404 ">
6991

7092
<!-- CARD -->
7193
<div class="card border-0 shadow-sm">
7294
<div class="card-header border-1 bg-white mt-4" style="display: flex;">
7395
<div class="col-md-2">
74-
<img alt="Porto" width="60" height="30" src="../HTML/assets/img/faveo.png">
96+
<img alt="Faveo Helpdesk" width="60" height="30" src="../HTML/assets/img/faveo.png">
7597
</div>
76-
<div class="col-md-8">
98+
<div class="col-md-8 header-textt">
7799
<span>Authorize support access to faveo </span>
78100
</div>
79101
</div>
@@ -108,7 +130,7 @@ <h4 class="card-title text-6 text-center">Sign in to faveohelpdesk.com</h4>
108130
<a class="btn btn-light" href="#" role="button"
109131
style="font-size: small;">Cancel</a>
110132
<a class="btn btn-authorize"
111-
style="background-color: #099fdc; color: #fff;font-size: small;" href="#"
133+
href="#"
112134
role="button" data-loading-text="Loading...">Authorize support</a>
113135
</div>
114136
</div>
@@ -119,13 +141,19 @@ <h4 class="card-title text-6 text-center">Sign in to faveohelpdesk.com</h4>
119141
<div class="container">
120142

121143
<div class="row bord text-inline">
122-
<div class="site-info col-md-8">
123-
<p class="text-muted">English <i class="fas fa-caret-down"></i></p>
124-
144+
<div class="site-info text-start col-md-8">
145+
146+
<select class="form-select form-select-sm" aria-label="form-select-sm example" style="width: 100px;background-color: transparent;color: #828282;border: none;cursor: pointer;">
147+
<option selected>English</option>
148+
<option value="1">One</option>
149+
<option value="2">Two</option>
150+
<option value="3">Three</option>
151+
</select>
152+
125153
</div>
126154

127155

128-
<div class="site-social col-md-4">
156+
<div class="site-social text-start col-md-4" >
129157
<ul class="list-inline">
130158
<li class="list-inline-item"><a href="#">
131159
<p class="footerlinks">Help</p>
@@ -156,7 +184,7 @@ <h4 class="card-title text-6 text-center">Sign in to faveohelpdesk.com</h4>
156184
<!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.3/jquery.min.js"></script> -->
157185
<!-- <script type="text/javascript" src="assets/app/js/jquery-3.4.1.min.js"></script> -->
158186

159-
<!-- <script type="text/javascript" src="assets/app/js/jquery.min.js"></script> -->
187+
<script type="text/javascript" src="assets/app/js/jquery.min.js"></script>
160188

161189
<script type="text/javascript" src="assets/app/js/popper.min.js"></script>
162190

0 commit comments

Comments
 (0)