-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Lucas Aquino
committed
Dec 19, 2024
1 parent
94121ed
commit 4ebdcbd
Showing
6 changed files
with
94 additions
and
5 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
Empty file.
3 changes: 3 additions & 0 deletions
3
frontend/packages/volto-lx-paipoeta/src/theme/globals/site.overrides
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
body {background:url(http://paipoeta.com.br/imagem-bg-paipoeta2.jpg) no-repeat center center fixed;background-size:cover} | ||
|
||
|
1 change: 0 additions & 1 deletion
1
frontend/packages/volto-lx-paipoeta/src/theme/site/extras/custom.overrides
This file was deleted.
Oops, something went wrong.
90 changes: 90 additions & 0 deletions
90
frontend/packages/volto-lx-paipoeta/src/theme/theme.config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,90 @@ | ||
/******************************* | ||
Theme Selection | ||
*******************************/ | ||
|
||
/* To override a theme for an individual element specify theme name below */ | ||
|
||
/* Global */ | ||
@site : 'pastanaga'; | ||
@reset : 'pastanaga'; | ||
|
||
/* Elements */ | ||
@button : 'pastanaga'; | ||
@container : 'pastanaga'; | ||
@divider : 'pastanaga'; | ||
@flag : 'pastanaga'; | ||
@header : 'pastanaga'; | ||
@icon : 'pastanaga'; | ||
@image : 'pastanaga'; | ||
@input : 'pastanaga'; | ||
@label : 'pastanaga'; | ||
@list : 'pastanaga'; | ||
@loader : 'pastanaga'; | ||
@placeholder : 'pastanaga'; | ||
@rail : 'pastanaga'; | ||
@reveal : 'pastanaga'; | ||
@segment : 'pastanaga'; | ||
@step : 'pastanaga'; | ||
|
||
/* Collections */ | ||
@breadcrumb : 'pastanaga'; | ||
@form : 'pastanaga'; | ||
@grid : 'pastanaga'; | ||
@menu : 'pastanaga'; | ||
@message : 'pastanaga'; | ||
@table : 'pastanaga'; | ||
|
||
/* Modules */ | ||
@accordion : 'pastanaga'; | ||
@checkbox : 'pastanaga'; | ||
@dimmer : 'pastanaga'; | ||
@dropdown : 'pastanaga'; | ||
@embed : 'pastanaga'; | ||
@modal : 'pastanaga'; | ||
@nag : 'pastanaga'; | ||
@popup : 'pastanaga'; | ||
@progress : 'pastanaga'; | ||
@rating : 'pastanaga'; | ||
@search : 'pastanaga'; | ||
@shape : 'pastanaga'; | ||
@sidebar : 'pastanaga'; | ||
@sticky : 'pastanaga'; | ||
@tab : 'pastanaga'; | ||
@transition : 'pastanaga'; | ||
|
||
/* Views */ | ||
@ad : 'pastanaga'; | ||
@card : 'pastanaga'; | ||
@comment : 'pastanaga'; | ||
@feed : 'pastanaga'; | ||
@item : 'pastanaga'; | ||
@statistic : 'pastanaga'; | ||
|
||
/* Extras */ | ||
@main : 'pastanaga'; | ||
@custom : 'pastanaga'; | ||
|
||
/******************************* | ||
Folders | ||
*******************************/ | ||
|
||
/* Path to theme packages */ | ||
@themesFolder : '~volto-themes'; | ||
|
||
/* Path to site override folder */ | ||
@siteFolder : "/home/lcaquino/projetos/paipoeta/pai-poeta/frontend/packages/volto-lx-paipoeta/src/theme"; | ||
|
||
/******************************* | ||
Import Theme | ||
*******************************/ | ||
|
||
@import (multiple) "~semantic-ui-less/theme.less"; | ||
@fontPath : "~volto-themes/@{theme}/assets/fonts"; | ||
|
||
|
||
|
||
.loadAddonOverrides() { | ||
@import (optional) "@{siteFolder}/@{addon}/@{addontype}s/@{addonelement}.overrides"; | ||
} | ||
|
||
/* End Config */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters