Skip to content

Commit ed19ac0

Browse files
committed
Add Styling To Apply Popup In Registration Section
1 parent 594ca93 commit ed19ac0

File tree

2 files changed

+24
-3
lines changed

2 files changed

+24
-3
lines changed

‎assets/css/style.css

+21
Original file line numberDiff line numberDiff line change
@@ -827,6 +827,26 @@ h6 {
827827
width: 80%;
828828
margin: auto;
829829
}
830+
#exampleModalLabel{
831+
color:#413e66;
832+
font-family: 'Ubuntu', sans-serif;
833+
font-weight:550;
834+
}
835+
.modal-body{
836+
color:#0c0102;
837+
font-weight: 540;
838+
font-family: 'Ubuntu', sans-serif;
839+
font-size:20px;
840+
}
841+
.modal-content{
842+
border:1.5px solid #312f4d;
843+
border-radius:17px;
844+
-webkit-border-radius:17px;
845+
-moz-border-radius:17px;
846+
-ms-border-radius:17px;
847+
-o-border-radius:17px;
848+
box-shadow: #010505;
849+
}
830850

831851
/*Timeline*/
832852

@@ -927,6 +947,7 @@ h6 {
927947
right: auto;
928948
}
929949

950+
930951
.timeline > li.timeline-inverted > .timeline-panel:after {
931952
border-left-width: 0;
932953
border-right-width: 14px;

‎index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<!-- Favicons -->
2424
<link href="assets/img/favicon.png" rel="icon">
2525
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
26-
26+
<link rel="preconnect" href="https://fonts.googleapis.com">
2727
<!-- Google Fonts -->
2828
<link
2929
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Montserrat:300,400,500,600,700@display=swap"
@@ -190,9 +190,9 @@ <h3>REGISTRATION</h3>
190190
<div class="modal fade" id="popupModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel"
191191
aria-hidden="true">
192192
<div class="modal-dialog modal-dialog-centered" role="document">
193-
<div class="modal-content">
193+
<div style="background-color: #f5f8fd;" class="modal-content">
194194
<div class="modal-header">
195-
<h2 style="color:#444;" class="modal-title text-info" id="exampleModalLabel">Can't apply</h2>
195+
<h2 class="modal-title text-info" id="exampleModalLabel">Can't apply</h2>
196196
<button style="color: #ff0000;font-size:45px;" type="button" class="close" data-dismiss="modal"
197197
aria-label="Close">
198198
<span aria-hidden="true">&times;</span>

0 commit comments

Comments
 (0)