diff options
author | Oscar Najera <hi@oscarnajera.com> | 2025-01-06 06:29:29 +0100 |
---|---|---|
committer | Oscar Najera <hi@oscarnajera.com> | 2025-01-06 06:30:34 +0100 |
commit | 42f4913d3bde74c7ce795d611510c9e798ad0c24 (patch) | |
tree | 6f66d389f19936ccde6095535d2ea08ac791f9aa /assets/scss/style.scss | |
parent | c123fc189929429164bf7268a9e7d5974884499f (diff) | |
download | hugo-minimalist-theme-42f4913d3bde74c7ce795d611510c9e798ad0c24.tar.gz hugo-minimalist-theme-42f4913d3bde74c7ce795d611510c9e798ad0c24.tar.bz2 hugo-minimalist-theme-42f4913d3bde74c7ce795d611510c9e798ad0c24.zip |
cv entries
Diffstat (limited to 'assets/scss/style.scss')
-rw-r--r-- | assets/scss/style.scss | 83 |
1 files changed, 0 insertions, 83 deletions
diff --git a/assets/scss/style.scss b/assets/scss/style.scss index b216baa..4c591e7 100644 --- a/assets/scss/style.scss +++ b/assets/scss/style.scss @@ -152,89 +152,6 @@ html { } } -// POSTS -.main-content { - div.highlight pre.chroma { - @extend .br2, .overflow-x-scroll, .pa1, .f5; - } -} -// CV ENTRY -.cv-entry, -.cv-honor { - @extend .ml3, .pl4, .pb2, .relative; - .cv-host, - .cv-date, - .cv-location { - @extend .fw3, .mid-gray, .ma0, .pa0; - } - .cv-host::before { - font-family: "Font Awesome 6 Free"; - content: "\f1ad"; - font-weight: 900; - margin: 0 0.5rem; - } - .cv-location::before { - font-family: "Font Awesome 6 Free"; - content: "\f041"; - font-weight: 900; - margin: 0 0.5rem; - } - p, - ul { - @extend .mv1, .pv1, .f5; - } -} -.cv-entry { - @extend .bl, .b--moon-gray; - .cv-role { - @extend .ma0, .f3; - // @extend .ma0, .text-2xl; - } - .cv-role::before { - content: ""; - position: absolute; - width: 2rem; - height: 2rem; - background-color: #79c753; - border-radius: 50%; - transform: translateX(-50%); - left: 0; - } - .cv-date, - .cv-location { - @extend .dib; - } - .cv-date::before { - font-family: "Font Awesome 6 Free"; - content: "\f133"; - font-weight: 900; - margin: 0 0.5rem; - } -} -.cv-honor { - .cv-role { - @extend .ma0, .f4; - margin-left: 3.25rem; - } - .cv-date { - position: absolute; - left: 0; - top: 0.05rem; - font-size: 1.25rem; - } - .cv-host, - .cv-location { - @extend .dib; - } - .cv-date::before { - font-family: "Font Awesome 6 Free"; - color: #ffb700; - content: "\f559"; - font-weight: 900; - margin: 0 0.5rem; - } -} - // TABLES table:not(.u-legend) { @extend .w-100, .mw8, .center, .pv2; |