diff --git a/assets/styles/layout/templates/_templates.scss b/assets/styles/layout/templates/_templates.scss index 0b3b696e2..fa7d813eb 100644 --- a/assets/styles/layout/templates/_templates.scss +++ b/assets/styles/layout/templates/_templates.scss @@ -1155,6 +1155,7 @@ margin-top: 2rem; a { + display: inline-flex; text-decoration: none; height: 2.5rem; flex: 1; @@ -1635,3 +1636,36 @@ } } } + +.templates-page { + &-button { + display: inline-flex; + cursor: pointer; + user-select: none; + align-items: center; + justify-content: center; + overflow: hidden; + position: relative; + background-color: var(--primary-color); + color: var(--primary-inverse-color); + border: 1px solid var(--border-color); + padding: 0.5rem 1rem; + font-size: 1rem; + font-family: inherit; + font-feature-settings: inherit; + transition: background-color var(--p-transition-duration), color var(--p-transition-duration), border-color var(--p-transition-duration), outline-color var(--p-transition-duration); + border-radius: var(--p-rounded-base); + outline-color: transparent; + flex: 1 1 0%; + + &-outlined { + background: transparent; + color: var(--primary-color); + border-color: var(--p-primary-200); + } + + &-label { + font-weight: 500; + } + } +} diff --git a/components/template/Hero/index.vue b/components/template/Hero/index.vue index 595ee5336..942858196 100644 --- a/components/template/Hero/index.vue +++ b/components/template/Hero/index.vue @@ -9,8 +9,8 @@
{{ templateHeroData.description }}
diff --git a/pages/templates/index.vue b/pages/templates/index.vue index b3b4d135b..678679a47 100644 --- a/pages/templates/index.vue +++ b/pages/templates/index.vue @@ -5,18 +5,18 @@Highly customizable application templates to get started in no time with style. Designed and implemented by PrimeTek.
-