init
This commit is contained in:
commit
e3c43e06ff
120 changed files with 16894 additions and 0 deletions
52
themes/hugoplate/assets/scss/module-overrides.scss
Normal file
52
themes/hugoplate/assets/scss/module-overrides.scss
Normal file
|
|
@ -0,0 +1,52 @@
|
|||
// table of contents
|
||||
.table-of-content {
|
||||
@apply overflow-hidden rounded;
|
||||
}
|
||||
|
||||
// share icons
|
||||
.share-icons {
|
||||
.share-link {
|
||||
@apply h-9 w-9 rounded leading-9;
|
||||
@apply bg-primary hover:bg-primary;
|
||||
}
|
||||
.share-icon svg {
|
||||
}
|
||||
}
|
||||
|
||||
// tab
|
||||
.tab {
|
||||
@apply border-border overflow-hidden rounded-lg border;
|
||||
&-nav {
|
||||
@apply border-border bg-theme-light pl-4;
|
||||
|
||||
&-item {
|
||||
@apply text-dark px-8 text-lg #{!important};
|
||||
&.active {
|
||||
@apply border-dark;
|
||||
}
|
||||
}
|
||||
}
|
||||
&-content {
|
||||
&-panel {
|
||||
@apply px-4 pt-0 #{!important};
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// accordion
|
||||
.accordion {
|
||||
@apply border-border bg-theme-light mb-6 overflow-hidden rounded-lg border;
|
||||
&-header {
|
||||
@apply text-dark;
|
||||
}
|
||||
}
|
||||
|
||||
// cookie consent
|
||||
.cookie-box {
|
||||
@apply rounded-lg #{!important};
|
||||
}
|
||||
|
||||
// slider
|
||||
.gallery-slider {
|
||||
@apply ml-0 #{!important};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue