Move all files to 2017/
This commit is contained in:
parent
ac7370f67f
commit
2875863330
15717 changed files with 0 additions and 0 deletions
35
2017/web/themes/dcb2017/sass/_global.scss
Normal file
35
2017/web/themes/dcb2017/sass/_global.scss
Normal file
|
@ -0,0 +1,35 @@
|
|||
html {
|
||||
font-family: 'Poppins', sans-serif;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
a,
|
||||
a:visited {
|
||||
color: $dcb-grey;
|
||||
|
||||
&:hover,
|
||||
&:focus {
|
||||
color: black;
|
||||
}
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 2.4em;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 2em;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 1.6em;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4 {
|
||||
font-weight: 600;
|
||||
margin-bottom: 0.4em
|
||||
}
|
||||
|
||||
h1, h2 {
|
||||
text-transform: uppercase;
|
||||
}
|
Reference in a new issue