Preview: _typography.scss
Size: 2.57 KB
//proc/thread-self/root/home/byroehnu/easetack.com/resources/scss/Frontend/default/_typography.scss
/*--------------------------------------------------------------
>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Typography
2. Preloader
3. Spacing
4. General
5. Slider
6. Video Modal
7. Header
8. Footer
9. Sidebar
10. Hero
11. Banner
12. Iconbox
13. Posts
14. CTA
15. Testimonial
16. Portfolio
17. Counter
18. Casestudie
19. Team
20. Imagebox
21. Pricing
22. Card
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Typography
----------------------------------------------------------------*/
// Google Fonts
body,
html {
color: var(--secondary);
font-family: var(--secondary-font);
font-size: 16px;
line-height: 1.563em;
font-weight: 400;
overflow-x: clip;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
color: var(--primary);
padding: 0;
margin: 0 0 20px 0;
font-weight: 700;
line-height: 1.2em;
font-family: var(--primary-font);
}
.cs_primary_font {
font-family: var(--primary-font);
}
.cs_secondary_font {
font-family: var(--secondary-font);
}
h1 {
font-size: 56px;
}
h2 {
font-size: 42px;
}
h3 {
font-size: 30px;
}
h4 {
font-size: 24px;
}
h5 {
font-size: 18px;
}
h6 {
font-size: 16px;
}
p {
margin-bottom: 15px;
}
ul {
margin: 0 0 25px 0;
padding-left: 20px;
list-style: square outside none;
}
ol {
padding-left: 20px;
margin-bottom: 25px;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 15px;
font-style: italic;
font-size: 20px;
line-height: 1.6em;
margin: 0;
}
address {
margin: 0 0 15px;
}
img {
border: 0;
max-width: 100%;
height: auto;
}
a {
color: inherit;
text-decoration: none;
transition: all 0.3s ease;
}
button {
color: inherit;
transition: all 0.3s ease;
cursor: pointer;
}
a:hover {
text-decoration: none;
color: var(--accent);
}
table {
width: 100%;
margin-bottom: 25px;
th {
font-weight: 600;
color: var(--secondary);
}
td,
th {
border-top: 1px solid var(--border);
padding: 11px 10px;
}
}
dl {
margin-bottom: 25px;
dt {
font-weight: 600;
}
}
b,
strong {
font-weight: bold;
}
pre {
color: var(--secondary);
border: 1px solid var(--border);
font-size: 18px;
padding: 25px;
border-radius: 5px;
}
kbd {
font-size: 100%;
background-color: var(--secondary);
border-radius: 5px;
}
input,
textarea {
color: var(--primary);
transition: all 0.4s ease;
}
Directory Contents
Dirs: 0 × Files: 2