♻️ (theme): Refactoriza renderizado de temas base
This commit is contained in:
parent
9657672ffd
commit
a2fe2114cd
8 changed files with 79 additions and 47 deletions
|
|
@ -14,8 +14,11 @@ body {
|
|||
-webkit-tap-highlight-color: transparent;
|
||||
}
|
||||
|
||||
/* Page layout */
|
||||
/*
|
||||
* Region Footer
|
||||
*/
|
||||
|
||||
.region--footer {
|
||||
padding-bottom: 2rem;
|
||||
.region-footer {
|
||||
padding: .75rem 0 3rem;
|
||||
text-align: center;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@
|
|||
}
|
||||
|
||||
/*
|
||||
* Header
|
||||
* Intro Header
|
||||
*/
|
||||
|
||||
.intro-header {
|
||||
|
|
@ -125,7 +125,7 @@
|
|||
}
|
||||
|
||||
/*
|
||||
* Content
|
||||
* Intro Content
|
||||
*/
|
||||
|
||||
.intro-content {
|
||||
|
|
@ -445,7 +445,7 @@
|
|||
}
|
||||
|
||||
/*
|
||||
* Footer
|
||||
* Intro Footer
|
||||
*/
|
||||
|
||||
.intro-footer {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue