Creation du système de base des widgets
This commit is contained in:
parent
8fda06c77f
commit
e61c495cc4
9 changed files with 118 additions and 2 deletions
|
|
@ -354,4 +354,29 @@ camp-feature-short-header .feature-location {
|
|||
|
||||
camp-feature {
|
||||
min-height: 25vh;
|
||||
font-family: sans-serif;
|
||||
}
|
||||
|
||||
camp-feature .feature-header {
|
||||
margin-bottom: 1.5em;
|
||||
}
|
||||
|
||||
camp-feature .widget > :first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
camp-feature .widget > :last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
camp-feature .widget h2 {
|
||||
font-size: 1em;
|
||||
text-transform: uppercase;
|
||||
margin-bottom: 1ex;
|
||||
}
|
||||
|
||||
camp-feature .widget p {
|
||||
margin-top: 1ex;
|
||||
margin-bottom: 1ex;
|
||||
line-height: 1.5;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue