code refactoring: style changes

This commit is contained in:
Bangara Raju Kottedi 2024-05-09 13:41:02 +05:30
parent 395f52060e
commit 14cdd20a59
2 changed files with 8 additions and 8 deletions

View File

@ -35,7 +35,7 @@
<div class="contact-info"> <div class="contact-info">
<p class="contact-title">Email</p> <p class="contact-title">Email</p>
<a href="mailto:richard@example.com" class="contact-link">{{model.candidate?.email}}</a> <a href="mailto:{{model.candidate?.email}}" class="contact-link">{{model.candidate?.email}}</a>
</div> </div>
</li> </li>

View File

@ -129,7 +129,7 @@
li { list-style: none; } li { list-style: none; }
img, ion-icon, a, button, time, span { display: block; } img, i, a, button, time, span { display: block; }
button { button {
font: inherit; font: inherit;
@ -206,7 +206,7 @@
z-index: -1; z-index: -1;
} }
.icon-box ion-icon { --ionicon-stroke-width: 35px; } .icon-box i { --ionicon-stroke-width: 35px; }
// article { display: none; } // article { display: none; }
@ -695,7 +695,7 @@
.modal-close-btn:hover, .modal-close-btn:hover,
.modal-close-btn:focus { opacity: 1; } .modal-close-btn:focus { opacity: 1; }
.modal-close-btn ion-icon { --ionicon-stroke-width: 50px; } .modal-close-btn i { --ionicon-stroke-width: 50px; }
.modal-avatar-box { .modal-avatar-box {
background: var(--bg-gradient-onyx); background: var(--bg-gradient-onyx);
@ -1000,7 +1000,7 @@
opacity: 1; opacity: 1;
} }
.project-item-icon-box ion-icon { --ionicon-stroke-width: 50px; } .project-item-icon-box i { --ionicon-stroke-width: 50px; }
.project-img img { .project-img img {
width: 100%; width: 100%;
@ -1212,7 +1212,7 @@
transition: var(--transition-1); transition: var(--transition-1);
} }
.form-btn ion-icon { font-size: 16px; } .form-btn i { font-size: 16px; }
.form-btn:hover { background: var(--bg-gradient-yellow-1); } .form-btn:hover { background: var(--bg-gradient-yellow-1); }
@ -1363,7 +1363,7 @@
font-size: var(--fs-8); font-size: var(--fs-8);
} }
.info_more-btn ion-icon { display: none; } .info_more-btn i { display: none; }
.separator { margin: 32px 0; } .separator { margin: 32px 0; }
@ -1545,7 +1545,7 @@
padding: 16px 20px; padding: 16px 20px;
} }
.form-btn ion-icon { font-size: 18px; } .form-btn i { font-size: 18px; }
} }