new design start
This commit is contained in:
41
site/assets/scss/elements/_typography.scss
Normal file
41
site/assets/scss/elements/_typography.scss
Normal file
@ -0,0 +1,41 @@
|
||||
.h1,
|
||||
h1 {
|
||||
}
|
||||
|
||||
.h2,
|
||||
h2 {
|
||||
}
|
||||
|
||||
.h3,
|
||||
h3 {
|
||||
}
|
||||
|
||||
.h4,
|
||||
h4 {
|
||||
}
|
||||
|
||||
.h5,
|
||||
h5 {
|
||||
}
|
||||
|
||||
.h6,
|
||||
h6 {
|
||||
}
|
||||
|
||||
a {
|
||||
&:visited {
|
||||
}
|
||||
|
||||
&:hover {
|
||||
}
|
||||
|
||||
&:active {
|
||||
}
|
||||
}
|
||||
|
||||
.small {
|
||||
}
|
||||
|
||||
code {
|
||||
|
||||
}
|
Reference in New Issue
Block a user