code refactoring: style changes
This commit is contained in:
parent
395f52060e
commit
14cdd20a59
@ -35,7 +35,7 @@
|
||||
<div class="contact-info">
|
||||
<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>
|
||||
|
||||
</li>
|
||||
|
||||
@ -129,7 +129,7 @@
|
||||
|
||||
li { list-style: none; }
|
||||
|
||||
img, ion-icon, a, button, time, span { display: block; }
|
||||
img, i, a, button, time, span { display: block; }
|
||||
|
||||
button {
|
||||
font: inherit;
|
||||
@ -206,7 +206,7 @@
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
.icon-box ion-icon { --ionicon-stroke-width: 35px; }
|
||||
.icon-box i { --ionicon-stroke-width: 35px; }
|
||||
|
||||
// article { display: none; }
|
||||
|
||||
@ -695,7 +695,7 @@
|
||||
.modal-close-btn:hover,
|
||||
.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 {
|
||||
background: var(--bg-gradient-onyx);
|
||||
@ -1000,7 +1000,7 @@
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.project-item-icon-box ion-icon { --ionicon-stroke-width: 50px; }
|
||||
.project-item-icon-box i { --ionicon-stroke-width: 50px; }
|
||||
|
||||
.project-img img {
|
||||
width: 100%;
|
||||
@ -1212,7 +1212,7 @@
|
||||
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); }
|
||||
|
||||
@ -1363,7 +1363,7 @@
|
||||
font-size: var(--fs-8);
|
||||
}
|
||||
|
||||
.info_more-btn ion-icon { display: none; }
|
||||
.info_more-btn i { display: none; }
|
||||
|
||||
.separator { margin: 32px 0; }
|
||||
|
||||
@ -1545,7 +1545,7 @@
|
||||
padding: 16px 20px;
|
||||
}
|
||||
|
||||
.form-btn ion-icon { font-size: 18px; }
|
||||
.form-btn i { font-size: 18px; }
|
||||
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user