Add typewriter library, restructure and design
This commit is contained in:
@@ -16,10 +16,7 @@
|
||||
}
|
||||
|
||||
.bg-saburly-light-header {
|
||||
background: #393990;
|
||||
@media (min-width: 992px) {
|
||||
background: RGBA(248, 248, 248, 1);
|
||||
}
|
||||
background: RGBA(248, 248, 248, 1);
|
||||
}
|
||||
|
||||
.bg-saburly-fadeout {
|
||||
@@ -94,15 +91,14 @@
|
||||
}
|
||||
|
||||
.border-bottom-saburly {
|
||||
border-bottom: 2px solid #e3e3e3;
|
||||
box-shadow: 0 6px 14px 0 rgba(51, 6, 13, 0.04),
|
||||
0 2px 3px 0 rgba(51, 6, 13, 0.12);
|
||||
}
|
||||
|
||||
.border-contact {
|
||||
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
|
||||
}
|
||||
|
||||
.bg-saburly-light-header {
|
||||
@media (max-width: 991px) {
|
||||
box-shadow: 0 4px 2px -2px #777777;
|
||||
}
|
||||
.typed-cursor {
|
||||
color: #8e7cb7;
|
||||
}
|
||||
|
||||
@@ -2741,7 +2741,7 @@ table {
|
||||
}
|
||||
|
||||
.font-sans {
|
||||
font-family: Maven Pro, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
|
||||
font-family: system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
|
||||
}
|
||||
|
||||
.font-text {
|
||||
@@ -2913,6 +2913,10 @@ table {
|
||||
}
|
||||
|
||||
.leading-loose {
|
||||
line-height: 1.75;
|
||||
}
|
||||
|
||||
.leading-looser {
|
||||
line-height: 2;
|
||||
}
|
||||
|
||||
@@ -7875,7 +7879,7 @@ table {
|
||||
}
|
||||
|
||||
.sm\:font-sans {
|
||||
font-family: Maven Pro, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
|
||||
font-family: system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
|
||||
}
|
||||
|
||||
.sm\:font-text {
|
||||
@@ -8047,6 +8051,10 @@ table {
|
||||
}
|
||||
|
||||
.sm\:leading-loose {
|
||||
line-height: 1.75;
|
||||
}
|
||||
|
||||
.sm\:leading-looser {
|
||||
line-height: 2;
|
||||
}
|
||||
|
||||
@@ -12994,7 +13002,7 @@ table {
|
||||
}
|
||||
|
||||
.md\:font-sans {
|
||||
font-family: Maven Pro, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
|
||||
font-family: system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
|
||||
}
|
||||
|
||||
.md\:font-text {
|
||||
@@ -13166,6 +13174,10 @@ table {
|
||||
}
|
||||
|
||||
.md\:leading-loose {
|
||||
line-height: 1.75;
|
||||
}
|
||||
|
||||
.md\:leading-looser {
|
||||
line-height: 2;
|
||||
}
|
||||
|
||||
@@ -18113,7 +18125,7 @@ table {
|
||||
}
|
||||
|
||||
.lg\:font-sans {
|
||||
font-family: Maven Pro, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
|
||||
font-family: system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
|
||||
}
|
||||
|
||||
.lg\:font-text {
|
||||
@@ -18285,6 +18297,10 @@ table {
|
||||
}
|
||||
|
||||
.lg\:leading-loose {
|
||||
line-height: 1.75;
|
||||
}
|
||||
|
||||
.lg\:leading-looser {
|
||||
line-height: 2;
|
||||
}
|
||||
|
||||
@@ -23232,7 +23248,7 @@ table {
|
||||
}
|
||||
|
||||
.xl\:font-sans {
|
||||
font-family: Maven Pro, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
|
||||
font-family: system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
|
||||
}
|
||||
|
||||
.xl\:font-text {
|
||||
@@ -23404,6 +23420,10 @@ table {
|
||||
}
|
||||
|
||||
.xl\:leading-loose {
|
||||
line-height: 1.75;
|
||||
}
|
||||
|
||||
.xl\:leading-looser {
|
||||
line-height: 2;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user