New heading css class added

This commit is contained in:
pmoreno.rodriguez 2023-02-06 17:18:38 +01:00
parent 6e3456db9d
commit 98312d485b
4 changed files with 43 additions and 2 deletions

View file

@ -2782,6 +2782,19 @@ ul.subitem_hide > li {
padding-right: 8px;
}
/* Sytles for heading */
.heading {
padding: 1em 3em;
background-color: #fff;
position: relative;
border: solid 1px rgba(160, 160, 160, 0.3);
border-bottom: none;
}
.heading .title h2 {
font-weight: 900;
font-size: 1.5em;
}
/* Header */
body {
padding-top: 3.5em;
@ -3036,6 +3049,7 @@ body.single #wrapper {
}
#intro header h2 {
font-size: 2em;
font-weight: 900;
}
#intro header p {
font-size: 0.7em;
@ -3058,6 +3072,15 @@ body.single #wrapper {
#intro header > :last-child {
margin-bottom: 0;
}
#intro header .logo {
margin: 0 0 0.5em 0;
}
#intro header header h2 {
font-size: 1.25em;
}
#intro header header > :last-child {
margin-bottom: 0;
}
}
/* Footer */

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,17 @@
/* Sytles for heading */
.heading {
padding: 1em 3em;
background-color: #fff;
position: relative;
border: solid 1px rgba(160, 160, 160, 0.3);
border-bottom: none;
.title {
h2 {
font-weight: 900;
font-size: 1.5em;
}
}
}

View file

@ -53,6 +53,7 @@
@import 'components/logo';
@import 'components/dropdownmenu';
@import 'components/sidebarmenu';
@import 'components/heading';
// Layout.