Initial theming
This commit is contained in:
parent
53d6173a5f
commit
002f40bc1a
25 changed files with 634 additions and 0 deletions
18
web/themes/dcb2017/sass/components/_blocks.scss
Normal file
18
web/themes/dcb2017/sass/components/_blocks.scss
Normal file
|
@ -0,0 +1,18 @@
|
|||
.block-system-branding-block {
|
||||
float: left;
|
||||
margin: 0.5em 2em;
|
||||
}
|
||||
|
||||
.site-logo img {
|
||||
display: block;
|
||||
width: 11rem;
|
||||
}
|
||||
|
||||
#block-homepagehero {
|
||||
font-size: 1.8rem;
|
||||
line-height: 1.2;
|
||||
margin: auto;
|
||||
max-width: 30rem;
|
||||
padding: 10rem 1rem;
|
||||
text-align: center;
|
||||
}
|
Reference in a new issue